Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/common/
H A DtcuFloat.hpp136 static Float smallestNormal (int sign);
225 …ags> Float<StorageType, ExponentBits, MantissaBits, ExponentBias, Flags>::smallestNormal (int sign) in smallestNormal() function in tcu::Float
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderFConvertTests.cpp95 T::smallestNormal (-1), in interestingSamples()
96 T::smallestNormal ( 1), in interestingSamples()
/dports/math/clp/Clp-1.17.3/Clp/src/
H A DAbcSimplex.cpp5079 double smallestNormal = COIN_DBL_MAX; in permuteIn() local
5086 smallestNormal = CoinMin(smallestNormal, value); in permuteIn()
5092 objectiveScale_, minValue, smallestNormal, smallestAny, maxValue, largestAny); in permuteIn()
5106 double smallestNormal = COIN_DBL_MAX; in permuteIn() local
5113 smallestNormal = CoinMin(smallestNormal, value); in permuteIn()
5122 smallestNormal = CoinMin(smallestNormal, value); in permuteIn()
5128 rhsScale_, minValue, smallestNormal, smallestAny, maxValue, largestAny); in permuteIn()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/image/
H A DvktImageTranscodingSupportTests.cpp136 *ptr = T::smallestNormal(ptr->sign()); in fixFloatIfNeeded()