Home | History | Annotate | Download | only in ppc

Lines Matching full:accuracytests

267 const struct testVector accuracyTests[] = {
1809 const int numAccuracyTests = sizeof(accuracyTests) / sizeof(struct testVector);
1820 a.hi = accuracyTests[i].xhi;
1821 a.lo = accuracyTests[i].xlo;
1822 b.hi = -accuracyTests[i].yhi;
1823 b.lo = -accuracyTests[i].ylo;
1824 r.hi = accuracyTests[i].rhi;
1825 r.lo = accuracyTests[i].rlo;