Searched refs:float_rounding_mode (Results 1 - 12 of 12) sorted by relevance

/freebsd-current/lib/libc/softfloat/
H A Dfpsetround.c52 old = float_rounding_mode;
53 float_rounding_mode = rnd_dir;
H A Dfpgetround.c51 return float_rounding_mode;
H A Dsoftfloat-for-gcc.h9 #define float_rounding_mode __softfloat_float_rounding_mode macro
H A Dtimesoftfloat.c2095 float_rounding_mode = roundingCode;
/freebsd-current/lib/libc/softfloat/bits32/
H A Dsoftfloat.c77 int float_rounding_mode = float_round_nearest_even; variable
205 roundingMode = float_rounding_mode;
415 roundingMode = float_rounding_mode;
614 roundingMode = float_rounding_mode;
740 switch ( float_rounding_mode ) {
759 roundingMode = float_rounding_mode;
883 return packFloat32( float_rounding_mode == float_round_down, 0, 0 );
1438 roundingMode = float_rounding_mode;
1581 roundingMode = float_rounding_mode;
1607 switch ( float_rounding_mode ) {
[all...]
/freebsd-current/lib/libc/powerpcspe/softfloat/
H A Dsoftfloat.h86 extern fp_rnd_t float_rounding_mode;
/freebsd-current/lib/libc/riscv/softfloat/
H A Dsoftfloat.h86 extern int float_rounding_mode;
/freebsd-current/lib/libc/softfloat/templates/
H A Dsoftfloat.h79 extern !!!int8 float_rounding_mode;
/freebsd-current/lib/libc/arm/softfloat/
H A Dsoftfloat.h86 extern int float_rounding_mode;
/freebsd-current/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h86 extern fp_rnd_t float_rounding_mode;
/freebsd-current/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h86 extern fp_rnd_t float_rounding_mode;
/freebsd-current/lib/libc/softfloat/bits64/
H A Dsoftfloat.c71 int float_rounding_mode = float_round_nearest_even; variable
118 roundingMode = float_rounding_mode;
168 roundingMode = float_rounding_mode;
308 roundingMode = float_rounding_mode;
478 roundingMode = float_rounding_mode;
655 roundingMode = float_rounding_mode;
986 roundingMode = float_rounding_mode;
1658 switch ( float_rounding_mode ) {
1677 roundingMode = float_rounding_mode;
1801 return packFloat32( float_rounding_mode
[all...]

Completed in 126 milliseconds