Home
last modified time | relevance | path

Searched refs:quadratic (Results 1 – 20 of 20) sorted by relevance

/external/skia/src/utils/win/
DSkDWriteGeometrySink.cpp123 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/
DKirby2.dat31 Model: Rational Class (quadratic/quadratic)
DMGH09.dat31 Model: Rational Class (linear/quadratic)
/external/bison/data/m4sugar/
Dforeach.m44 # 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
Dm4sugar.m41113 # 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/
D2011-12-19-PostincQuadratic.ll4 ; recursive expansion of a quadratic recurrence within for.body7. LSR
Dlsr-expand-quadratic.ll8 ; SCEV expander cannot expand quadratic recurrences outside of the
/external/webrtc/webrtc/modules/audio_processing/intelligibility/
Dintelligibility_enhancer.cc334 bool quadratic = (kConfigRho < 1.0f); in SolveForGainsGivenLambda() local
348 if (quadratic) { in SolveForGainsGivenLambda()
/external/opencv3/doc/tutorials/ml/introduction_to_svm/
Dintroduction_to_svm.markdown142 constrained quadratic optimization problem in an **iterative** fashion. Here we specify a
/external/ceres-solver/docs/source/
Dversion_history.rst138 #. Use explicit formula to solve quadratic polynomials instead of the
703 #. Fixed ``quadratic.cc`` documentation and code mismatch
Dsolving.rst61 objective function using using a model function (often a quadratic)
/external/skia/src/animator/
DSkAnimateSchema.xsd2033 <!-- @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/
DNEWS365 More avoid quadratic behaviour (Daniel Veillard),
368 Avoid quadratic behaviour in some push parsing cases (Daniel Veillard),
/external/valgrind/
DNEWS1768 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/
DChangeLog9692 Speeded up function deoptimization by avoiding quadratic pass over
14392 Fixed potential quadratic behavior when converting strings to
/external/llvm/docs/
DProgrammersManual.rst1350 The StringMap is very fast for several reasons: quadratic probing is very cache
/external/iproute2/doc/
Dip-cref.tex2663 also by their source, the task gets quadratic complexity and its solution
/external/bison/doc/
Dbison.texi878 In general, a GLR parser can take quadratic or cubic worst-case time,
7897 quadratic worst-case time, and any general (possibly ambiguous)
Dbison.info1517 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/
DChangeLog-20123586 (m4_prepend): Remove, as it is unused and inherently quadratic,