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

/haiku-buildtools/gcc/libquadmath/math/
H A Dcosq_kernel.c84 uint32_t tix, hix, index; local
107 hix = (tix + (0x200 << index)) & (0xfffffc00 << index);
115 case 0: index = ((45 << 10) + hix - 0x3ffe0000) >> 8; break;
116 case 1: index = ((13 << 11) + hix - 0x3ffd0000) >> 9; break;
118 case 2: index = (hix - 0x3ffc3000) >> 10; break;
121 SET_FLT128_WORDS64(h, ((uint64_t)hix) << 32, 0);
H A Dsinq_kernel.c84 uint32_t tix, hix, index; local
107 hix = (tix + (0x200 << index)) & (0xfffffc00 << index);
111 case 0: index = ((45 << 10) + hix - 0x3ffe0000) >> 8; break;
112 case 1: index = ((13 << 11) + hix - 0x3ffd0000) >> 9; break;
114 case 2: index = (hix - 0x3ffc3000) >> 10; break;
117 SET_FLT128_WORDS64(h, ((uint64_t)hix) << 32, 0);
H A Dsincosq_kernel.c104 uint32_t tix, hix, index; local
135 hix = (tix + (0x200 << index)) & (0xfffffc00 << index);
143 case 0: index = ((45 << 10) + hix - 0x3ffe0000) >> 8; break;
144 case 1: index = ((13 << 11) + hix - 0x3ffd0000) >> 9; break;
146 case 2: index = (hix - 0x3ffc3000) >> 10; break;
149 SET_FLT128_WORDS64(h, ((uint64_t)hix) << 32, 0);
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/sparc/
H A Dreloc64.s40 sethi %hix(0xffffffff76543210),%g1
43 sethi %hix(foo),%g1
46 sethi %hix(foo+0xffffffff76543210),%g1
/haiku-buildtools/binutils/gas/testsuite/gas/sparc/
H A Dreloc64.s40 sethi %hix(0xffffffff76543210),%g1
43 sethi %hix(foo),%g1
46 sethi %hix(foo+0xffffffff76543210),%g1

Completed in 49 milliseconds