Searched defs:ibit (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libc/sparc/fp/
H A D_Q_div.c110 int ibit, ex, ey, ez, sign; local
445 ibit = 1;
448 ibit = 0;
530 /* !ibit => exact result was tiny before rounding, */
532 if (!ibit) {
H A D_Q_mul.c92 int ibit, ex, ey, ez, sign; local
359 ibit = 1;
362 ibit = 0;
443 /* !ibit => exact result was tiny before rounding, */
445 if (!ibit) {
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dfma.c78 int hx, hy, hz, ex, ey, ez, exy, sxy, sz, e, ibit; local
304 ibit = z0 & 0x100000;
305 if (ibit)
356 * !ibit => exact result was tiny before rounding,
359 if (!ibit) {
H A Dfmal.c97 int hx, hy, hz, ex, ey, ez, exy, sxy, sz, e, ibit; local
748 ibit = z0 & 0x10000;
749 if (ibit)
803 * !ibit => exact result was tiny before rounding,
806 if (!ibit) {
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Darchdep.c145 uint_t ibit, expo; local
158 ibit = fpp[3] >> 15;
161 if (ibit && expo != 0 && expo != 0x7fff)
/illumos-gate/usr/src/uts/sparc/sys/fpu/
H A Dfpu_simulator.h216 uint32_t ibit : 1; /* I format bit. */ member in struct:__anon523

Completed in 54 milliseconds