Home
last modified time | relevance | path

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

/llvm-project/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/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()
528 // Infinity or overflow in Normalize()
/llvm-project/flang/lib/Decimal/
H A Ddecimal-to-binary.cpp387 return {Real{Infinity()}, Overflow}; in ConvertToBinary()
509 return {Real{Infinity()}}; in ConvertToBinary()
H A Dbig-radix-floating-point.h359 constexpr RT_API_ATTRS Raw Infinity() const { in RemoveLeastOrderZeroDigits() function
/llvm-project/flang/include/flang/Decimal/
H A Dbinary-floating-point.h141 static constexpr RT_API_ATTRS BinaryFloatingPointNumber Infinity( in Infinity() function
/llvm-project/flang/include/flang/Evaluate/
H A Dreal.h74 // 7FFF8000000000000000 is Infinity, not NaN, on 80387 & later. in IsNotANumber()
110 // 7FFF8000000000000000 is Infinity, not NaN, on 80387 & later. in IsInfinite()
276 static constexpr Real Infinity(bool negative) { in Infinity() function
283 // 7FFF8000000000000000 is Infinity, not NaN, on 80387 & later. in Infinity()
375 result.value = Infinity(isNegative);
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp65 Infinity = 0x0008, enumerator
68 NumericProperties = (Zero|NonZero|Finite|Infinity|NaN|SignedZero),
451 return (Props & ~NumericProperties) | Infinity; in deduce()
489 if (Ps & ConstantProperties::Infinity) in print()
1246 // Infinity could theoretically be compared to a number, but the in evaluateCMPpi()
/llvm-project/compiler-rt/lib/builtins/
H A Dfp_div_impl.inc417 // Do not round Infinity to NaN
/llvm-project/third-party/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h308 static RawType Infinity() { return ReinterpretBits(kExponentBitMask); } in Infinity() function
/llvm-project/llvm/test/MC/Disassembler/AArch64/
H A Dneon-instructions.txt2559 # Minus Infinity
2568 # Minus Infinity
2598 # Positive Infinity
2607 # Positive Infinity
/llvm-project/llvm/lib/Target/PowerPC/
H A DREADME_P9.txt461 2. Both input are +-Infinity, +-Zero
/llvm-project/llvm/test/Transforms/InstSimplify/
H A Dfloating-point-compare.ll4 ; Infinity
/llvm-project/llvm/docs/
H A DLangRef.rst18972 - x87 pseudo denormals, pseudo NaNs, pseudo Infinity, Unnormals. These are
18987 -0.0 is also sufficient provided that the rounding mode is not -Infinity.
23298 result type. If only ``nnan`` is set then the neutral value is ``-Infinity``.
23368 result type. If only ``nnan`` is set then the neutral value is ``+Infinity``.
23436 flags are set or only the ``nnan`` is set, the neutral value is ``-Infinity``.
23506 flags are set or only the ``nnan`` is set, the neutral value is ``+Infinity``.
[all...]