Searched refs:xlo (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
134 xlo = x - xhi;
138 tlo = xlo * u.a + x * u.b;
286 long double d, t, xhi, xlo; local
294 xlo = x - xhi;
295 xlo += t;
296 xlo += d;
302 x = xhi + xlo;
305 xlo = x - xhi;
314 r.a -= d * xlo;
[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
462 input.lo = testCases[i].xlo;
H A Dqdiv_test.c20 double xhi; double xlo; member in struct:testVector
110 a.lo = edgeCases[i].xlo;
742 a.lo = accuracyTests[i].xlo;
H A Dqmul_test.c20 double xhi; double xlo; member in struct:testVector
110 a.lo = edgeCases[i].xlo;
740 a.lo = accuracyTests[i].xlo;
H A Dqadd_test.c20 double xhi; double xlo; member in struct:testVector
110 a.lo = edgeCases[i].xlo;
1819 a.lo = accuracyTests[i].xlo;
H A Dqsub_test.c20 double xhi; double xlo; member in struct:testVector
110 a.lo = edgeCases[i].xlo;
1821 a.lo = accuracyTests[i].xlo;
/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
462 input.lo = testCases[i].xlo;
H A Dqdiv_test.c20 double xhi; double xlo; member in struct:testVector
110 a.lo = edgeCases[i].xlo;
742 a.lo = accuracyTests[i].xlo;
H A Dqmul_test.c20 double xhi; double xlo; member in struct:testVector
110 a.lo = edgeCases[i].xlo;
740 a.lo = accuracyTests[i].xlo;
H A Dqadd_test.c20 double xhi; double xlo; member in struct:testVector
110 a.lo = edgeCases[i].xlo;
1819 a.lo = accuracyTests[i].xlo;
H A Dqsub_test.c20 double xhi; double xlo; member in struct:testVector
110 a.lo = edgeCases[i].xlo;
1821 a.lo = accuracyTests[i].xlo;
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.c8649 neon_invert_size (unsigned *xlo, unsigned *xhi, int size) argument
8651 unsigned immlo = xlo ? *xlo : 0;
8676 if (xlo)
8677 *xlo = immlo;
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-arm.c8582 neon_invert_size (unsigned *xlo, unsigned *xhi, int size) argument
8584 unsigned immlo = xlo ? *xlo : 0;
8609 if (xlo)
8610 *xlo = immlo;
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arm.c8649 neon_invert_size (unsigned *xlo, unsigned *xhi, int size) argument
8651 unsigned immlo = xlo ? *xlo : 0;
8676 if (xlo)
8677 *xlo = immlo;

Completed in 550 milliseconds