Searched defs:__flt_rounds (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libc/port/fp/
H A D__flt_rounds.c46 __flt_rounds(void) function
/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/i386/fp/
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 */

Completed in 21 milliseconds