Searched refs:roundNearestEven (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/fpu/
H A Dsoftfloat.c85 flag roundNearestEven; local
90 roundNearestEven = ( roundingMode == float_round_nearest_even );
92 if ( ! roundNearestEven ) {
108 absZ &= ~ ( ( ( roundBits ^ 0x40 ) == 0 ) & roundNearestEven );
135 flag roundNearestEven, increment; local
139 roundNearestEven = ( roundingMode == float_round_nearest_even );
141 if ( ! roundNearestEven ) {
157 absZ0 &= ~ ( ( (bits64) ( absZ1<<1 ) == 0 ) & roundNearestEven );
268 flag roundNearestEven; local
273 roundNearestEven
432 flag roundNearestEven; local
602 flag roundNearestEven, increment, isTiny; local
927 flag roundNearestEven, increment, isTiny; local
[all...]

Completed in 37 milliseconds