| /src/external/gpl3/gcc/dist/libquadmath/math/ |
| cosq_kernel.c | 83 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);
|
| sinq_kernel.c | 83 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);
|
| sincosq_kernel.c | 102 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);
|
| /src/external/gpl3/gcc.old/dist/libquadmath/math/ |
| cosq_kernel.c | 83 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);
|
| sinq_kernel.c | 83 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);
|
| sincosq_kernel.c | 102 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);
|
| /src/external/mpl/dhcp/dist/omapip/ |
| connection.c | 63 unsigned i, hix; local 82 hix = i; 84 status = omapi_addr_list_new (&addrs, hix, MDL); 87 for (i = 0; i < hix; i++) {
|
| /src/games/hack/ |
| hack.mklev.c | 232 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) 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 = COLNO - XLIM - 1 [all...] |