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

/netbsd-current/regress/lib/libc/ieeefp/testfloat/
H A DtestFunction.c630 roundingCode = float_round_nearest_even;
634 roundingCode = float_round_nearest_even;
/netbsd-current/lib/libc/arch/arm/softfloat/
H A Dsoftfloat.h88 #define float_round_nearest_even FP_RN macro
/netbsd-current/lib/libc/arch/m68k/softfloat/
H A Dsoftfloat.h89 #define float_round_nearest_even FP_RN macro
/netbsd-current/lib/libc/arch/mips/softfloat/
H A Dsoftfloat.h89 #define float_round_nearest_even FP_RN macro
/netbsd-current/lib/libc/arch/or1k/softfloat/
H A Dsoftfloat.h87 #define float_round_nearest_even FP_RN macro
/netbsd-current/lib/libc/arch/powerpc/softfloat/
H A Dsoftfloat.h87 #define float_round_nearest_even FP_RN macro
/netbsd-current/lib/libc/arch/sh3/softfloat/
H A Dsoftfloat.h87 #define float_round_nearest_even FP_RN macro
/netbsd-current/lib/libc/arch/sparc64/softfloat/
H A Dsoftfloat.h89 #define float_round_nearest_even FP_RN macro
/netbsd-current/lib/libc/softfloat/templates/
H A Dsoftfloat.h81 float_round_nearest_even = 0, enumerator in enum:__anon7666
/netbsd-current/regress/lib/libc/ieeefp/testfloat/include/
H A Dsoftfloat.h122 float_round_nearest_even = FP_RN, enumerator in enum:__anon7815
/netbsd-current/lib/libc/arch/aarch64/softfloat/
H A Dsoftfloat.h94 #define float_round_nearest_even FP_RN macro
/netbsd-current/sys/lib/libkern/
H A Dsoftfloat.h122 float_round_nearest_even = FP_RN, enumerator in enum:__anon6
H A Dsoftfloat.c113 roundNearestEven = ( roundingMode == float_round_nearest_even );
162 roundNearestEven = ( roundingMode == float_round_nearest_even );
204 roundNearestEven = ( roundingMode == float_round_nearest_even );
328 roundNearestEven = ( roundingMode == float_round_nearest_even );
489 roundNearestEven = ( roundingMode == float_round_nearest_even );
657 roundNearestEven = ( roundingMode == float_round_nearest_even );
980 roundNearestEven = ( roundingMode == float_round_nearest_even );
1588 case float_round_nearest_even:
1605 if ( roundingMode == float_round_nearest_even ) {
2568 case float_round_nearest_even
[all...]
/netbsd-current/lib/libc/softfloat/bits32/
H A Dsoftfloat.c83 fp_rnd float_rounding_mode = float_round_nearest_even;
217 roundNearestEven = roundingMode == float_round_nearest_even;
427 roundNearestEven = ( roundingMode == float_round_nearest_even );
626 if ( roundingMode == float_round_nearest_even ) {
752 case float_round_nearest_even:
771 if ( roundingMode == float_round_nearest_even ) {
1450 if ( roundingMode == float_round_nearest_even ) {
1593 if ( roundingMode == float_round_nearest_even ) {
1619 case float_round_nearest_even:
1643 if ( roundingMode == float_round_nearest_even ) {
[all...]
/netbsd-current/lib/libc/softfloat/bits64/
H A Dsoftfloat.c77 fp_rnd float_rounding_mode = float_round_nearest_even;
130 roundNearestEven = ( roundingMode == float_round_nearest_even );
180 roundNearestEven = ( roundingMode == float_round_nearest_even );
320 roundNearestEven = ( roundingMode == float_round_nearest_even );
490 roundNearestEven = ( roundingMode == float_round_nearest_even );
667 roundNearestEven = ( roundingMode == float_round_nearest_even );
998 roundNearestEven = ( roundingMode == float_round_nearest_even );
1666 case float_round_nearest_even:
1685 if ( roundingMode == float_round_nearest_even ) {
2631 case float_round_nearest_even
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/common/
H A Dfpu-tst.c79 case float_round_nearest_even:
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/common/
H A Dfpu-tst.c79 case float_round_nearest_even:
/netbsd-current/lib/libc/softfloat/
H A Dtimesoftfloat.c2081 roundingCode = float_round_nearest_even;
2085 roundingCode = float_round_nearest_even;

Completed in 331 milliseconds