HomeSort by: relevance | last modified time | path
    Searched refs:xlo (Results 1 - 13 of 13) sorted by relevancy

  /src/lib/libm/ld80/
b_tgammal.c 120 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...]
  /src/sys/external/bsd/compiler_rt/dist/test/Unit/ppc/
fixtfdi_test.c 6 struct testVector { double xhi; double xlo; int64_t result; }; member in struct:testVector
462 input.lo = testCases[i].xlo;
qdiv_test.c 20 double xhi; double xlo; member in struct:testVector
110 a.lo = edgeCases[i].xlo;
742 a.lo = accuracyTests[i].xlo;
qmul_test.c 20 double xhi; double xlo; member in struct:testVector
110 a.lo = edgeCases[i].xlo;
740 a.lo = accuracyTests[i].xlo;
qadd_test.c 20 double xhi; double xlo; member in struct:testVector
110 a.lo = edgeCases[i].xlo;
1819 a.lo = accuracyTests[i].xlo;
qsub_test.c 20 double xhi; double xlo; member in struct:testVector
110 a.lo = edgeCases[i].xlo;
1821 a.lo = accuracyTests[i].xlo;
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ppc/
fixtfdi_test.c 6 struct testVector { double xhi; double xlo; int64_t result; }; member in struct:testVector
462 input.lo = testCases[i].xlo;
qdiv_test.c 20 double xhi; double xlo; member in struct:testVector
110 a.lo = edgeCases[i].xlo;
742 a.lo = accuracyTests[i].xlo;
qmul_test.c 20 double xhi; double xlo; member in struct:testVector
110 a.lo = edgeCases[i].xlo;
740 a.lo = accuracyTests[i].xlo;
qadd_test.c 20 double xhi; double xlo; member in struct:testVector
110 a.lo = edgeCases[i].xlo;
1819 a.lo = accuracyTests[i].xlo;
qsub_test.c 20 double xhi; double xlo; member in struct:testVector
110 a.lo = edgeCases[i].xlo;
1821 a.lo = accuracyTests[i].xlo;
  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.c 8481 /* Invert low-order SIZE bits of XHI:XLO. */
8484 neon_invert_size (unsigned *xlo, unsigned *xhi, int size)
8486 unsigned immlo = xlo ? *xlo : 0;
8511 if (xlo)
8512 *xlo = immlo;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c 8484 /* Invert low-order SIZE bits of XHI:XLO. */
8487 neon_invert_size (unsigned *xlo, unsigned *xhi, int size)
8489 unsigned immlo = xlo ? *xlo : 0;
8514 if (xlo)
8515 *xlo = immlo;

Completed in 126 milliseconds