HomeSort by relevance Sort by last modified time
    Searched full:quadratic (Results 26 - 50 of 352) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/llvm/test/Transforms/LoopStrengthReduce/
lsr-expand-quadratic.ll 8 ; SCEV expander cannot expand quadratic recurrences outside of the
  /external/replicaisland/src/com/replica/replicaisland/
QuickSorter.java 36 * even randomized ones, go quadratic (e.g., all keys are the same).
  /external/skia/include/c/
sk_path.h 37 Add a quadratic bezier from the last point, approaching control
sk_types.h 141 paths consisting of straight line segments, quadratic curves, and
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Path_Delegate.java 700 * Add a quadratic bezier from the last point, approaching control point
704 * @param x1 The x-coordinate of the control point on a quadratic curve
705 * @param y1 The y-coordinate of the control point on a quadratic curve
706 * @param x2 The x-coordinate of the end point on a quadratic curve
707 * @param y2 The y-coordinate of the end point on a quadratic curve
719 * this contour, for the control point of a quadratic curve
721 * this contour, for the control point of a quadratic curve
723 * this contour, for the end point of a quadratic curve
725 * this contour, for the end point of a quadratic curve
  /external/ImageMagick/Magick++/demo/
zoom.cpp 23 << " hermite lanczos mitchell point quadratic sample scale sinc triangle" << endl;
93 else if (algorithm.compare("quadratic") == 0)
  /external/ceres-solver/data/nist/
Kirby2.dat 31 Model: Rational Class (quadratic/quadratic)
  /external/ceres-solver/internal/ceres/
corrector.cc 71 // remains quadratic.
79 // The clamped correction retains its quadratic nature and inverting it
types.cc 224 CASESTR(QUADRATIC);
236 STRENUM(QUADRATIC);
solver_impl_test.cc 53 // A 4-dimension axis-aligned quadratic.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
PiecewiseLinearIndentationFunctor.java 24 * quadratic function
53 * @param linearPart The interpolation factor between the linear and the quadratic amount taken.
  /external/fonttools/Lib/fontTools/misc/
bezierTools.py 110 """Split the quadratic curve between pt1, pt2 and pt3 at position 'where',
166 """Split the quadratic curve between pt1, pt2 and pt3 at one or more
258 """Solve a quadratic equation where a, b and c are real.
271 # We have a true quadratic equation. Apply the quadratic formula to find two roots.
  /external/skia/src/pathops/
SkPathOpsQuad.cpp 101 // analysis of the quadratic equation, suggesting why the following looks at
112 Numeric Solutions (5.6) suggests to solve the quadratic by computing
209 Given a quadratic q, t1, and t2, find a small quadratic segment.
211 The new quadratic is defined by A, B, and C, where
SkPathOpsQuad.h 110 // static double Tangent(const double* quadratic, double t); // uncalled
  /frameworks/base/graphics/java/android/graphics/
Path.java 24 * consisting of straight line segments, quadratic curves, and cubic curves.
376 * Add a quadratic bezier from the last point, approaching control point
380 * @param x1 The x-coordinate of the control point on a quadratic curve
381 * @param y1 The y-coordinate of the control point on a quadratic curve
382 * @param x2 The x-coordinate of the end point on a quadratic curve
383 * @param y2 The y-coordinate of the end point on a quadratic curve
396 * this contour, for the control point of a quadratic curve
398 * this contour, for the control point of a quadratic curve
400 * this contour, for the end point of a quadratic curve
402 * this contour, for the end point of a quadratic curv
    [all...]
  /external/skia/include/core/
SkPath.h 25 consisting of straight line segments, quadratic curves, and cubic curves.
406 /** Add a quadratic bezier from the last point, approaching control point
410 @param x1 The x-coordinate of the control point on a quadratic curve
411 @param y1 The y-coordinate of the control point on a quadratic curve
412 @param x2 The x-coordinate of the end point on a quadratic curve
413 @param y2 The y-coordinate of the end point on a quadratic curve
417 /** Add a quadratic bezier from the last point, approaching control point
421 @param p1 The control point on a quadratic curve
422 @param p2 The end point on a quadratic curve
433 this contour, to specify the control point of a quadratic curv
    [all...]
  /external/libavc/encoder/
irc_rd_model.c 242 /* Choose the set of Points to be used for MSE fit of Quadratic model */
282 /* Add Pivot Points to the Data set to be used for finding Quadratic */
283 /* Model Coeffs. These will help in constraining the shape of Quadratic*/
  /external/freetype/src/cff/
cf2glue.h 69 CF2_PathOpQuadTo = 3, /* quadratic curve */
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/Shapes/
b2CircleShape.cpp 56 // Solve quadratic equation.
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
cf2glue.h 69 CF2_PathOpQuadTo = 3, /* quadratic curve */
  /external/pdfium/third_party/freetype/src/cff/
cf2glue.h 69 CF2_PathOpQuadTo = 3, /* quadratic curve */
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowPath.java 41 quadDescription = "Add a quadratic bezier from last point, approaching (" + x1 + "," + y1 + "), " +
  /external/skia/src/core/
SkQuadClipper.cpp 25 * We solve for t, using quadratic equation, hence we have to rearrange
  /frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/src/main/res/drawable/
multi_path.xml 36 Draw a few partial quadratic segments
  /libcore/ojluni/src/main/java/java/util/
RandomAccess.java 36 * <tt>ArrayList</tt>) can produce quadratic behavior when applied to

Completed in 826 milliseconds

12 3 4 5 6 7 8 91011>>