Home
last modified time | relevance | path

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

/external/qemu/fpu/
Dsoftfloat.c90 roundNearestEven = ( roundingMode == float_round_nearest_even ); in roundAndPackInt32()
139 roundNearestEven = ( roundingMode == float_round_nearest_even ); in roundAndPackInt64()
273 roundNearestEven = ( roundingMode == float_round_nearest_even ); in roundAndPackFloat32()
437 roundNearestEven = ( roundingMode == float_round_nearest_even ); in roundAndPackFloat64()
606 roundNearestEven = ( roundingMode == float_round_nearest_even ); in roundAndPackFloatx80()
930 roundNearestEven = ( roundingMode == float_round_nearest_even ); in roundAndPackFloat128()
1560 case float_round_nearest_even: in float32_round_to_int()
1577 if ( roundingMode == float_round_nearest_even ) { in float32_round_to_int()
2551 case float_round_nearest_even: in float32_to_float16()
2693 case float_round_nearest_even: in float64_round_to_int()
[all …]
Dsoftfloat-native.h124 float_round_nearest_even = FP_RN, enumerator
131 float_round_nearest_even = FE_TONEAREST, enumerator
Dsoftfloat.h169 float_round_nearest_even = 0, enumerator
/external/qemu/
Dgdbstub.c1018 float_round_nearest_even,
/external/qemu/target-arm/
Dhelper.c2338 i = float_round_nearest_even; in HELPER()