Searched refs:hix (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/libquadmath/math/
H A Dcosq_kernel.c83 uint32_t tix, hix, index; local
106 hix = (tix + (0x200 << index)) & (0xfffffc00 << index);
114 case 0: index = ((45 << 10) + hix - 0x3ffe0000) >> 8; break;
115 case 1: index = ((13 << 11) + hix - 0x3ffd0000) >> 9; break;
117 case 2: index = (hix - 0x3ffc3000) >> 10; break;
120 SET_FLT128_WORDS64(h, ((uint64_t)hix) << 32, 0);
H A Dsinq_kernel.c83 uint32_t tix, hix, index; local
109 hix = (tix + (0x200 << index)) & (0xfffffc00 << index);
113 case 0: index = ((45 << 10) + hix - 0x3ffe0000) >> 8; break;
114 case 1: index = ((13 << 11) + hix - 0x3ffd0000) >> 9; break;
116 case 2: index = (hix - 0x3ffc3000) >> 10; break;
119 SET_FLT128_WORDS64(h, ((uint64_t)hix) << 32, 0);
H A Dsincosq_kernel.c102 uint32_t tix, hix, index; local
136 hix = (tix + (0x200 << index)) & (0xfffffc00 << index);
144 case 0: index = ((45 << 10) + hix - 0x3ffe0000) >> 8; break;
145 case 1: index = ((13 << 11) + hix - 0x3ffd0000) >> 9; break;
147 case 2: index = (hix - 0x3ffc3000) >> 10; break;
150 SET_FLT128_WORDS64(h, ((uint64_t)hix) << 32, 0);
/netbsd-current/external/gpl3/gcc.old/dist/libquadmath/math/
H A Dcosq_kernel.c83 uint32_t tix, hix, index; local
106 hix = (tix + (0x200 << index)) & (0xfffffc00 << index);
114 case 0: index = ((45 << 10) + hix - 0x3ffe0000) >> 8; break;
115 case 1: index = ((13 << 11) + hix - 0x3ffd0000) >> 9; break;
117 case 2: index = (hix - 0x3ffc3000) >> 10; break;
120 SET_FLT128_WORDS64(h, ((uint64_t)hix) << 32, 0);
H A Dsinq_kernel.c83 uint32_t tix, hix, index; local
109 hix = (tix + (0x200 << index)) & (0xfffffc00 << index);
113 case 0: index = ((45 << 10) + hix - 0x3ffe0000) >> 8; break;
114 case 1: index = ((13 << 11) + hix - 0x3ffd0000) >> 9; break;
116 case 2: index = (hix - 0x3ffc3000) >> 10; break;
119 SET_FLT128_WORDS64(h, ((uint64_t)hix) << 32, 0);
H A Dsincosq_kernel.c102 uint32_t tix, hix, index; local
136 hix = (tix + (0x200 << index)) & (0xfffffc00 << index);
144 case 0: index = ((45 << 10) + hix - 0x3ffe0000) >> 8; break;
145 case 1: index = ((13 << 11) + hix - 0x3ffd0000) >> 9; break;
147 case 2: index = (hix - 0x3ffc3000) >> 10; break;
150 SET_FLT128_WORDS64(h, ((uint64_t)hix) << 32, 0);
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/sparc/
H A Dreloc64.s40 sethi %hix(0xffffffff76543210),%g1
43 sethi %hix(foo),%g1
46 sethi %hix(foo+0xffffffff76543210),%g1
/netbsd-current/games/hack/
H A Dhack.mklev.c232 int lx, ly, hx, hy, lowx, lowy, hix, hiy, dx, dy; local
286 hix = lowx + dx;
292 addrs(lowx - 1, lowy - 1, hix + 1, hiy + 1);
301 addrs(int lowx, int lowy, int hix, int hiy) argument
313 if ((lx = rsp->rlx) > hix || (ly = rsp->rly) > hiy ||
331 if (hx - hix > 2 * xlim + 4)
332 addrsx(hix + 2, ly, hx, hy, discarded);
463 int x, y, hix = lowx + ddx, hiy = lowy + ddy; local
472 if (hix > COLNO - XLIM - 1)
473 hix
[all...]
/netbsd-current/external/mpl/dhcp/dist/omapip/
H A Dconnection.c63 unsigned i, hix; local
82 hix = i;
84 status = omapi_addr_list_new (&addrs, hix, MDL);
87 for (i = 0; i < hix; i++) {

Completed in 224 milliseconds