Home
last modified time | relevance | path

Searched refs:exponential (Results 1 – 25 of 26) sorted by relevance

12

/llvm-project-15.0.7/llvm/test/YAMLParser/
H A Dspec-02-20.test4 exponential: 12.3015e+02
H A Dconstruct-float.test4 exponential: 685.230_15e+03
/llvm-project-15.0.7/llvm/test/Assembler/
H A D2002-04-07-HexFloatConstants.ll4 ; exponential form, outputs it correctly in hex format. This is a distillation
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Math/IR/
H A DMathOps.td347 let summary = "base-e exponential of the specified value";
362 // Scalar natural exponential.
374 let summary = "base-2 exponential of the specified value";
390 // Scalar natural exponential.
402 let summary = "base-e exponential of the specified value minus 1";
419 // Scalar natural exponential minus 1.
/llvm-project-15.0.7/llvm/test/Transforms/CodeGenPrepare/X86/
H A Dbitreverse-hang.ll18 ; This results in exponential runtime. The loop here is 32 iterations which will
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dbitreverse-hang.ll18 ; This results in exponential runtime. The loop here is 32 iterations which will
/llvm-project-15.0.7/llvm/test/Transforms/Inline/
H A Dcgscc-cycle-debug.ll4 ; redundant rerun could cause exponential size growth due to inlining along cycles.
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Complex/IR/
H A DComplexOps.td229 let summary = "computes exponential of a complex number";
231 The `exp` op takes a single complex number and computes the exponential of
252 let summary = "computes exponential of a complex number minus 1";
/llvm-project-15.0.7/llvm/test/Transforms/SimpleLoopUnswitch/
H A Dexponential-nontrivial-unswitch2.ll3 ; exponential behavior with any kind of controlling heuristics here.
H A Dexponential-switch-unswitch.ll4 ; whole switch. This can easily lead to exponential behavior w/o proper control.
H A Dexponential-nontrivial-unswitch-nested2.ll3 ; That means we should not be getting exponential behavior on inner-loop
/llvm-project-15.0.7/libclc/generic/lib/math/
H A Dsinh.cl87 // When y is large enough so that the negative exponential is negligible,
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/
H A DREADME.txt46 path-sensitivity. We reduce exponential blow-up by caching nodes. If
/llvm-project-15.0.7/mlir/lib/Conversion/SPIRVToLLVM/
H A DSPIRVToLLVM.cpp1235 Value exponential = rewriter.create<LLVM::ExpOp>(loc, dstType, multiplied); in matchAndRewrite() local
1238 rewriter.create<LLVM::FSubOp>(loc, dstType, exponential, one); in matchAndRewrite()
1240 rewriter.create<LLVM::FAddOp>(loc, dstType, exponential, one); in matchAndRewrite()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DTargetOpcodes.def580 /// Generic base-e exponential of a value.
583 /// Generic base-2 exponential of a value.
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVCLOps.td215 Compute the base-e exponential of x. (i.e. ex)
/llvm-project-15.0.7/llvm/test/Transforms/JumpThreading/
H A Dcrash.ll569 ; to taking exponential time.
/llvm-project-15.0.7/llvm/test/Transforms/LoopUnrollAndJam/
H A Dunroll-and-jam-many-instr.ll12 ; This loops triggers a exponential explosion of the algorithm.
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DGenericOpcodes.td885 // Floating point base-e exponential of a value.
892 // Floating point base-2 exponential of a value.
/llvm-project-15.0.7/llvm/test/Transforms/GuardWidening/
H A Dbasic.ll356 ; Checks that we are adequately guarded against exponential-time
H A Dbasic_widenable_condition_guards.ll723 ; Checks that we are adequately guarded against exponential-time
/llvm-project-15.0.7/llvm/docs/GlobalISel/
H A DGenericOpcode.rst564 Calculate the base-e or base-2 exponential of a value
/llvm-project-15.0.7/mlir/docs/Rationale/
H A DRationaleSimplifiedPolyhedralForm.md328 sometimes exponential time complexity. We expect that most machine learning
/llvm-project-15.0.7/mlir/test/IR/
H A Dparser.mlir1105 // We want to print floats in exponential notation with 6 significant digits,
/llvm-project-15.0.7/llvm/docs/
H A DCommandLine.rst1590 exponential notation (ex: ``1.7e15``) and properly supports locales.

12