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

/freebsd-11-stable/tools/test/testfloat/sparc64/
H A Dsoftfloat.h80 float_round_nearest_even = 0, enumerator in enum:__anon13650
/freebsd-11-stable/tools/test/testfloat/
H A Dslowfloat-32.c124 case float_round_nearest_even:
161 case float_round_nearest_even:
318 case float_round_nearest_even:
330 case float_round_nearest_even:
467 case float_round_nearest_even:
479 case float_round_nearest_even:
492 case float_round_nearest_even:
506 case float_round_nearest_even:
H A Dslowfloat-64.c132 case float_round_nearest_even:
171 case float_round_nearest_even:
205 case float_round_nearest_even:
243 case float_round_nearest_even:
469 case float_round_nearest_even:
481 case float_round_nearest_even:
593 case float_round_nearest_even:
605 case float_round_nearest_even:
737 case float_round_nearest_even:
761 case float_round_nearest_even
[all...]
H A DtestFunction.c598 roundingCode = float_round_nearest_even;
602 roundingCode = float_round_nearest_even;
H A Dtestsoftfloat.c357 roundingCode = float_round_nearest_even;
361 roundingCode = float_round_nearest_even;
/freebsd-11-stable/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h89 float_round_nearest_even = FP_RN, enumerator in enum:__anon6696
/freebsd-11-stable/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h89 float_round_nearest_even = FP_RN, enumerator in enum:__anon6703
/freebsd-11-stable/lib/libc/softfloat/templates/
H A Dsoftfloat.h82 float_round_nearest_even = 0, enumerator in enum:__anon6723
/freebsd-11-stable/lib/libc/arm/softfloat/
H A Dsoftfloat.h89 float_round_nearest_even = FE_TONEAREST, enumerator in enum:__anon6588
/freebsd-11-stable/lib/libc/mips/softfloat/
H A Dsoftfloat.h89 float_round_nearest_even = FE_TONEAREST, enumerator in enum:__anon6677
/freebsd-11-stable/lib/libc/softfloat/bits32/
H A Dsoftfloat.c80 int float_rounding_mode = float_round_nearest_even;
209 roundNearestEven = roundingMode == float_round_nearest_even;
419 roundNearestEven = ( roundingMode == float_round_nearest_even );
618 if ( roundingMode == float_round_nearest_even ) {
744 case float_round_nearest_even:
763 if ( roundingMode == float_round_nearest_even ) {
1442 if ( roundingMode == float_round_nearest_even ) {
1585 if ( roundingMode == float_round_nearest_even ) {
1611 case float_round_nearest_even:
1635 if ( roundingMode == float_round_nearest_even ) {
[all...]
/freebsd-11-stable/lib/libc/softfloat/bits64/
H A Dsoftfloat.c74 int float_rounding_mode = float_round_nearest_even;
122 roundNearestEven = ( roundingMode == float_round_nearest_even );
172 roundNearestEven = ( roundingMode == float_round_nearest_even );
312 roundNearestEven = ( roundingMode == float_round_nearest_even );
482 roundNearestEven = ( roundingMode == float_round_nearest_even );
659 roundNearestEven = ( roundingMode == float_round_nearest_even );
990 roundNearestEven = ( roundingMode == float_round_nearest_even );
1662 case float_round_nearest_even:
1681 if ( roundingMode == float_round_nearest_even ) {
2627 case float_round_nearest_even
[all...]
/freebsd-11-stable/lib/libc/softfloat/
H A Dtimesoftfloat.c2079 roundingCode = float_round_nearest_even;
2083 roundingCode = float_round_nearest_even;

Completed in 294 milliseconds