Home
last modified time | relevance | path

Searched refs:Remainder (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
DEffectBundle.cpp3048 LVM_UINT32 Remainder = (LVM_UINT32)Lin_fix; in LVC_ToDB_s32Tos16() local
3053 if ((Remainder & 0x80000000U)!=0) in LVC_ToDB_s32Tos16()
3057 Remainder = Remainder << 1; in LVC_ToDB_s32Tos16()
3066 SmallRemainder = (LVM_INT16)((Remainder & 0x7fffffff) >> 24); in LVC_ToDB_s32Tos16()
/frameworks/rs/script_api/
Drs_math.spec2885 summary: Remainder of a division
2913 summary: Remainder and quotient of a division
/frameworks/rs/script_api/include/
Drs_math.rsh5668 * remainder: Remainder of a division
5710 * remquo: Remainder and quotient of a division
5729 * Returns: Remainder, precise only for the low three bits.