Lines Matching refs:float_round_up

139                 if ( roundingMode == float_round_up ) roundIncrement = 0;  in roundAndPackInt32()
191 increment = ( roundingMode == float_round_up ) && absZ1; in roundAndPackInt64()
329 if ( roundingMode == float_round_up ) roundIncrement = 0; in roundAndPackFloat32()
499 if ( roundingMode == float_round_up ) roundIncrement = 0; in roundAndPackFloat64()
688 if ( roundingMode == float_round_up ) roundIncrement = 0; in roundAndPackFloatx80()
746 increment = ( roundingMode == float_round_up ) && zSig1; in roundAndPackFloatx80()
761 || ( zSign && ( roundingMode == float_round_up ) ) in roundAndPackFloatx80()
786 increment = ( roundingMode == float_round_up ) && zSig1; in roundAndPackFloatx80()
1009 increment = ( roundingMode == float_round_up ) && zSig2; in roundAndPackFloat128()
1027 || ( zSign && ( roundingMode == float_round_up ) ) in roundAndPackFloat128()
1063 increment = ( roundingMode == float_round_up ) && zSig2; in roundAndPackFloat128()
1675 case float_round_up: in float32_round_to_int()
1690 if ( extractFloat32Sign( z ) ^ ( roundingMode == float_round_up ) ) { in float32_round_to_int()
2640 case float_round_up: in float64_round_to_int()
2656 if ( extractFloat64Sign( z ) ^ ( roundingMode == float_round_up ) ) { in float64_round_to_int()
3580 case float_round_up: in floatx80_round_to_int()
3597 if ( extractFloatx80Sign( z ) ^ ( roundingMode == float_round_up ) ) { in floatx80_round_to_int()
4699 ^ ( roundingMode == float_round_up ) ) { in float128_round_to_int()
4725 case float_round_up: in float128_round_to_int()
4746 ^ ( roundingMode == float_round_up ) ) { in float128_round_to_int()