Home
last modified time | relevance | path

Searched refs:newrnd (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/i386/fp/
H A Dfpsetround.c41 fpsetround(fp_rnd newrnd) in fpsetround() argument
48 newrnd &= 0x3; /* mask off all ubt last 2 bits */ in fpsetround()
49 switch (newrnd) { /* set ANSI rounding mode */ in fpsetround()
61 cw.rnd = newrnd; in fpsetround()
65 mxcsr = (mxcsr & ~0x6000) | ((int)newrnd << 13); in fpsetround()
/illumos-gate/usr/src/lib/libc/amd64/fp/
H A Dfpsetround.c40 fpsetround(fp_rnd newrnd) in fpsetround() argument
46 newrnd &= 0x3; /* mask off all ubt last 2 bits */ in fpsetround()
49 cw.rnd = newrnd; in fpsetround()
52 mxcsr = (mxcsr & ~0x6000) | ((int)newrnd << 13); in fpsetround()