Searched refs:yhi (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/libdecnumber/bid/
H A Dbid2dpd_dpd2bid.c179 unsigned int yhi, ylo; local
199 yhi = (D61 * (UINT64)(bcoeff >> (UINT64)27)) >> (UINT64)34;
200 ylo = bcoeff - 1000000000ull * yhi;
203 yhi = yhi + 1;
207 B01 = ((UINT64) yhi * d103) >> (32 + 8);
209 b2 = yhi - B01 * 1000;
/netbsd-current/external/gpl3/gdb.old/dist/libdecnumber/bid/
H A Dbid2dpd_dpd2bid.c179 unsigned int yhi, ylo; local
199 yhi = (D61 * (UINT64)(bcoeff >> (UINT64)27)) >> (UINT64)34;
200 ylo = bcoeff - 1000000000ull * yhi;
203 yhi = yhi + 1;
207 B01 = ((UINT64) yhi * d103) >> (32 + 8);
209 b2 = yhi - B01 * 1000;
/netbsd-current/external/gpl3/gcc.old/dist/libdecnumber/bid/
H A Dbid2dpd_dpd2bid.c179 unsigned int yhi, ylo; local
201 yhi = (D61 * (UINT64)(bcoeff >> (UINT64)27)) >> (UINT64)34;
202 ylo = bcoeff - 1000000000ull * yhi;
205 yhi = yhi + 1;
209 B01 = ((UINT64) yhi * d103) >> (32 + 8);
211 b2 = yhi - B01 * 1000;
/netbsd-current/external/gpl3/gcc/dist/libdecnumber/bid/
H A Dbid2dpd_dpd2bid.c179 unsigned int yhi, ylo; local
201 yhi = (D61 * (UINT64)(bcoeff >> (UINT64)27)) >> (UINT64)34;
202 ylo = bcoeff - 1000000000ull * yhi;
205 yhi = yhi + 1;
209 B01 = ((UINT64) yhi * d103) >> (32 + 8);
211 b2 = yhi - B01 * 1000;
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/libbid/
H A Dbid_dpd.c165 UINT32 yhi, ylo; local
205 yhi =
208 ylo = bcoeff - 1000000000ull * yhi;
211 yhi = yhi + 1;
214 yhi = bcoeff / 1000000000ull;
218 // yhi = ABBBCCC ylo = DDDEEEFFF
222 b2 = yhi % 1000; // b2 = CCC
223 b0 = yhi / 1000000; // b0 = A
224 b1 = (yhi / 100
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid_dpd.c165 UINT32 yhi, ylo; local
205 yhi =
208 ylo = bcoeff - 1000000000ull * yhi;
211 yhi = yhi + 1;
214 yhi = bcoeff / 1000000000ull;
218 // yhi = ABBBCCC ylo = DDDEEEFFF
222 b2 = yhi % 1000; // b2 = CCC
223 b0 = yhi / 1000000; // b0 = A
224 b1 = (yhi / 100
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/internal/math/
H A Dbiguintcore.d252 uint yhi = cast(uint)(y >> 32);
253 if (data.length == 2 && data[1]!=yhi)
255 if (data.length == 1 && yhi != 0)
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/internal/math/
H A Dbiguintcore.d395 uint yhi = cast(uint)(y >> 32);
396 if (data.length == 2 && data[1]!=yhi)
398 if (data.length == 1 && yhi != 0)
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/Unit/ppc/
H A Dqdiv_test.c21 double yhi; double ylo; member in struct:testVector
111 b.hi = edgeCases[i].yhi;
743 b.hi = accuracyTests[i].yhi;
H A Dqmul_test.c21 double yhi; double ylo; member in struct:testVector
111 b.hi = edgeCases[i].yhi;
741 b.hi = accuracyTests[i].yhi;
H A Dqadd_test.c21 double yhi; double ylo; member in struct:testVector
111 b.hi = edgeCases[i].yhi;
1820 b.hi = accuracyTests[i].yhi;
H A Dqsub_test.c21 double yhi; double ylo; member in struct:testVector
111 b.hi = edgeCases[i].yhi;
1822 b.hi = -accuracyTests[i].yhi;
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ppc/
H A Dqdiv_test.c21 double yhi; double ylo; member in struct:testVector
111 b.hi = edgeCases[i].yhi;
743 b.hi = accuracyTests[i].yhi;
H A Dqmul_test.c21 double yhi; double ylo; member in struct:testVector
111 b.hi = edgeCases[i].yhi;
741 b.hi = accuracyTests[i].yhi;
H A Dqadd_test.c21 double yhi; double ylo; member in struct:testVector
111 b.hi = edgeCases[i].yhi;
1820 b.hi = accuracyTests[i].yhi;
H A Dqsub_test.c21 double yhi; double ylo; member in struct:testVector
111 b.hi = edgeCases[i].yhi;
1822 b.hi = -accuracyTests[i].yhi;

Completed in 270 milliseconds