Home
last modified time | relevance | path

Searched refs:xhi (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/libbcc/runtime/test/Unit/ppc/
Dqadd_test.c20 double xhi; double xlo; member
109 a.hi = edgeCases[i].xhi; in testEdgeCases()
1818 a.hi = accuracyTests[i].xhi; in testAccuracy()
Dqsub_test.c20 double xhi; double xlo; member
109 a.hi = edgeCases[i].xhi; in testEdgeCases()
1820 a.hi = accuracyTests[i].xhi; in testAccuracy()
Dqdiv_test.c20 double xhi; double xlo; member
109 a.hi = edgeCases[i].xhi; in testEdgeCases()
741 a.hi = accuracyTests[i].xhi; in testAccuracy()
Dqmul_test.c20 double xhi; double xlo; member
109 a.hi = edgeCases[i].xhi; in testEdgeCases()
739 a.hi = accuracyTests[i].xhi; in testAccuracy()
Dfixtfdi_test.c6 struct testVector { double xhi; double xlo; int64_t result; }; member
461 input.hi = testCases[i].xhi; in main()