| /llvm-project/llvm/tools/llvm-yaml-numeric-parser-fuzzer/ |
| H A D | yaml-numeric-parser-fuzzer.cpp | 15 static llvm::Regex Infinity("^[-+]?(\\.inf|\\.Inf|\\.INF)$"); in isNumericRegex() local 24 if (Infinity.match(S)) in isNumericRegex()
|
| /llvm-project/flang/lib/Evaluate/ |
| H A D | real.cpp | 152 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 D | decimal-to-binary.cpp | 387 return {Real{Infinity()}, Overflow}; in ConvertToBinary() 509 return {Real{Infinity()}}; in ConvertToBinary()
|
| H A D | big-radix-floating-point.h | 359 constexpr RT_API_ATTRS Raw Infinity() const { in RemoveLeastOrderZeroDigits() function
|
| /llvm-project/flang/include/flang/Decimal/ |
| H A D | binary-floating-point.h | 141 static constexpr RT_API_ATTRS BinaryFloatingPointNumber Infinity( in Infinity() function
|
| /llvm-project/flang/include/flang/Evaluate/ |
| H A D | real.h | 74 // 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 D | HexagonConstPropagation.cpp | 65 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 D | fp_div_impl.inc | 417 // Do not round Infinity to NaN
|
| /llvm-project/third-party/unittest/googletest/include/gtest/internal/ |
| H A D | gtest-internal.h | 308 static RawType Infinity() { return ReinterpretBits(kExponentBitMask); } in Infinity() function
|
| /llvm-project/llvm/test/MC/Disassembler/AArch64/ |
| H A D | neon-instructions.txt | 2559 # Minus Infinity 2568 # Minus Infinity 2598 # Positive Infinity 2607 # Positive Infinity
|
| /llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | README_P9.txt | 461 2. Both input are +-Infinity, +-Zero
|
| /llvm-project/llvm/test/Transforms/InstSimplify/ |
| H A D | floating-point-compare.ll | 4 ; Infinity
|
| /llvm-project/llvm/docs/ |
| H A D | LangRef.rst | 18972 - 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...] |