Home
last modified time | relevance | path

Searched refs:accuracyTests (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/test/builtins/Unit/ppc/
Dqadd_test.c265 const struct testVector accuracyTests[] = { variable
1807 const int numAccuracyTests = sizeof(accuracyTests) / sizeof(struct testVector);
1818 a.hi = accuracyTests[i].xhi; in testAccuracy()
1819 a.lo = accuracyTests[i].xlo; in testAccuracy()
1820 b.hi = accuracyTests[i].yhi; in testAccuracy()
1821 b.lo = accuracyTests[i].ylo; in testAccuracy()
1822 r.hi = accuracyTests[i].rhi; in testAccuracy()
1823 r.lo = accuracyTests[i].rlo; in testAccuracy()
Dqsub_test.c267 const struct testVector accuracyTests[] = { variable
1809 const int numAccuracyTests = sizeof(accuracyTests) / sizeof(struct testVector);
1820 a.hi = accuracyTests[i].xhi; in testAccuracy()
1821 a.lo = accuracyTests[i].xlo; in testAccuracy()
1822 b.hi = -accuracyTests[i].yhi; in testAccuracy()
1823 b.lo = -accuracyTests[i].ylo; in testAccuracy()
1824 r.hi = accuracyTests[i].rhi; in testAccuracy()
1825 r.lo = accuracyTests[i].rlo; in testAccuracy()
Dqdiv_test.c215 const struct testVector accuracyTests[] = { variable
730 const int numAccuracyTests = sizeof(accuracyTests) / sizeof(struct testVector);
741 a.hi = accuracyTests[i].xhi; in testAccuracy()
742 a.lo = accuracyTests[i].xlo; in testAccuracy()
743 b.hi = accuracyTests[i].yhi; in testAccuracy()
744 b.lo = accuracyTests[i].ylo; in testAccuracy()
745 r.hi = accuracyTests[i].rhi; in testAccuracy()
746 r.lo = accuracyTests[i].rlo; in testAccuracy()
Dqmul_test.c217 const struct testVector accuracyTests[] = { variable
728 const int numAccuracyTests = sizeof(accuracyTests) / sizeof(struct testVector);
739 a.hi = accuracyTests[i].xhi; in testAccuracy()
740 a.lo = accuracyTests[i].xlo; in testAccuracy()
741 b.hi = accuracyTests[i].yhi; in testAccuracy()
742 b.lo = accuracyTests[i].ylo; in testAccuracy()
743 r.hi = accuracyTests[i].rhi; in testAccuracy()
744 r.lo = accuracyTests[i].rlo; in testAccuracy()