Home
last modified time | relevance | path

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

/external/angle/src/common/
Dmathutil.cpp35 constexpr int g_sharedexp_biased_mantissabits = g_sharedexp_bias + g_sharedexp_mantissabits; variable
57 floor((max_c / (pow(2.0f, exp_p - g_sharedexp_biased_mantissabits))) + 0.5f)); in convertRGBFloatsTo999E5()
60 const float pow2_exp = pow(2.0f, static_cast<float>(exp_s) - g_sharedexp_biased_mantissabits); in convertRGBFloatsTo999E5()
76 pow(2.0f, static_cast<float>(inputData->E) - g_sharedexp_biased_mantissabits); in convert999E5toRGBFloats()