HomeSort by relevance Sort by last modified time
    Searched refs:solutions (Results 1 - 25 of 25) sorted by null

  /external/fonttools/Lib/fontTools/pens/
pointInsidePen.py 125 solutions = sorted(solveCubic(ay, by, cy, dy - y))
126 solutions = [t for t in solutions if ZERO_MINUS_EPSILON <= t <= ONE_PLUS_EPSILON]
127 if not solutions:
137 for t in solutions:
180 solutions = sorted(solveQuadratic(a, b, c - y))
181 solutions = [t for t in solutions if ZERO_MINUS_EPSILON <= t <= ONE_PLUS_EPSILON]
182 if not solutions:
  /external/fonttools/Lib/fontTools/misc/
bezierTools.py 133 solutions = solveQuadratic(a[isHorizontal], b[isHorizontal],
135 solutions = sorted([t for t in solutions if 0 <= t < 1])
136 if not solutions:
138 return _splitQuadraticAtT(a, b, c, *solutions)
157 solutions = solveCubic(a[isHorizontal], b[isHorizontal], c[isHorizontal],
159 solutions = sorted([t for t in solutions if 0 <= t < 1])
160 if not solutions:
162 return _splitCubicAtT(a, b, c, d, *solutions)
    [all...]
  /external/opencv/cvaux/src/
cvlmeds.cpp 1698 double *solutions; local
    [all...]
_cvvm.h 136 icvGaussMxN( double *A, double *B, int M, int N, double **solutions );
cvscanlines.cpp 52 double *solutions = 0; local
66 res = icvGaussMxN( M, B, 3, 3, &solutions );
71 if( res > 0 && solutions )
73 v[0] = (float) solutions[0];
74 v[1] = (float) solutions[1];
75 v[2] = (float) solutions[2];
81 if( solutions )
82 cvFree( &solutions );
    [all...]
  /external/skia/infra/bots/recipe_modules/core/
api.py 65 main = gclient_cfg.solutions.add()
118 chromium = gclient_cfg.solutions.add()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_generators.py 1114 # Generate solutions.
    [all...]
  /external/python/cpython2/Lib/test/
test_generators.py 1115 # Generate solutions.
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_generators.py 1115 # Generate solutions.
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_generators.py 1115 # Generate solutions.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_generators.py 1115 # Generate solutions.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_generators.py 1115 # Generate solutions.
    [all...]
  /prebuilts/go/darwin-x86/src/html/template/
error.go 152 // This is usually an error and there are better solutions; for
  /prebuilts/go/linux-x86/src/html/template/
error.go 152 // This is usually an error and there are better solutions; for
  /external/mesa3d/docs/specs/
MESA_texture_array.spec 62 Several solutions to this problem have been proposed, but they either
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/binary/
binary.go 20 // should look at more advanced solutions such as the encoding/gob
  /prebuilts/go/linux-x86/src/encoding/binary/
binary.go 20 // should look at more advanced solutions such as the encoding/gob
  /prebuilts/devtools/tools/lib/
ecj-4.4.jar 
ecj-4.6.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4.2/
ecj-4.4.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.6.1/
ecj-4.6.1.jar 
  /prebuilts/tools/common/offline-m2/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar 

Completed in 1425 milliseconds