Searched refs:Remainder (Results 1 – 4 of 4) sorted by relevance
363 LVM_UINT32 Remainder = (LVM_UINT32)Lin_fix; in LVC_ToDB_s32Tos16() local367 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()
2705 LVM_UINT32 Remainder = (LVM_UINT32)Lin_fix; in LVC_ToDB_s32Tos16() local2709 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()
2885 summary: Remainder of a division2913 summary: Remainder and quotient of a division
5668 * remainder: Remainder of a division5710 * remquo: Remainder and quotient of a division5729 * Returns: Remainder, precise only for the low three bits.