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

/vbox/src/recompiler/fpu/
H A Dsoftfloat-native.h125 float_round_nearest_even = FP_RN, enumerator in enum:__anon17409
132 float_round_nearest_even = FE_TONEAREST, enumerator in enum:__anon17410
H A Dsoftfloat.c90 roundNearestEven = ( roundingMode == float_round_nearest_even );
139 roundNearestEven = ( roundingMode == float_round_nearest_even );
273 roundNearestEven = ( roundingMode == float_round_nearest_even );
437 roundNearestEven = ( roundingMode == float_round_nearest_even );
606 roundNearestEven = ( roundingMode == float_round_nearest_even );
930 roundNearestEven = ( roundingMode == float_round_nearest_even );
1560 case float_round_nearest_even:
1577 if ( roundingMode == float_round_nearest_even ) {
2629 case float_round_nearest_even:
2771 case float_round_nearest_even
[all...]
H A Dsoftfloat.h177 float_round_nearest_even = 0, enumerator in enum:__anon17418
/vbox/src/recompiler/target-i386/
H A Dops_sse.h1636 set_float_rounding_mode(float_round_nearest_even, &env->sse_status);
1672 set_float_rounding_mode(float_round_nearest_even, &env->sse_status);
1706 set_float_rounding_mode(float_round_nearest_even, &env->sse_status);
1739 set_float_rounding_mode(float_round_nearest_even, &env->sse_status);
H A Dop_helper.c4709 rnd_type = float_round_nearest_even;

Completed in 64 milliseconds