Home
last modified time | relevance | path

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

/external/valgrind/VEX/switchback/
Dtest_emfloat.c532 static void ShiftMantRight1(u16 *carry,u16 *mantissa);
839 static void ShiftMantRight1(u16 *carry, in ShiftMantRight1() function
892 ShiftMantRight1(&carry,mantissa); in StickyShiftRightMant()
1242 ShiftMantRight1(&carry,z->mantissa); in AddSubInternalFPF()
1368 ShiftMantRight1(&carry, locy.mantissa); in MultiplyInternalFPF()
1391 ShiftMantRight1(&carry, z->mantissa); in MultiplyInternalFPF()
1392 ShiftMantRight1(&carry, extra_bits); in MultiplyInternalFPF()
1791 ShiftMantRight1(&mycarry,locFPFNum.mantissa); in InternalFPFToString()