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 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-15.0.7/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()
|
| /llvm-project-15.0.7/flang/lib/Decimal/ |
| H A D | decimal-to-binary.cpp | 332 return {Real{Infinity()}, Overflow}; in ConvertToBinary() 449 return {Real{Infinity()}}; in ConvertToBinary()
|
| H A D | big-radix-floating-point.h | 350 constexpr Raw Infinity() const { in RemoveLeastOrderZeroDigits() function
|
| /llvm-project-15.0.7/flang/include/flang/Evaluate/ |
| H A D | real.h | 215 static constexpr Real Infinity(bool negative) { in Infinity() function
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonConstPropagation.cpp | 65 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 D | gtest-internal.h | 304 static RawType Infinity() { in Infinity() function
|
| /llvm-project-15.0.7/compiler-rt/lib/builtins/ |
| H A D | fp_div_impl.inc | 412 // Do not round Infinity to NaN
|
| /llvm-project-15.0.7/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-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | README_P9.txt | 461 2. Both input are +-Infinity, +-Zero
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstSimplify/ |
| H A D | floating-point-compare.ll | 4 ; Infinity
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 3229 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 D | LangRef.rst | 16598 - 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``.
|