Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/wrapper/Aidl/
DBundleContext.cpp363 LVM_UINT32 Remainder = (LVM_UINT32)Lin_fix; in LVC_ToDB_s32Tos16() local
367 if ((Remainder & 0x80000000U) != 0) { in LVC_ToDB_s32Tos16()
370 Remainder = Remainder << 1; in LVC_ToDB_s32Tos16()
379 SmallRemainder = (LVM_INT16)((Remainder & 0x7fffffff) >> 24); in LVC_ToDB_s32Tos16()
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
DEffectBundle.cpp2705 LVM_UINT32 Remainder = (LVM_UINT32)Lin_fix; in LVC_ToDB_s32Tos16() local
2709 if ((Remainder & 0x80000000U) != 0) { in LVC_ToDB_s32Tos16()
2712 Remainder = Remainder << 1; in LVC_ToDB_s32Tos16()
2721 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.