Home
last modified time | relevance | path

Searched refs:solutions (Results 1 – 25 of 68) sorted by relevance

123

/external/fonttools/Lib/fontTools/pens/
DpointInsidePen.py125 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/
DbezierTools.py133 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)
/external/opencv/cvaux/src/
Dcvlmeds.cpp1418 icvGaussMxN( double *A, double *B, int M, int N, double **solutions ) in icvGaussMxN() argument
1528 *solutions = (double *) cvAlloc( ((N - M + 1) * N) * sizeof( double )); in icvGaussMxN()
1530 if( *solutions == 0 ) in icvGaussMxN()
1542 (*solutions)[(t - M) * N + variables[j]] = (double) (t == j); in icvGaussMxN()
1550 (*solutions)[(t - M) * N + variables[i]] = 0; in icvGaussMxN()
1554 (*solutions)[(t - M) * N + variables[i]] = B[i] / A[i * N + i]; in icvGaussMxN()
1560 (*solutions)[(t - M) * N + variables[i]] -= in icvGaussMxN()
1561 (*solutions)[(t - M) * N + variables[j]] * A[i * N + j] / A[i * N + i]; in icvGaussMxN()
1570 *solutions = (double *) cvAlloc( (N) * sizeof( double )); in icvGaussMxN()
1572 if( solutions == 0 ) in icvGaussMxN()
[all …]
Dcvscanlines.cpp52 double *solutions = 0; in icvGetNormalVector3() local
66 res = icvGaussMxN( M, B, 3, 3, &solutions ); in icvGetNormalVector3()
71 if( res > 0 && solutions ) in icvGetNormalVector3()
73 v[0] = (float) solutions[0]; in icvGetNormalVector3()
74 v[1] = (float) solutions[1]; in icvGetNormalVector3()
75 v[2] = (float) solutions[2]; in icvGetNormalVector3()
81 if( solutions ) in icvGetNormalVector3()
82 cvFree( &solutions ); in icvGetNormalVector3()
D_cvvm.h136 icvGaussMxN( double *A, double *B, int M, int N, double **solutions );
/external/eigen/doc/
DWrongStackAlignment.dox22 …nalignedArrayAssert "assertion on unaligned arrays". So far we found the three following solutions.
35 …as to be done for every such function, so you may prefer one of the following two global solutions.
38 \section sec_sol2 Global solutions
52 These global solutions are easy to use, but note that they may slowdown your program because they l…
DStructHavingEigenMembers.dox131 \section othersolutions Other solutions
133 …_ALIGNED_OPERATOR_NEW macro everywhere is too intrusive, there exists at least two other solutions.
/external/opencv3/modules/calib3d/src/
Dupnp.cpp372 double solutions[18][3]; in find_betas_and_focal_approx_2() local
373 generate_all_possible_solutions_for_f_unk(x, solutions); in find_betas_and_focal_approx_2()
380 betas[3] = solutions[i][0]; in find_betas_and_focal_approx_2()
381 betas[2] = solutions[i][1]; in find_betas_and_focal_approx_2()
383 fu = fv = solutions[i][2]; in find_betas_and_focal_approx_2()
395 betas[0] = solutions[min_sol][0]; in find_betas_and_focal_approx_2()
396 betas[1] = solutions[min_sol][1]; in find_betas_and_focal_approx_2()
399 efs[0] = solutions[min_sol][2]; in find_betas_and_focal_approx_2()
531 void upnp::generate_all_possible_solutions_for_f_unk(const double betas[5], double solutions[18][3]) in generate_all_possible_solutions_for_f_unk()
567 solutions[i][0] = S.at<double>(0); in generate_all_possible_solutions_for_f_unk()
[all …]
Dupnp.h100 … void generate_all_possible_solutions_for_f_unk(const double betas[5], double solutions[18][3]);
/external/llvm/test/CodeGen/X86/
D2009-03-12-CPAlignBug.ll10 define void @SolveCubic_bb1(i32* %solutions, double* %x, x86_fp80 %.reload, x86_fp80 %.reload5, x86…
18 store i32 1, i32* %solutions, align 4
D2008-01-16-FPStackifierAssert.ll3 define void @SolveCubic(double %a, double %b, double %c, double %d, i32* %solutions, double* %x) {
/external/skia/platform_tools/android/
Dgclient.config4 solutions = [
/external/libyuv/files/chromium/
D.gclient1 solutions = [{
/external/webrtc/chromium/
D.gclient1 solutions = [{
/external/opencv3/platforms/winrt/
Dreadme.txt58 … generated solutions in both "Debug" and "Release" configurations. It also builds the predefined "…
/external/libexif/m4m/
Dgp-pkg-config.m427 *** Possible solutions:
/external/chromium-trace/catapult/telemetry/third_party/altgraph/doc/
Dcore.rst15 …Graph` class is loosely modeled after the `LEDA <http://www.algorithmic-solutions.com/enleda.htm>`…
/external/llvm/test/CodeGen/ARM/
Difcvt10.ll7 define void @t(double %a, double %b, double %c, double %d, i32* nocapture %solutions, double* nocap…
/external/ImageMagick/MagickCore/
Dversion.h.in3 dedicated to making software imaging solutions freely available.
Dversion.h_vms3 dedicated to making software imaging solutions freely available.
/external/ImageMagick/PerlMagick/default/
DMagick.pm.in4 # dedicated to making software imaging solutions freely available.
/external/libxml2/result/HTML/
Ddoc2.htm.sax29 SAX.startElement(meta, content='Copernic.com Inc. develops innovative agent technology solutions to…
Dtest2.html.sax30 …door_linux.gif', border='0', width='468', height='60', alt='Atipa Linux solutions. Your reliable c…
/external/libyuv/files/docs/
Dgetting_started.md20 solutions = [
40 solutions = [
359 solutions = [
/external/opencv3/doc/py_tutorials/py_ml/py_svm/py_svm_basics/
Dpy_svm_basics.markdown121 - Large values of C give solutions with less misclassification errors but a smaller margin.
124 - Small values of C give solutions with bigger margin and more classification errors. In this

123