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

/freebsd-10.0-release/lib/libc/softfloat/
H A Dfpgetround.c52 return float_rounding_mode;
H A Dfpsetround.c53 old = float_rounding_mode;
54 float_rounding_mode = rnd_dir;
H A Dsoftfloat-for-gcc.h10 #define float_rounding_mode __softfloat_float_rounding_mode macro
H A Dtimesoftfloat.c2098 float_rounding_mode = roundingCode;
/freebsd-10.0-release/tools/test/testfloat/sparc64/
H A Dsoftfloat.h78 extern fp_rnd_t float_rounding_mode;
/freebsd-10.0-release/lib/libc/softfloat/bits32/
H A Dsoftfloat.c80 int float_rounding_mode = float_round_nearest_even; variable
208 roundingMode = float_rounding_mode;
418 roundingMode = float_rounding_mode;
617 roundingMode = float_rounding_mode;
743 switch ( float_rounding_mode ) {
762 roundingMode = float_rounding_mode;
886 return packFloat32( float_rounding_mode == float_round_down, 0, 0 );
1441 roundingMode = float_rounding_mode;
1584 roundingMode = float_rounding_mode;
1610 switch ( float_rounding_mode ) {
[all...]
/freebsd-10.0-release/lib/libc/arm/softfloat/
H A Dsoftfloat.h87 extern int float_rounding_mode;
/freebsd-10.0-release/lib/libc/mips/softfloat/
H A Dsoftfloat.h87 extern int float_rounding_mode;
/freebsd-10.0-release/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h87 extern fp_rnd_t float_rounding_mode;
/freebsd-10.0-release/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h87 extern fp_rnd_t float_rounding_mode;
/freebsd-10.0-release/lib/libc/softfloat/templates/
H A Dsoftfloat.h80 extern !!!int8 float_rounding_mode;
/freebsd-10.0-release/lib/libc/softfloat/bits64/
H A Dsoftfloat.c74 int float_rounding_mode = float_round_nearest_even; variable
121 roundingMode = float_rounding_mode;
171 roundingMode = float_rounding_mode;
311 roundingMode = float_rounding_mode;
481 roundingMode = float_rounding_mode;
658 roundingMode = float_rounding_mode;
989 roundingMode = float_rounding_mode;
1661 switch ( float_rounding_mode ) {
1680 roundingMode = float_rounding_mode;
1804 return packFloat32( float_rounding_mode
[all...]
/freebsd-10.0-release/tools/test/testfloat/
H A DtestFunction.c617 float_rounding_mode = roundingCode;
H A Dtestsoftfloat.c376 float_rounding_mode = roundingCode;

Completed in 189 milliseconds