Searched defs:roundIncrement (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/fpu/
H A Dsoftfloat.c86 int8 roundIncrement, roundBits; local
91 roundIncrement = 0x40;
94 roundIncrement = 0;
97 roundIncrement = 0x7F;
99 if ( roundingMode == float_round_up ) roundIncrement = 0;
102 if ( roundingMode == float_round_down ) roundIncrement = 0;
107 absZ = ( absZ + roundIncrement )>>7;
269 int8 roundIncrement, roundBits; local
274 roundIncrement = 0x40;
277 roundIncrement
433 int16 roundIncrement, roundBits; local
603 int64 roundIncrement, roundMask, roundBits; local
[all...]

Completed in 40 milliseconds