Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/common/
Dmathutil.cpp45 …const float exp_p = std::max<float>(-g_sharedexp_bias - 1, floor(log(max_c))) + 1 + g_sharedexp_bi… in convertRGBFloatsTo999E5() local
46 …const int max_s = floor((max_c / (pow(2.0f, exp_p - g_sharedexp_bias - g_sharedexp_mantissabits)))… in convertRGBFloatsTo999E5()
47 const int exp_s = (max_s < pow(2.0f, g_sharedexp_mantissabits)) ? exp_p : exp_p + 1; in convertRGBFloatsTo999E5()