Home
last modified time | relevance | path

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

/external/llvm-project/libc/utils/FPUtil/
DClassificationFunctions.h30 static inline bool isInf(T x) { in isInf() function
/external/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
/external/eigen/Eigen/src/plugins/
DArrayCwiseUnaryOps.h440 isInf() const in isInf() function
/external/swiftshader/third_party/subzero/src/
DIceVariableSplitting.cpp38 bool isInf(const Variable *Var) { in isInf() function
/external/deqp/framework/common/
DtcuFloat.hpp124 …inline bool isInf (void) const { return exponentBits() == ((1<<ExponentBits)-1) && mantissaBi… in isInf() function in tcu::Float
/external/angle/src/common/
Dmathutil_unittest.cpp191 TEST(MathUtilTest, isInf) in TEST() argument
Dmathutil.h1274 inline bool isInf(float f) in isInf() function
/external/deqp-deps/glslang/glslang/MachineIndependent/
DConstant.cpp67 bool isInf(double x) in isInf() function
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DConstant.cpp67 bool isInf(double x) in isInf() function
/external/deqp/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
/external/deqp/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
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderCommonFunctionTests.cpp651 const bool isInf = rnd.getFloat() > 0.75f; in infNanRandomFloats() local
/external/python/pyasn1/pyasn1/type/
Duniv.py1413 def isInf(self): member in Real
/external/llvm-project/mlir/lib/IR/
DAsmPrinter.cpp1286 bool isInf = apValue.isInfinity(); in printFloatValue() local
/external/llvm/lib/IR/
DAsmWriter.cpp1151 bool isInf = CFP->getValueAPF().isInfinity(); in WriteConstantInternal() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAsmWriter.cpp1316 bool isInf = APF.isInfinity(); in WriteConstantInternal() local
/external/llvm-project/llvm/lib/IR/
DAsmWriter.cpp1360 bool isInf = APF.isInfinity(); in WriteConstantInternal() local