Home
last modified time | relevance | path

Searched defs:isInf (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderSpec.cpp191 auto isInf = abs > 65504.0f ? ~0u : 0u; in EvalSpecConstantUnaryOp() local
DSpirvShaderArithmetic.cpp291 auto isInf = CmpGT(abs, SIMD::Float(65504.0f)); in EmitUnaryOp() local
/third_party/flutter/skia/third_party/externals/angle2/src/common/
Dmathutil_unittest.cpp191 TEST(MathUtilTest, isInf) in TEST() argument
Dmathutil.h1152 inline bool isInf(float f) in isInf() function
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceVariableSplitting.cpp38 bool isInf(const Variable *Var) { in isInf() function
/third_party/vk-gl-cts/framework/common/
DtcuFloat.hpp125 …inline bool isInf (void) const { return exponentBits() == ((1<<ExponentBits)-1) && mantissaBi… in isInf() function in tcu::Float
/third_party/skia/third_party/externals/angle2/src/common/
Dmathutil_unittest.cpp191 TEST(MathUtilTest, isInf) in TEST() argument
Dmathutil.h1275 inline bool isInf(float f) in isInf() function
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderCommonFunctionTests.cpp775 const bool isInf = !isNan && rnd.getFloat() > 0.4f; in getInputValues() local
855 const bool isInf = rnd.getFloat() > 0.3f; in getInputValues() local
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fShaderCommonFunctionTests.cpp850 const bool isInf = !isNan && rnd.getFloat() > 0.4f; in getInputValues() local
932 const bool isInf = rnd.getFloat() > 0.3f; in getInputValues() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderCommonFunctionTests.cpp653 const bool isInf = rnd.getFloat() > 0.75f; in infNanRandomFloats() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
DvktShaderCommonFunctionTests.cpp653 const bool isInf = rnd.getFloat() > 0.75f; in infNanRandomFloats() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAsmWriter.cpp1316 bool isInf = APF.isInfinity(); in WriteConstantInternal() local