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

/vbox/src/recompiler/fpu/
H A Dsoftfloat.c84 int8 roundingMode; local
89 roundingMode = STATUS(float_rounding_mode);
90 roundNearestEven = ( roundingMode == float_round_nearest_even );
93 if ( roundingMode == float_round_to_zero ) {
99 if ( roundingMode == float_round_up ) roundIncrement = 0;
102 if ( roundingMode == float_round_down ) roundIncrement = 0;
134 int8 roundingMode; local
138 roundingMode = STATUS(float_rounding_mode);
139 roundNearestEven = ( roundingMode == float_round_nearest_even );
142 if ( roundingMode
267 int8 roundingMode; local
431 int8 roundingMode; local
601 int8 roundingMode; local
926 int8 roundingMode; local
1545 int8 roundingMode; local
2596 int8 roundingMode; local
2756 int8 roundingMode; local
3728 int8 roundingMode; local
4769 int8 roundingMode; local
[all...]

Completed in 55 milliseconds