Home
last modified time | relevance | path

Searched refs:precondition (Results 1 – 25 of 30) sorted by relevance

12

/external/llvm-project/llvm/test/Transforms/IndVarSimplify/
Dtrivial-checks.ll31 %precondition = icmp ult i32 %x, 1000
32 br i1 %precondition, label %loop, label %exit
76 %precondition = icmp ult i32 %x, 1000
77 br i1 %precondition, label %loop, label %exit
121 %precondition = icmp ult i32 %x, 1000
122 br i1 %precondition, label %loop, label %exit
167 %precondition = icmp ult i32 %x, 1000
168 br i1 %precondition, label %loop, label %exit
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/
DNonLinearConjugateGradientOptimizer.java134 double[] steepestDescent = preconditioner.precondition(point, r); in doOptimize()
179 final double[] newSteepestDescent = preconditioner.precondition(point, r); in doOptimize()
243 public double[] precondition(double[] variables, double[] r) { in precondition() method in NonLinearConjugateGradientOptimizer.IdentityPreconditioner
DPreconditioner.java49 double[] precondition(double[] point, double[] r) in precondition() method
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef/
Dmissing-main.mlir3 // CHECK: Graph export failed: Failed precondition: entry function `main` must be present
/external/pdfium/third_party/libopenjpeg20/
D0015-read_SPCod_SPCoc_overflow.patch8 /* precondition again */
D0016-read_SQcd_SQcc_overflow.patch8 /* precondition again*/
/external/llvm/test/Transforms/LoopIdiom/
Dctpop-multiple-users-crash.ll6 ; When we replace the precondition with a ctpop, we need to ensure
/external/llvm-project/llvm/test/Transforms/LoopIdiom/
Dctpop-multiple-users-crash.ll6 ; When we replace the precondition with a ctpop, we need to ensure
/external/tensorflow/tensorflow/lite/swift/Tests/
DInterpreterTests.swift205 precondition(interpreter != nil) in setUpAddModelInputTensor()
212 precondition(interpreter != nil) in setUpAddQuantizedModelInputTensor()
/external/llvm-project/libcxx/docs/DesignDocs/
DDebugMode.rst63 precondition checks throughout libc++. The second additionally enables
/external/libcxx/docs/DesignDocs/
DDebugMode.rst72 precondition checks throughout libc++. The second additionally enables
/external/auto/value/userguide/
Dpractices.md51 precondition checks or other pre- or postprocessing.
Dhowto.md112 precondition checks or pre-processing, just add them to your factory method:
/external/grpc-grpc/src/objective-c/GRPCClient/private/
DGRPCWrappedCall.m306 format:@"A precondition for calling grpc_call_start_batch wasn't met. Error %i", error];
/external/llvm-project/clang/docs/
DLibASTMatchers.rst53 The precondition to using the matchers is to understand how the AST for what you
/external/clang/docs/
DLibASTMatchers.rst53 The precondition to using the matchers is to understand how the AST for what you
/external/rust/crates/serde_derive/src/
Dser.rs22 precondition(&ctxt, &cont); in expand_derive_serialize()
67 fn precondition(cx: &Ctxt, cont: &Container) { in precondition() function
Dde.rs27 precondition(&ctxt, &cont); in expand_derive_deserialize()
77 fn precondition(cx: &Ctxt, cont: &Container) { in precondition() function
/external/libcxx/include/
Dcharconv247 // precondition: at least one non-zero character available
/external/llvm-project/libcxx/include/
Dcharconv250 // precondition: at least one non-zero character available
/external/clang/docs/analyzer/
DIPA.txt68 impossible (by some unstated precondition), or by inlining some but not all
/external/llvm-project/clang/docs/analyzer/developer-docs/
DIPA.rst70 impossible (by some unstated precondition), or by inlining some but not all
/external/llvm-project/mlir/include/mlir/Dialect/Shape/IR/
DShapeOps.td610 Used to simplify constraints as any single failing precondition is enough
/external/llvm-project/libcxx/docs/
DCxx2aStatusIssuesStatus.csv100 "`2797 <https://wg21.link/LWG2797>`__","Trait precondition violations","San Diego","Resolved by 128…
/external/llvm-project/mlir/docs/Rationale/
DRationale.md211 `index` type is a necessary precondition of a value to be acceptable by these

12