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

/freebsd-current/lib/libc/powerpcspe/softfloat/
H A Dsoftfloat.h88 float_round_nearest_even = FP_RN, enumerator in enum:__anon202
/freebsd-current/lib/libc/riscv/softfloat/
H A Dsoftfloat.h88 float_round_nearest_even = FE_TONEAREST, enumerator in enum:__anon216
/freebsd-current/lib/libc/softfloat/templates/
H A Dsoftfloat.h81 float_round_nearest_even = 0, enumerator in enum:__anon228
/freebsd-current/lib/libc/arm/softfloat/
H A Dsoftfloat.h88 float_round_nearest_even = FE_TONEAREST, enumerator in enum:__anon97
/freebsd-current/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h88 float_round_nearest_even = FP_RN, enumerator in enum:__anon189
/freebsd-current/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h88 float_round_nearest_even = FP_RN, enumerator in enum:__anon196
/freebsd-current/lib/libc/softfloat/bits32/
H A Dsoftfloat.c77 int float_rounding_mode = float_round_nearest_even;
206 roundNearestEven = roundingMode == float_round_nearest_even;
416 roundNearestEven = ( roundingMode == float_round_nearest_even );
615 if ( roundingMode == float_round_nearest_even ) {
741 case float_round_nearest_even:
760 if ( roundingMode == float_round_nearest_even ) {
1439 if ( roundingMode == float_round_nearest_even ) {
1582 if ( roundingMode == float_round_nearest_even ) {
1608 case float_round_nearest_even:
1632 if ( roundingMode == float_round_nearest_even ) {
[all...]
/freebsd-current/lib/libc/softfloat/bits64/
H A Dsoftfloat.c71 int float_rounding_mode = float_round_nearest_even;
119 roundNearestEven = ( roundingMode == float_round_nearest_even );
169 roundNearestEven = ( roundingMode == float_round_nearest_even );
309 roundNearestEven = ( roundingMode == float_round_nearest_even );
479 roundNearestEven = ( roundingMode == float_round_nearest_even );
656 roundNearestEven = ( roundingMode == float_round_nearest_even );
987 roundNearestEven = ( roundingMode == float_round_nearest_even );
1659 case float_round_nearest_even:
1678 if ( roundingMode == float_round_nearest_even ) {
2624 case float_round_nearest_even
[all...]
/freebsd-current/lib/libc/softfloat/
H A Dtimesoftfloat.c2076 roundingCode = float_round_nearest_even;
2080 roundingCode = float_round_nearest_even;

Completed in 99 milliseconds