Home | History | Annotate | Download | only in ppc

Lines Matching full:accuracytests

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