Home | History | Annotate | Download | only in ppc

Lines Matching full:accuracytests

265 const struct testVector accuracyTests[] = {
1807 const int numAccuracyTests = sizeof(accuracyTests) / sizeof(struct testVector);
1818 a.hi = accuracyTests[i].xhi;
1819 a.lo = accuracyTests[i].xlo;
1820 b.hi = accuracyTests[i].yhi;
1821 b.lo = accuracyTests[i].ylo;
1822 r.hi = accuracyTests[i].rhi;
1823 r.lo = accuracyTests[i].rlo;