Home
last modified time | relevance | path

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

/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-golang/parse-number-fxx-test-data/slowstrconv/
Dslowstrconv.go373 if e, eMax := exp2+exp2Adjustment, int32((1<<expBits)-1); e >= eMax {
374 return uint64(eMax) << manBits
/third_party/vk-gl-cts/framework/common/
DtcuFloat.hpp296 const int eMax = ((1<<ExponentBits)-2) - ExponentBias; in convert() local
410 if (e > eMax) in convert()
416 DE_ASSERT(de::inRange(e, eMin, eMax)); in convert()
DtcuTextureUtil.cpp1339 const int eMax = (1<<eBits)-1; in packRGB999E5() local
1340 const float maxVal = (float)(((1<<mBits) - 1) * (1<<(eMax-eBias))) / (float)(1<<mBits); in packRGB999E5()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DDepthStencilFormatsTest.cpp497 const GLfloat eMax = expectedMax[t]; in TEST_P() local
498 EXPECT_TRUE(was >= eMin && was <= eMax) in TEST_P()
500 << eMax << "] was " << was; in TEST_P()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DDepthStencilFormatsTest.cpp731 const GLfloat eMax = expectedMax[t]; in TEST_P() local
732 EXPECT_TRUE(was >= eMin && was <= eMax) in TEST_P()
734 << eMax << "] was " << was; in TEST_P()
/third_party/vulkan-headers/include/vulkan/
Dvulkan_enums.hpp1916 eMax = VK_BLEND_OP_MAX, enumerator
2725 eMax = VK_RESOLVE_MODE_MAX_BIT enumerator
2733 eMax = VK_SAMPLER_REDUCTION_MODE_MAX enumerator
3885 eMax = VK_FRAGMENT_SHADING_RATE_COMBINER_OP_MAX_KHR, enumerator
5543 VkFlags( ResolveModeFlagBits::eMin ) | VkFlags( ResolveModeFlagBits::eMax )
Dvulkan_to_string.hpp1425 if ( value & ResolveModeFlagBits::eMax ) in to_string()
4941 case BlendOp::eMax: return "Max"; in to_string()
5929 case ResolveModeFlagBits::eMax: return "Max"; in to_string()
5940 case SamplerReductionMode::eMax: return "Max"; in to_string()
7409 case FragmentShadingRateCombinerOpKHR::eMax: return "Max"; in to_string()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_enums.hpp3570 eMax = VK_BLEND_OP_MAX, enumerator
3627 case BlendOp::eMax: return "Max"; in to_string()
5256 eMax = VK_RESOLVE_MODE_MAX_BIT enumerator
5268 case ResolveModeFlagBits::eMax: return "Max"; in to_string()
5277 eMax = VK_SAMPLER_REDUCTION_MODE_MAX enumerator
5287 case SamplerReductionMode::eMax: return "Max"; in to_string()
7222 eMax = VK_FRAGMENT_SHADING_RATE_COMBINER_OP_MAX_KHR, enumerator
7233 case FragmentShadingRateCombinerOpKHR::eMax: return "Max"; in to_string()
11646 VkFlags( ResolveModeFlagBits::eMax )
11687 if ( value & ResolveModeFlagBits::eMax ) in to_string()
/third_party/python/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]