Searched refs:deFloatLdExp (Results 1 – 2 of 2) sorted by relevance
/external/deqp/framework/delibs/debase/ |
D | deMath.h | 95 DE_INLINE float deFloatLdExp (float a, int exponent) { return (float)ldexp(a, exponent); } in deFloatLdExp() function
|
/external/deqp/modules/glshared/ |
D | glsBuiltinPrecisionTests.cpp | 4105 base = deFloatLdExp(1.0f, exp); in genRandom() 4106 quantum = deFloatLdExp(1.0f, exp - fractionBits); in genRandom() 4112 quantum = deFloatLdExp(1.0f, minExp - fractionBits); in genRandom() 4143 const float minQuantum = deFloatLdExp(1.0f, minExp - fractionBits); in genFixeds() 4144 const float minNormalized = deFloatLdExp(1.0f, minExp); in genFixeds() 4145 const float maxQuantum = deFloatLdExp(1.0f, maxExp - fractionBits); in genFixeds() 4171 dst.push_back(sign * (deFloatLdExp(1.0f, maxExp) + in genFixeds() 4172 (deFloatLdExp(1.0f, maxExp) - maxQuantum))); in genFixeds()
|