HomeSort by relevance Sort by last modified time
    Searched defs:solveCubic (Results 1 - 5 of 5) sorted by null

  /external/opencv3/3rdparty/openexr/Imath/
ImathRoots.h 59 // solveCubic (a, b, c, d, x) a * x*x*x + b * x*x + c * x + d == 0
87 template <class T> int solveCubic (T a, T b, T c, T d, T x[3]);
204 solveCubic (T a, T b, T c, T d, T x[3])
  /external/fonttools/Lib/fontTools/misc/
bezierTools.py 16 "solveCubic",
157 solutions = solveCubic(a[isHorizontal], b[isHorizontal], c[isHorizontal],
282 def solveCubic(a, b, c, d):
295 # don't just test for zero; for very small values of 'a' solveCubic()
  /external/fonttools/Lib/fontTools/pens/
pointInsidePen.py 8 from fontTools.misc.bezierTools import solveQuadratic, solveCubic
125 solutions = sorted(solveCubic(ay, by, cy, dy - y))
  /external/opencv3/modules/java/src/
core+Core.java     [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 725 milliseconds