/external/llvm-project/llvm/test/Transforms/IndVarSimplify/ |
D | trivial-checks.ll | 31 %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/ |
D | NonLinearConjugateGradientOptimizer.java | 134 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
|
D | Preconditioner.java | 49 double[] precondition(double[] point, double[] r) in precondition() method
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef/ |
D | missing-main.mlir | 3 // CHECK: Graph export failed: Failed precondition: entry function `main` must be present
|
/external/pdfium/third_party/libopenjpeg20/ |
D | 0015-read_SPCod_SPCoc_overflow.patch | 8 /* precondition again */
|
D | 0016-read_SQcd_SQcc_overflow.patch | 8 /* precondition again*/
|
/external/llvm/test/Transforms/LoopIdiom/ |
D | ctpop-multiple-users-crash.ll | 6 ; When we replace the precondition with a ctpop, we need to ensure
|
/external/llvm-project/llvm/test/Transforms/LoopIdiom/ |
D | ctpop-multiple-users-crash.ll | 6 ; When we replace the precondition with a ctpop, we need to ensure
|
/external/tensorflow/tensorflow/lite/swift/Tests/ |
D | InterpreterTests.swift | 205 precondition(interpreter != nil) in setUpAddModelInputTensor() 212 precondition(interpreter != nil) in setUpAddQuantizedModelInputTensor()
|
/external/llvm-project/libcxx/docs/DesignDocs/ |
D | DebugMode.rst | 63 precondition checks throughout libc++. The second additionally enables
|
/external/libcxx/docs/DesignDocs/ |
D | DebugMode.rst | 72 precondition checks throughout libc++. The second additionally enables
|
/external/auto/value/userguide/ |
D | practices.md | 51 precondition checks or other pre- or postprocessing.
|
D | howto.md | 112 precondition checks or pre-processing, just add them to your factory method:
|
/external/grpc-grpc/src/objective-c/GRPCClient/private/ |
D | GRPCWrappedCall.m | 306 format:@"A precondition for calling grpc_call_start_batch wasn't met. Error %i", error];
|
/external/llvm-project/clang/docs/ |
D | LibASTMatchers.rst | 53 The precondition to using the matchers is to understand how the AST for what you
|
/external/clang/docs/ |
D | LibASTMatchers.rst | 53 The precondition to using the matchers is to understand how the AST for what you
|
/external/rust/crates/serde_derive/src/ |
D | ser.rs | 22 precondition(&ctxt, &cont); in expand_derive_serialize() 67 fn precondition(cx: &Ctxt, cont: &Container) { in precondition() function
|
D | de.rs | 27 precondition(&ctxt, &cont); in expand_derive_deserialize() 77 fn precondition(cx: &Ctxt, cont: &Container) { in precondition() function
|
/external/libcxx/include/ |
D | charconv | 247 // precondition: at least one non-zero character available
|
/external/llvm-project/libcxx/include/ |
D | charconv | 250 // precondition: at least one non-zero character available
|
/external/clang/docs/analyzer/ |
D | IPA.txt | 68 impossible (by some unstated precondition), or by inlining some but not all
|
/external/llvm-project/clang/docs/analyzer/developer-docs/ |
D | IPA.rst | 70 impossible (by some unstated precondition), or by inlining some but not all
|
/external/llvm-project/mlir/include/mlir/Dialect/Shape/IR/ |
D | ShapeOps.td | 610 Used to simplify constraints as any single failing precondition is enough
|
/external/llvm-project/libcxx/docs/ |
D | Cxx2aStatusIssuesStatus.csv | 100 "`2797 <https://wg21.link/LWG2797>`__","Trait precondition violations","San Diego","Resolved by 128…
|
/external/llvm-project/mlir/docs/Rationale/ |
D | Rationale.md | 211 `index` type is a necessary precondition of a value to be acceptable by these
|