Lines Matching refs:increment
177 flag roundNearestEven, increment; in roundAndPackInt64() local
182 increment = ( (sbits64) absZ1 < 0 ); in roundAndPackInt64()
185 increment = 0; in roundAndPackInt64()
189 increment = ( roundingMode == float_round_down ) && absZ1; in roundAndPackInt64()
192 increment = ( roundingMode == float_round_up ) && absZ1; in roundAndPackInt64()
196 if ( increment ) { in roundAndPackInt64()
231 flag roundNearestEven, increment; in roundAndPackInt64NoOverflow() local
236 increment = ( (sbits64) absZ1 < 0 ); in roundAndPackInt64NoOverflow()
239 increment = 0; in roundAndPackInt64NoOverflow()
243 increment = ( roundingMode == float_round_down ) && absZ1; in roundAndPackInt64NoOverflow()
246 increment = ( roundingMode == float_round_up ) && absZ1; in roundAndPackInt64NoOverflow()
250 if ( increment ) { in roundAndPackInt64NoOverflow()
711 flag roundNearestEven, increment, isTiny; in roundAndPackFloatx80() local
784 increment = ( (sbits64) zSig1 < 0 ); in roundAndPackFloatx80()
787 increment = 0; in roundAndPackFloatx80()
791 increment = ( roundingMode == float_round_down ) && zSig1; in roundAndPackFloatx80()
794 increment = ( roundingMode == float_round_up ) && zSig1; in roundAndPackFloatx80()
802 && increment in roundAndPackFloatx80()
820 || ! increment in roundAndPackFloatx80()
827 increment = ( (sbits64) zSig1 < 0 ); in roundAndPackFloatx80()
831 increment = ( roundingMode == float_round_down ) && zSig1; in roundAndPackFloatx80()
834 increment = ( roundingMode == float_round_up ) && zSig1; in roundAndPackFloatx80()
837 if ( increment ) { in roundAndPackFloatx80()
847 if ( increment ) { in roundAndPackFloatx80()
1043 flag roundNearestEven, increment, isTiny; in roundAndPackFloat128() local
1047 increment = ( (sbits64) zSig2 < 0 ); in roundAndPackFloat128()
1050 increment = 0; in roundAndPackFloat128()
1054 increment = ( roundingMode == float_round_down ) && zSig2; in roundAndPackFloat128()
1057 increment = ( roundingMode == float_round_up ) && zSig2; in roundAndPackFloat128()
1070 && increment in roundAndPackFloat128()
1092 || ! increment in roundAndPackFloat128()
1104 increment = ( (sbits64) zSig2 < 0 ); in roundAndPackFloat128()
1108 increment = ( roundingMode == float_round_down ) && zSig2; in roundAndPackFloat128()
1111 increment = ( roundingMode == float_round_up ) && zSig2; in roundAndPackFloat128()
1117 if ( increment ) { in roundAndPackFloat128()