Searched refs:float_round_up (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/tools/test/testfloat/sparc64/
H A Dsoftfloat.h82 float_round_up = 2, enumerator in enum:__anon13650
/freebsd-11-stable/tools/test/testfloat/
H A Dslowfloat-32.c135 case float_round_up:
170 case float_round_up:
323 case float_round_up:
331 case float_round_up:
472 case float_round_up:
480 case float_round_up:
498 case float_round_up:
507 case float_round_up:
H A Dslowfloat-64.c144 case float_round_up:
180 case float_round_up:
217 case float_round_up:
253 case float_round_up:
474 case float_round_up:
482 case float_round_up:
598 case float_round_up:
606 case float_round_up:
743 case float_round_up:
762 case float_round_up
[all...]
H A DtestFunction.c614 roundingCode = float_round_up;
H A Dtestsoftfloat.c373 roundingCode = float_round_up;
/freebsd-11-stable/lib/libc/softfloat/bits32/
H A Dsoftfloat.c218 if ( roundingMode == float_round_up ) roundIncrement = 0;
430 increment = ( roundingMode == float_round_up ) && zSig2;
443 || ( zSign && ( roundingMode == float_round_up ) )
468 increment = ( roundingMode == float_round_up ) && zSig2;
632 z += ( roundingMode == float_round_up ) & aSigExtra;
753 case float_round_up:
768 if ( extractFloat32Sign( z ) ^ ( roundingMode == float_round_up ) ) {
1456 z = absZ + ( ( roundingMode == float_round_up ) & aSigExtra );
1599 ^ ( roundingMode == float_round_up ) ) {
1622 case float_round_up
[all...]
/freebsd-11-stable/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h92 float_round_up = FP_RP enumerator in enum:__anon6696
/freebsd-11-stable/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h92 float_round_up = FP_RP enumerator in enum:__anon6703
/freebsd-11-stable/lib/libc/softfloat/templates/
H A Dsoftfloat.h85 float_round_up = 3 enumerator in enum:__anon6723
/freebsd-11-stable/lib/libc/arm/softfloat/
H A Dsoftfloat.h92 float_round_up = FE_UPWARD enumerator in enum:__anon6588
/freebsd-11-stable/lib/libc/mips/softfloat/
H A Dsoftfloat.h92 float_round_up = FE_UPWARD enumerator in enum:__anon6677
/freebsd-11-stable/lib/libc/softfloat/bits64/
H A Dsoftfloat.c131 if ( roundingMode == float_round_up ) roundIncrement = 0;
183 increment = ( roundingMode == float_round_up ) && absZ1;
321 if ( roundingMode == float_round_up ) roundIncrement = 0;
491 if ( roundingMode == float_round_up ) roundIncrement = 0;
680 if ( roundingMode == float_round_up ) roundIncrement = 0;
738 increment = ( roundingMode == float_round_up ) && zSig1;
753 || ( zSign && ( roundingMode == float_round_up ) )
778 increment = ( roundingMode == float_round_up ) && zSig1;
1001 increment = ( roundingMode == float_round_up ) && zSig2;
1019 || ( zSign && ( roundingMode == float_round_up ) )
[all...]
/freebsd-11-stable/lib/libc/softfloat/
H A Dtimesoftfloat.c2095 roundingCode = float_round_up;

Completed in 155 milliseconds