Home | History | Annotate | Download | only in ppc

Lines Matching full:accuracytests

217 const struct testVector accuracyTests[] = {
728 const int numAccuracyTests = sizeof(accuracyTests) / sizeof(struct testVector);
739 a.hi = accuracyTests[i].xhi;
740 a.lo = accuracyTests[i].xlo;
741 b.hi = accuracyTests[i].yhi;
742 b.lo = accuracyTests[i].ylo;
743 r.hi = accuracyTests[i].rhi;
744 r.lo = accuracyTests[i].rlo;