Namespaces

Records

Functions

  • Ratio operator/ (Ratio a, Ratio b)

    Returns the ratio of the two ratios.

    Defined at line 90 of file ../../zircon/system/ulib/affine/include/lib/affine/ratio.h

  • Ratio operator* (Ratio a, Ratio b)

    Returns the product of the two ratios.

    Defined at line 93 of file ../../zircon/system/ulib/affine/include/lib/affine/ratio.h

  • int64_t operator* (Ratio a, int64_t b)

    Returns the product of the rate and the int64_t.

    Defined at line 96 of file ../../zircon/system/ulib/affine/include/lib/affine/ratio.h

  • int64_t operator* (int64_t a, Ratio b)

    Returns the product of the rate and the int64_t.

    Defined at line 99 of file ../../zircon/system/ulib/affine/include/lib/affine/ratio.h

  • int64_t operator/ (int64_t a, Ratio b)

    Returns the the int64_t divided by the rate.

    Defined at line 102 of file ../../zircon/system/ulib/affine/include/lib/affine/ratio.h

  • Transform operator* (const Transform & bcconst Transform & ab)

    Composes two timeline functions B->C and A->B producing A->C. DCHECKs on

    loss of precision.

    Defined at line 145 of file ../../zircon/system/ulib/affine/include/lib/affine/transform.h