Searched refs:quadratic (Results 1 – 20 of 20) sorted by relevance
/external/skia/src/utils/win/ |
D | SkDWriteGeometrySink.cpp | 123 Quadratic quadratic; in AddBeziers() local 124 if (check_quadratic(cubic, quadratic)) { in AddBeziers() 125 fPath->quadTo(quadratic[1].x, quadratic[1].y, in AddBeziers() 126 quadratic[2].x, quadratic[2].y); in AddBeziers()
|
/external/ceres-solver/data/nist/ |
D | Kirby2.dat | 31 Model: Rational Class (quadratic/quadratic)
|
D | MGH09.dat | 31 Model: Rational Class (linear/quadratic)
|
/external/bison/data/m4sugar/ |
D | foreach.m4 | 4 # Speeds up GNU M4 1.4.x by avoiding quadratic $@ recursion, but penalizes 41 # This file is designed to overcome the quadratic nature of $@ 44 # expansions, but avoids the need to rescan a quadratic number of 55 # quadratic behavior (ie. it lacks the macro __m4_version__). 68 # reparsing any user input, and is not quadratic. For an idea of how
|
D | m4sugar.m4 | 1113 # But wait - now the algorithm is quadratic, because every recursion of 1118 # quadratic growth is ensure m4_shift is expanded prior to the recursion. 2903 # Unfortunately, m4_append_uniq is quadratic for set creation, because 3275 # $@ recursion is quadratic, and that we need foreach-based
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
D | 2011-12-19-PostincQuadratic.ll | 4 ; recursive expansion of a quadratic recurrence within for.body7. LSR
|
D | lsr-expand-quadratic.ll | 8 ; SCEV expander cannot expand quadratic recurrences outside of the
|
/external/webrtc/webrtc/modules/audio_processing/intelligibility/ |
D | intelligibility_enhancer.cc | 334 bool quadratic = (kConfigRho < 1.0f); in SolveForGainsGivenLambda() local 348 if (quadratic) { in SolveForGainsGivenLambda()
|
/external/opencv3/doc/tutorials/ml/introduction_to_svm/ |
D | introduction_to_svm.markdown | 142 constrained quadratic optimization problem in an **iterative** fashion. Here we specify a
|
/external/ceres-solver/docs/source/ |
D | version_history.rst | 138 #. Use explicit formula to solve quadratic polynomials instead of the 703 #. Fixed ``quadratic.cc`` documentation and code mismatch
|
D | solving.rst | 61 objective function using using a model function (often a quadratic)
|
/external/skia/src/animator/ |
D | SkAnimateSchema.xsd | 2033 <!-- @element quadTo Extends the path with a quadratic curve. --> 2041 … <!-- @element rQuadTo Extends the path with a quadratic curve expressed with relative offsets. --> 2172 QuadTo adds a quadratic curve to a path. 2239 RQuadTo adds a quadratic curve to a path. The quadratic
|
/external/libxml2/ |
D | NEWS | 365 More avoid quadratic behaviour (Daniel Veillard), 368 Avoid quadratic behaviour in some push parsing cases (Daniel Veillard),
|
/external/valgrind/ |
D | NEWS | 1768 267925 laog data structure quadratic for a single sequence of lock 2793 191182 memcheck: VALGRIND_LEAK_CHECK quadratic when big nr of chunks
|
/external/v8/ |
D | ChangeLog | 9692 Speeded up function deoptimization by avoiding quadratic pass over 14392 Fixed potential quadratic behavior when converting strings to
|
/external/llvm/docs/ |
D | ProgrammersManual.rst | 1350 The StringMap is very fast for several reasons: quadratic probing is very cache
|
/external/iproute2/doc/ |
D | ip-cref.tex | 2663 also by their source, the task gets quadratic complexity and its solution
|
/external/bison/doc/ |
D | bison.texi | 878 In general, a GLR parser can take quadratic or cubic worst-case time, 7897 quadratic worst-case time, and any general (possibly ambiguous)
|
D | bison.info | 1517 In general, a GLR parser can take quadratic or cubic worst-case time, 7497 quadratic worst-case time, and any general (possibly ambiguous)
|
/external/bison/ |
D | ChangeLog-2012 | 3586 (m4_prepend): Remove, as it is unused and inherently quadratic,
|