Home
last modified time | relevance | path

Searched refs:Infinity (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-yaml-numeric-parser-fuzzer/
H A Dyaml-numeric-parser-fuzzer.cpp15 static llvm::Regex Infinity("^[-+]?(\\.inf|\\.Inf|\\.INF)$"); in isNumericRegex() local
24 if (Infinity.match(S)) in isNumericRegex()
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dreal.cpp152 result.value = Infinity(isNegative); in Multiply()
212 result.value = Infinity(isNegative); in Divide()
219 result.value = Infinity(isNegative); in Divide()
282 result.value = Infinity(false); in SQRT()
/llvm-project-15.0.7/flang/lib/Decimal/
H A Ddecimal-to-binary.cpp332 return {Real{Infinity()}, Overflow}; in ConvertToBinary()
449 return {Real{Infinity()}}; in ConvertToBinary()
H A Dbig-radix-floating-point.h350 constexpr Raw Infinity() const { in RemoveLeastOrderZeroDigits() function
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dreal.h215 static constexpr Real Infinity(bool negative) { in Infinity() function
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp65 Infinity = 0x0008, enumerator
68 NumericProperties = (Zero|NonZero|Finite|Infinity|NaN|SignedZero),
452 return (Props & ~NumericProperties) | Infinity; in deduce()
490 if (Ps & ConstantProperties::Infinity) in print()
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h304 static RawType Infinity() { in Infinity() function
/llvm-project-15.0.7/compiler-rt/lib/builtins/
H A Dfp_div_impl.inc412 // Do not round Infinity to NaN
/llvm-project-15.0.7/llvm/test/MC/Disassembler/AArch64/
H A Dneon-instructions.txt2559 # Minus Infinity
2568 # Minus Infinity
2598 # Positive Infinity
2607 # Positive Infinity
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DREADME_P9.txt461 2. Both input are +-Infinity, +-Zero
/llvm-project-15.0.7/llvm/test/Transforms/InstSimplify/
H A Dfloating-point-compare.ll4 ; Infinity
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBuiltin.cpp3229 Constant *Infinity = ConstantFP::getInfinity(V->getType()); in EmitBuiltinExpr() local
3233 Value *FCmp = Builder.CreateFCmp(Pred, Fabs, Infinity, "cmpinf"); in EmitBuiltinExpr()
/llvm-project-15.0.7/llvm/docs/
H A DLangRef.rst16598 - x87 pseudo denormals, pseudo NaNs, pseudo Infinity, Unnormals. These are
16613 -0.0 is also sufficient provided that the rounding mode is not -Infinity.
19811 result type. If only ``nnan`` is set then the neutral value is ``-Infinity``.
19881 result type. If only ``nnan`` is set then the neutral value is ``+Infinity``.