Home
last modified time | relevance | path

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

/external/angle/src/common/
Dmathutil.cpp38 constexpr int g_sharedexp_maxexponent = 31; variable
43 static_cast<float>(1 << (g_sharedexp_maxexponent - g_sharedexp_bias));
/external/swiftshader/tests/MathUnitTests/
Dunittests.cpp60 constexpr int g_sharedexp_maxexponent = 31; in RGB9E5_reference() local
65 static_cast<float>(1 << (g_sharedexp_maxexponent - g_sharedexp_bias)); in RGB9E5_reference()
/external/swiftshader/src/System/
DHalf.hpp77 constexpr int g_sharedexp_maxexponent = 31; in RGB9E5() local
82 static_cast<float>(1 << (g_sharedexp_maxexponent - g_sharedexp_bias)); in RGB9E5()