Lines Matching refs:float_round_up
128 if ( roundingMode == float_round_up ) roundIncrement = 0; in roundAndPackInt32()
180 increment = ( roundingMode == float_round_up ) && absZ1; in roundAndPackInt64()
318 if ( roundingMode == float_round_up ) roundIncrement = 0; in roundAndPackFloat32()
488 if ( roundingMode == float_round_up ) roundIncrement = 0; in roundAndPackFloat64()
677 if ( roundingMode == float_round_up ) roundIncrement = 0; in roundAndPackFloatx80()
735 increment = ( roundingMode == float_round_up ) && zSig1; in roundAndPackFloatx80()
750 || ( zSign && ( roundingMode == float_round_up ) ) in roundAndPackFloatx80()
775 increment = ( roundingMode == float_round_up ) && zSig1; in roundAndPackFloatx80()
998 increment = ( roundingMode == float_round_up ) && zSig2; in roundAndPackFloat128()
1016 || ( zSign && ( roundingMode == float_round_up ) ) in roundAndPackFloat128()
1052 increment = ( roundingMode == float_round_up ) && zSig2; in roundAndPackFloat128()
1668 case float_round_up: in float32_round_to_int()
1683 if ( extractFloat32Sign( z ) ^ ( roundingMode == float_round_up ) ) { in float32_round_to_int()
2633 case float_round_up: in float64_round_to_int()
2649 if ( extractFloat64Sign( z ) ^ ( roundingMode == float_round_up ) ) { in float64_round_to_int()
3573 case float_round_up: in floatx80_round_to_int()
3590 if ( extractFloatx80Sign( z ) ^ ( roundingMode == float_round_up ) ) { in floatx80_round_to_int()
4692 ^ ( roundingMode == float_round_up ) ) { in float128_round_to_int()
4718 case float_round_up: in float128_round_to_int()
4739 ^ ( roundingMode == float_round_up ) ) { in float128_round_to_int()