/external/llvm-project/libc/utils/FPUtil/ |
D | ClassificationFunctions.h | 30 static inline bool isInf(T x) { in isInf() function
|
/external/swiftshader/src/Pipeline/ |
D | SpirvShaderSpec.cpp | 191 auto isInf = abs > 65504.0f ? ~0u : 0u; in EvalSpecConstantUnaryOp() local
|
D | SpirvShaderArithmetic.cpp | 291 auto isInf = CmpGT(abs, SIMD::Float(65504.0f)); in EmitUnaryOp() local
|
/external/eigen/Eigen/src/plugins/ |
D | ArrayCwiseUnaryOps.h | 440 isInf() const in isInf() function
|
/external/swiftshader/third_party/subzero/src/ |
D | IceVariableSplitting.cpp | 38 bool isInf(const Variable *Var) { in isInf() function
|
/external/deqp/framework/common/ |
D | tcuFloat.hpp | 124 …inline bool isInf (void) const { return exponentBits() == ((1<<ExponentBits)-1) && mantissaBi… in isInf() function in tcu::Float
|
/external/angle/src/common/ |
D | mathutil_unittest.cpp | 191 TEST(MathUtilTest, isInf) in TEST() argument
|
D | mathutil.h | 1274 inline bool isInf(float f) in isInf() function
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | Constant.cpp | 67 bool isInf(double x) in isInf() function
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ |
D | Constant.cpp | 67 bool isInf(double x) in isInf() function
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderCommonFunctionTests.cpp | 775 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/ |
D | es31fShaderCommonFunctionTests.cpp | 850 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/ |
D | vktShaderCommonFunctionTests.cpp | 651 const bool isInf = rnd.getFloat() > 0.75f; in infNanRandomFloats() local
|
/external/python/pyasn1/pyasn1/type/ |
D | univ.py | 1413 def isInf(self): member in Real
|
/external/llvm-project/mlir/lib/IR/ |
D | AsmPrinter.cpp | 1286 bool isInf = apValue.isInfinity(); in printFloatValue() local
|
/external/llvm/lib/IR/ |
D | AsmWriter.cpp | 1151 bool isInf = CFP->getValueAPF().isInfinity(); in WriteConstantInternal() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | AsmWriter.cpp | 1316 bool isInf = APF.isInfinity(); in WriteConstantInternal() local
|
/external/llvm-project/llvm/lib/IR/ |
D | AsmWriter.cpp | 1360 bool isInf = APF.isInfinity(); in WriteConstantInternal() local
|