Searched refs:hx (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libc/sparc/fp/
H A D_Q_scl.c46 int hx; local
49 hx = xx.i[0] & ~0x80000000;
51 if (hx < 0x10000) { /* x is zero or subnormal */
52 if ((hx | xx.i[1] | xx.i[2] | xx.i[3]) == 0)
56 while (hx == 0 && xx.i[1] < 0x10000) {
57 hx = xx.i[1];
63 while (hx < 0x10000) {
64 hx = (hx << 1) | (xx.i[1] >> 31);
70 xx.i[0] = hx | (x
103 int hx; local
[all...]
/osnet-11/usr/src/lib/libc/port/fp/
H A D__flt_decim.c220 int hx; local
224 hx = *(1+(int *)x);
226 hx = *(int *)x;
228 if (hx >= 0x43300000) {
232 else if (nrx == 1 && hx < 0x43400000)
237 } else if (hx < 0x3fe00000) {
239 if (nrx > 1 && hx == 0x3fdfffff)

Completed in 21 milliseconds