Searched refs:precondition (Results 1 – 15 of 15) sorted by relevance
/external/skia/include/private/ |
D | SkTFitsIn.h | 48 using precondition = SkTHasMoreDigits<S, D>; in apply() local 49 static_assert(precondition::value, "minS > minD"); in apply() 71 using precondition = SkTHasMoreDigits<S, D>; in apply() local 72 static_assert(precondition::value, "maxS < maxD"); in apply()
|
/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/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/libcxx/docs/DesignDocs/ |
D | DebugMode.rst | 72 precondition checks throughout libc++. The second additionally enables
|
/external/clang/docs/ |
D | LibASTMatchers.rst | 53 The precondition to using the matchers is to understand how the AST for what you
|
/external/clang/docs/analyzer/ |
D | IPA.txt | 68 impossible (by some unstated precondition), or by inlining some but not all
|
/external/bison/tests/ |
D | local.at | 792 # As a precondition, you must properly double-quote all arguments that
|
/external/googletest/googletest/docs/ |
D | V1_5_AdvancedGuide.md | 443 Since these precondition checks cause the processes to die, we call such tests
|
D | V1_7_AdvancedGuide.md | 511 Since these precondition checks cause the processes to die, we call such tests
|
D | V1_6_AdvancedGuide.md | 511 Since these precondition checks cause the processes to die, we call such tests
|
D | AdvancedGuide.md | 513 Since these precondition checks cause the processes to die, we call such tests
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|