Searched refs:xhi (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/lib/libm/ld80/
H A Db_tgammal.c120 long double p, z, thi, tlo, xhi, xlo; local
133 xhi = (float)x;
134 xlo = x - xhi;
137 thi = xhi * u.a;
286 long double d, t, xhi, xlo; local
293 xhi = (float)(t + x);
294 xlo = x - xhi;
302 x = xhi + xlo;
304 xhi = (float)x;
305 xlo = x - xhi;
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/Unit/ppc/
H A Dfixtfdi_test.c6 struct testVector { double xhi; double xlo; int64_t result; }; member in struct:testVector
461 input.hi = testCases[i].xhi;
H A Dqdiv_test.c20 double xhi; double xlo; member in struct:testVector
109 a.hi = edgeCases[i].xhi;
741 a.hi = accuracyTests[i].xhi;
H A Dqmul_test.c20 double xhi; double xlo; member in struct:testVector
109 a.hi = edgeCases[i].xhi;
739 a.hi = accuracyTests[i].xhi;
H A Dqadd_test.c20 double xhi; double xlo; member in struct:testVector
109 a.hi = edgeCases[i].xhi;
1818 a.hi = accuracyTests[i].xhi;
H A Dqsub_test.c20 double xhi; double xlo; member in struct:testVector
109 a.hi = edgeCases[i].xhi;
1820 a.hi = accuracyTests[i].xhi;
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ppc/
H A Dfixtfdi_test.c6 struct testVector { double xhi; double xlo; int64_t result; }; member in struct:testVector
461 input.hi = testCases[i].xhi;
H A Dqdiv_test.c20 double xhi; double xlo; member in struct:testVector
109 a.hi = edgeCases[i].xhi;
741 a.hi = accuracyTests[i].xhi;
H A Dqmul_test.c20 double xhi; double xlo; member in struct:testVector
109 a.hi = edgeCases[i].xhi;
739 a.hi = accuracyTests[i].xhi;
H A Dqadd_test.c20 double xhi; double xlo; member in struct:testVector
109 a.hi = edgeCases[i].xhi;
1818 a.hi = accuracyTests[i].xhi;
H A Dqsub_test.c20 double xhi; double xlo; member in struct:testVector
109 a.hi = edgeCases[i].xhi;
1820 a.hi = accuracyTests[i].xhi;
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.c8649 neon_invert_size (unsigned *xlo, unsigned *xhi, int size) argument
8652 unsigned immhi = xhi ? *xhi : 0;
8679 if (xhi)
8680 *xhi = immhi;
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-arm.c8582 neon_invert_size (unsigned *xlo, unsigned *xhi, int size) argument
8585 unsigned immhi = xhi ? *xhi : 0;
8612 if (xhi)
8613 *xhi = immhi;
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arm.c8649 neon_invert_size (unsigned *xlo, unsigned *xhi, int size) argument
8652 unsigned immhi = xhi ? *xhi : 0;
8679 if (xhi)
8680 *xhi = immhi;

Completed in 665 milliseconds