Searched refs:__flt_rounds (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/lib/libc/i386/fp/
H A Dfpsetround.c48 extern int __flt_rounds; /* ANSI value for rounding */
52 case FP_RN: __flt_rounds = 1;
54 case FP_RM: __flt_rounds = 3;
56 case FP_RP: __flt_rounds = 2;
58 case FP_RZ: __flt_rounds = 0;
H A Dfpstart.c44 * Set __flt_rounds according to the rounding mode.
58 int __flt_rounds; /* ANSI rounding mode */ variable
95 __flt_rounds = 1; /* ANSI way of saying round-to-nearest */
/osnet-11/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 */
/osnet-11/usr/src/lib/libc/port/fp/
H A D__flt_rounds.c46 __flt_rounds(void) function
/osnet-11/usr/src/lib/libc/i386/
H A DMakefile.com321 __flt_rounds.o \
/osnet-11/usr/src/lib/libc/sparc/
H A DMakefile.com337 __flt_rounds.o \
/osnet-11/usr/src/lib/libc/sparcv9/
H A DMakefile.com316 __flt_rounds.o \
/osnet-11/usr/src/lib/libc/amd64/
H A DMakefile293 __flt_rounds.o \

Completed in 347 milliseconds