Lines Matching refs:float_round_nearest_even
113 roundNearestEven = ( roundingMode == float_round_nearest_even ); in roundAndPackInt32()
162 roundNearestEven = ( roundingMode == float_round_nearest_even ); in roundAndPackInt64()
204 roundNearestEven = ( roundingMode == float_round_nearest_even ); in roundAndPackUInt64()
328 roundNearestEven = ( roundingMode == float_round_nearest_even ); in roundAndPackFloat32()
489 roundNearestEven = ( roundingMode == float_round_nearest_even ); in roundAndPackFloat64()
657 roundNearestEven = ( roundingMode == float_round_nearest_even ); in roundAndPackFloatx80()
980 roundNearestEven = ( roundingMode == float_round_nearest_even ); in roundAndPackFloat128()
1588 case float_round_nearest_even: in float32_round_to_int()
1605 if ( roundingMode == float_round_nearest_even ) { in float32_round_to_int()
2568 case float_round_nearest_even: in float64_round_to_int()
2586 if ( roundingMode == float_round_nearest_even ) { in float64_round_to_int()
3470 case float_round_nearest_even: in floatx80_round_to_int()
3494 if ( roundingMode == float_round_nearest_even ) { in floatx80_round_to_int()
4512 if ( roundingMode == float_round_nearest_even ) { in float128_round_to_int()
4538 case float_round_nearest_even: in float128_round_to_int()
4563 if ( roundingMode == float_round_nearest_even ) { in float128_round_to_int()