Home
last modified time | relevance | path

Searched refs:iLo (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/subzero/crosstest/
Dtest_icmp_main.cpp91 for (size_t iLo = 0; iLo < NumValues; ++iLo) { in testsInt() local
96 (((TypeUnsigned)Values[iHi]) << 32) + Values[iLo]; in testsInt()
164 for (size_t iLo = 0; iLo < NumValues; ++iLo) { in testsIntWithZero() local
167 (((TypeUnsigned)Values[iHi]) << 32) + Values[iLo]; in testsIntWithZero()
Dtest_arith_main.cpp130 for (size_t iLo = 0; iLo < NumValues; ++iLo) { in testsInt() local
135 (((TypeUnsigned)Values[iHi]) << 32) + Values[iLo]; in testsInt()
/external/OpenCL-CTS/test_conformance/math_brute_force/
Dreference_math.cpp3014 double iHi, iLo; in reference_rootnl() local
3015 DivideDD(&iHi, &iLo, 1.0, i); in reference_rootnl()
3016 x = reference_powl(x, iHi) * reference_powl(x, iLo); in reference_rootnl()