Home | History | Annotate | Download | only in ppc

Lines Matching refs:edgeCases

29 const struct testVector edgeCases[] = {
102 const int numEdgeCases = sizeof(edgeCases) / sizeof(struct testVector);
109 a.hi = edgeCases[i].xhi;
110 a.lo = edgeCases[i].xlo;
111 b.hi = edgeCases[i].yhi;
112 b.lo = edgeCases[i].ylo;
113 r.hi = edgeCases[i].rhi;
114 r.lo = edgeCases[i].rlo;