Searched refs:float_round_nearest_even (Results 1 – 3 of 3) sorted by relevance
40 return float_round_nearest_even; in SetRoundingMode()
78 roundNearestEven = ( roundingMode == float_round_nearest_even ); in roundAndPackInt32()225 roundNearestEven = ( roundingMode == float_round_nearest_even ); in roundAndPackFloat32()396 roundNearestEven = ( roundingMode == float_round_nearest_even ); in roundAndPackFloat64()575 roundNearestEven = ( roundingMode == float_round_nearest_even ); in roundAndPackFloatx80()989 case float_round_nearest_even: in float32_round_to_int()1005 if ( roundingMode == float_round_nearest_even ) { in float32_round_to_int()1883 case float_round_nearest_even: in float64_round_to_int()1901 if ( roundingMode == float_round_nearest_even ) { in float64_round_to_int()2693 case float_round_nearest_even: in floatx80_round_to_int()2717 if ( roundingMode == float_round_nearest_even ) { in floatx80_round_to_int()
84 float_round_nearest_even = 0, enumerator