Searched refs:float_round_nearest_even (Results 1 – 5 of 5) sorted by relevance
90 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 …]
124 float_round_nearest_even = FP_RN, enumerator131 float_round_nearest_even = FE_TONEAREST, enumerator
169 float_round_nearest_even = 0, enumerator
1018 float_round_nearest_even,
2338 i = float_round_nearest_even; in HELPER()