Searched refs:iLo (Results 1 – 3 of 3) sorted by relevance
91 for (size_t iLo = 0; iLo < NumValues; ++iLo) { in testsInt() local96 (((TypeUnsigned)Values[iHi]) << 32) + Values[iLo]; in testsInt()164 for (size_t iLo = 0; iLo < NumValues; ++iLo) { in testsIntWithZero() local167 (((TypeUnsigned)Values[iHi]) << 32) + Values[iLo]; in testsIntWithZero()
130 for (size_t iLo = 0; iLo < NumValues; ++iLo) { in testsInt() local135 (((TypeUnsigned)Values[iHi]) << 32) + Values[iLo]; in testsInt()
3014 double iHi, iLo; in reference_rootnl() local3015 DivideDD(&iHi, &iLo, 1.0, i); in reference_rootnl()3016 x = reference_powl(x, iHi) * reference_powl(x, iLo); in reference_rootnl()