Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuFloat.hpp267 const int eMax = ((1<<ExponentBits)-2) - ExponentBias; in convert() local
322 if (e > eMax) in convert()
329 DE_ASSERT(de::inRange(e, eMin, eMax)); in convert()
DtcuTextureUtil.cpp1227 const int eMax = (1<<eBits)-1; in packRGB999E5() local
1228 const float maxVal = (float)(((1<<mBits) - 1) * (1<<(eMax-eBias))) / (float)(1<<mBits); in packRGB999E5()
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp2610 eMax = VK_BLEND_OP_MAX, enumerator
2667 case BlendOp::eMax : return "Max"; in to_string()
4515 eMax = VK_SAMPLER_REDUCTION_MODE_MAX_EXT enumerator
4524 case SamplerReductionModeEXT::eMax : return "Max"; in to_string()
9224 eMax = VK_RESOLVE_MODE_MAX_BIT_KHR enumerator
9235 case ResolveModeFlagBitsKHR::eMax : return "Max"; in to_string()
9256 …gBitsKHR::eAverage) | VkFlags(ResolveModeFlagBitsKHR::eMin) | VkFlags(ResolveModeFlagBitsKHR::eMax)
9269 if ( value & ResolveModeFlagBitsKHR::eMax ) result += "Max | "; in to_string()
/external/python/cpython3/Lib/test/decimaltestdata/
Dpowersqrt.decTest2926 -- subnormals and underflows [these can only result when eMax is < digits+1]
Dsquareroot.decTest2917 -- subnormals and underflows [these can only result when eMax is < digits+1]
/external/python/cpython2/Lib/test/decimaltestdata/
Dpowersqrt.decTest2926 -- subnormals and underflows [these can only result when eMax is < digits+1]
Dsquareroot.decTest2917 -- subnormals and underflows [these can only result when eMax is < digits+1]
/external/swiftshader/include/vulkan/
Dvulkan.hpp8513 eMax = VK_BLEND_OP_MAX, enumerator
35390 eMax = VK_SAMPLER_REDUCTION_MODE_MAX_EXT enumerator
49625 case BlendOp::eMax: return "Max"; in to_string()
52016 case SamplerReductionModeEXT::eMax: return "Max"; in to_string()