Home | History | Annotate | Download | only in Bundle

Lines Matching refs:Remainder

2386     LVM_UINT32  Remainder = (LVM_UINT32)Lin_fix;
2391 if ((Remainder & 0x80000000U)!=0)
2395 Remainder = Remainder << 1;
2401 * dB = -96 * Shift + 16 * (8 * Remainder - 2 * Remainder^2)
2404 SmallRemainder = (LVM_INT16)((Remainder & 0x7fffffff) >> 24);