| /external/apache-commons-math/src/main/java/org/apache/commons/math3/analysis/solvers/ |
| D | AllowedSolution.java | 21 /** The kinds of solutions that a {@link BracketedUnivariateSolver 22 * (bracketed univariate real) root-finding algorithm} may accept as solutions. 26 * <p>If all solutions are accepted ({@link #ANY_SIDE}), then the solution 41 /** There are no additional side restriction on the solutions for 49 /** Only solutions that are less than or equal to the actual root are 50 * acceptable as solutions for root-finding. In other words, 56 /** Only solutions that are greater than or equal to the actual root are 57 * acceptable as solutions for root-finding. In other words, 63 /** Only solutions for which values are less than or equal to zero are 64 * acceptable as solutions for root-finding. So, if a function f(x) has [all …]
|
| D | BracketedUnivariateSolver.java | 33 * {@link AllowedSolution allowed solutions}. Other root-finding 40 * solutions.</p> 59 * @param allowedSolution The kind of solutions that the root-finding algorithm may 60 * accept as solutions. 81 * @param allowedSolution The kind of solutions that the root-finding algorithm may 82 * accept as solutions.
|
| D | BracketedRealFieldUnivariateSolver.java | 34 * {@link AllowedSolution allowed solutions}. Other root-finding 41 * solutions.</p> 67 * Get the absolute accuracy of the solver. Solutions returned by the 109 * @param allowedSolution The kind of solutions that the root-finding algorithm may 110 * accept as solutions. 131 * @param allowedSolution The kind of solutions that the root-finding algorithm may 132 * accept as solutions.
|
| /external/mesa3d/src/panfrost/util/ |
| D | lcra.c | 59 l->solutions = calloc(sizeof(l->solutions[0]), node_count); in lcra_alloc_equations() 61 memset(l->solutions, ~0, sizeof(l->solutions[0]) * node_count); in lcra_alloc_equations() 80 free(l->solutions); in lcra_free() 140 lcra_test_linear(struct lcra_state *l, unsigned *solutions, unsigned i) in lcra_test_linear() argument 143 signed constant = solutions[i]; in lcra_test_linear() 146 if (solutions[j] == ~0) in lcra_test_linear() 149 signed lhs = solutions[j] - constant; in lcra_test_linear() 165 if (l->solutions[step] != ~0) in lcra_solve() 186 l->solutions[step] = ((m * P + n) << shift) + class_start; in lcra_solve() 187 succ = lcra_test_linear(l, l->solutions, step); in lcra_solve()
|
| D | lcra.h | 60 * biased to all solutions in the class. */ 68 /* Before solving, forced registers; after solving, solutions. */ 69 unsigned *solutions; member
|
| /external/fonttools/Lib/fontTools/pens/ |
| D | pointInsidePen.py | 120 solutions = sorted(solveCubic(ay, by, cy, dy - y)) 121 solutions = [t for t in solutions if -0.0 <= t <= 1.0] 122 if not solutions: 132 for t in solutions: 176 solutions = sorted(solveQuadratic(a, b, c - y)) 177 solutions = [ 178 t for t in solutions if ZERO_MINUS_EPSILON <= t <= ONE_PLUS_EPSILON 180 if not solutions:
|
| /external/mesa3d/src/panfrost/compiler/ |
| D | bi_ra.c | 48 /* Before solving, forced registers; after solving, solutions. */ 49 unsigned *solutions; member 69 l->solutions = calloc(sizeof(l->solutions[0]), node_count); in lcra_alloc_equations() 72 memset(l->solutions, ~0, sizeof(l->solutions[0]) * node_count); in lcra_alloc_equations() 85 free(l->solutions); in lcra_free() 121 lcra_test_linear(struct lcra_state *l, unsigned *solutions, unsigned i) in lcra_test_linear() argument 123 signed constant = solutions[i]; in lcra_test_linear() 130 if (solutions[j] == ~0) in lcra_test_linear() 133 signed lhs = constant - solutions[j]; in lcra_test_linear() 148 if (solutions[j] == ~0) in lcra_test_linear() [all …]
|
| /external/libconfig/debian/ |
| D | changelog | 7 -- Jose Luis Tallon <jltallon@adv-solutions.net> Thu, 31 Dec 2015 17:01:20 +0100 126 -- Jose Luis Tallon <jltallon@adv-solutions.net> Sun, 13 Sep 2009 04:25:14 +0200 134 -- Jose Luis Tallon <jltallon@adv-solutions.net> Tue, 07 Apr 2009 21:13:16 +0200 152 -- Jose Luis Tallon <jltallon@adv-solutions.net> Fri, 31 Oct 2008 22:13:47 +0100 161 -- Jose Luis Tallon <jltallon@adv-solutions.net> Mon, 20 Jul 2008 19:55:23 +0200 167 -- Jose Luis Tallon <jltallon@adv-solutions.net> Mon, 2 Jul 2007 02:01:40 +0200 173 -- Jose Luis Tallon <jltallon@adv-solutions.net> Tue, 10 Oct 2006 01:42:09 +0200
|
| D | copyright | 1 This package was debianized by Jose Luis Tallon <jltallon@adv-solutions.net> on 35 copyright 2006-2009, Jose Luis Tallon <jltallon@adv-solutions.net>,
|
| /external/eigen/doc/ |
| D | WrongStackAlignment.dox | 22 …nalignedArrayAssert "assertion on unaligned arrays". So far we found the three following solutions. 35 …as to be done for every such function, so you may prefer one of the following two global solutions. 38 \section sec_sol2 Global solutions 52 These global solutions are easy to use, but note that they may slowdown your program because they l…
|
| /external/python/bumble/bumble/ |
| D | company_ids.py | 124 0x0066: "9Solutions Oy", 165 0x008F: "Telit Wireless Solutions GmbH", 284 0x0106: "Innovative Yachtter Solutions", 299 0x0115: "e.solutions", 317 0x0127: "Salutica Allied Solutions", 465 0x01BB: "Cochlear Bone Anchored Solutions AB", 508 0x01E6: "Technology Solutions (UK) Ltd", 584 0x0232: "x-Senso Solutions Kft", 611 0x024D: "M-Way Solutions GmbH", 645 0x026F: "Aptcode Solutions", [all …]
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math3/linear/ |
| D | DecompositionSolver.java | 29 * solvers can also find solutions with non-square matrix A and with non-null minimal norm. If an 80 * \( A x = b \) may have no solutions, or many. If it has no solutions, then the pseudo-inverse 82 * \|_2 \) is minimized. If there are many solutions, then \( z = A^+ b \) is the smallest
|
| /external/skia/src/base/ |
| D | SkCubics.h | 19 * Puts up to 3 real solutions to the equation 27 * Puts up to 3 real solutions to the equation 37 * Puts up to 3 real solutions to the equation
|
| /external/google-cloud-java/java-gsuite-addons/proto-google-apps-script-type-protos/src/main/java/com/google/apps/script/type/calendar/ |
| D | CalendarAddOnManifestOrBuilder.java | 80 * Defines conference solutions provided by this add-on. 92 * Defines conference solutions provided by this add-on. 103 * Defines conference solutions provided by this add-on. 114 * Defines conference solutions provided by this add-on. 126 * Defines conference solutions provided by this add-on.
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math3/dfp/ |
| D | BracketingNthOrderBrentSolverDFP.java | 104 * @param allowedSolution The kind of solutions that the root-finding algorithm may accept as 105 * solutions. 130 * @param allowedSolution The kind of solutions that the root-finding algorithm may accept as 131 * solutions.
|
| /external/google-cloud-java/java-retail/ |
| D | .repo-metadata.json | 4 "product_documentation": "https://cloud.google.com/solutions/retail", 5 "api_description": "Retail solutions API.",
|
| /external/google-cloud-java/java-cloudcommerceconsumerprocurement/ |
| D | .repo-metadata.json | 5 …solutions integrated with Google Cloud to accelerate your digital transformation. Scale and simpli…
|
| /external/tink/.github/ISSUE_TEMPLATE/ |
| D | feature_request.md | 21 **Have you considered any alternative solutions?** 23 Provide an explanation of any alternate requests or solutions and why your
|
| /external/google-cloud-java/java-private-catalog/ |
| D | .repo-metadata.json | 5 …cloud admins to make their solutions discoverable to their internal enterprise users. Cloud admins…
|
| /external/pigweed/pw_bluetooth_sapphire/host/common/ |
| D | manufacturer_names.cc | 129 /* 0x0066 */ "9Solutions Oy", 168 "Gimbal Inc. (formerly Qualcomm Labs, Inc. and Qualcomm Retail Solutions, " 172 /* 0x008F */ "Telit Wireless Solutions GmbH (formerly Stollmann E+V GmbH)", 291 /* 0x0106 */ "Innovative Yachtter Solutions", 306 /* 0x0115 */ "e.solutions", 324 /* 0x0127 */ "Salutica Allied Solutions", 472 /* 0x01BB */ "Cochlear Bone Anchored Solutions AB", 515 /* 0x01E6 */ "Technology Solutions (UK) Ltd", 591 /* 0x0232 */ "x-Senso Solutions Kft", 618 /* 0x024D */ "M-Way Solutions GmbH", [all …]
|
| /external/skia/tests/ |
| D | CubicRootsTest.cpp | 47 // The old pathops implementation sometimes gives incorrect solutions. We can opt in testCubicRootsReal() 58 // For determinism, we will sort them (and ensure the provided solutions are also sorted). in testCubicRootsReal() 80 // For determinism, we will sort them (and ensure the provided solutions are also sorted). in testCubicRootsReal() 162 // Otherwise, floating point error mangles the solutions near +- 1 in DEF_TEST() 244 testCubicRootsReal(reporter, "Infinite solutions y = 0", in DEF_TEST() 323 // For determinism, we will sort them (and ensure the provided solutions are also sorted). in testCubicValidT() 345 // For determinism, we will sort them (and ensure the provided solutions are also sorted). in testCubicValidT() 367 // For determinism, we will sort them (and ensure the provided solutions are also sorted). in testCubicValidT()
|
| /external/python/google-api-python-client/docs/dyn/ |
| D | calendar_v3.calendars.html | 134 …"allowedConferenceSolutionTypes": [ # The types of conference solutions that are support… 162 …"allowedConferenceSolutionTypes": [ # The types of conference solutions that are support… 185 …"allowedConferenceSolutionTypes": [ # The types of conference solutions that are support… 214 …"allowedConferenceSolutionTypes": [ # The types of conference solutions that are support… 237 …"allowedConferenceSolutionTypes": [ # The types of conference solutions that are support… 266 …"allowedConferenceSolutionTypes": [ # The types of conference solutions that are support… 289 …"allowedConferenceSolutionTypes": [ # The types of conference solutions that are support…
|
| /external/googleapis/google/cloud/privatecatalog/ |
| D | BUILD.bazel | 30 …loud admins can make their solutions discoverable to their internal enterprise users. Cloud admins…
|
| /external/skia/site/docs/dev/design/conical/ |
| D | _index.md | 42 _positive_). If there are multiple (at most 2) solutions of $t$, choose the 64 that with multiple solutions of $t_s$, we shall choose the smaller one (so $t$ 76 we're only interested in positive solutions for $x_t$. Again, if there are 77 multiple $x_t$ solutions, we may want to find the bigger one if $1 - f > 0$, and 96 $(x_t - x)^2 + y^2 = (x_t r_1)^2$ and eliminating negative $x_t$ solutions gets 224 **Corollary 1.** By lemma 1. and 2., we conclude that the number of solutions 237 - when $r_1 < 1$, there may be $0, 1$, or $2$ solutions; this was also 244 **Lemma 3.** When solutions exists, one such solution is 343 2. otherwise, the solutions are
|
| /external/googleapis/google/cloud/discoveryengine/v1beta/ |
| D | data_store.proto | 78 // The solutions that the data store enrolls. Available solutions for each 83 // solutions cannot be enrolled.
|