Home
last modified time | relevance | path

Searched refs:__flt_rounds (Results 1 – 12 of 12) sorted by relevance

/titanic_50/usr/src/lib/libc/i386/fp/
H A Dfpsetround.c48 extern int __flt_rounds; /* ANSI value for rounding */ in fpsetround()
52 case FP_RN: __flt_rounds = 1; in fpsetround()
54 case FP_RM: __flt_rounds = 3; in fpsetround()
56 case FP_RP: __flt_rounds = 2; in fpsetround()
58 case FP_RZ: __flt_rounds = 0; in fpsetround()
H A Dfpstart.c58 int __flt_rounds; /* ANSI rounding mode */ variable
95 __flt_rounds = 1; /* ANSI way of saying round-to-nearest */ in __fpstart()
/titanic_50/usr/src/head/
H A Dfloat.h44 extern int __flt_rounds(void);
45 #define FLT_ROUNDS __flt_rounds()
54 extern int __flt_rounds;
55 #define FLT_ROUNDS __flt_rounds
/titanic_50/usr/src/lib/libc/amd64/fp/
H A Dfpstart.c51 int __flt_rounds; /* ANSI rounding mode */ variable
82 __flt_rounds = 1; /* ANSI way of saying round-to-nearest */ in __fpstart()
/titanic_50/usr/src/lib/libc/port/fp/
H A D__flt_rounds.c46 __flt_rounds(void) in __flt_rounds() function
/titanic_50/usr/src/lib/libsys/i386/
H A Dlibsys.list191 d 0 __flt_rounds 1 long = 0;
/titanic_50/usr/src/lib/libsys/common/
H A Dmapfile-vers436 __flt_rounds;
/titanic_50/usr/src/lib/libc/amd64/
H A DMakefile316 __flt_rounds.o \
/titanic_50/usr/src/lib/libc/sparcv9/
H A DMakefile.com335 __flt_rounds.o \
/titanic_50/usr/src/lib/libc/i386/
H A DMakefile.com348 __flt_rounds.o \
/titanic_50/usr/src/lib/libc/port/
H A Dmapfile-vers1656 __flt_rounds;
2821 __flt_rounds;
/titanic_50/usr/src/lib/libc/sparc/
H A DMakefile.com357 __flt_rounds.o \