Home
last modified time | relevance | path

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

12

/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/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/llvm/test/CodeGen/ARM/
Difcvt10.ll7 define void @t(double %a, double %b, double %c, double %d, i32* nocapture %solutions, double* nocap…
/external/llvm/docs/HistoricalNotes/
D2000-11-18-EarlyDesignIdeas.txt25 to modify). Note that I'm not trying to suggest actual solutions here,
D2000-11-18-EarlyDesignIdeasResp.txt53 > to modify). Note that I'm not trying to suggest actual solutions here,
/external/valgrind/main/docs/internals/
Darm_thumb_notes_gdbserver.txt76 IstMark. 3 solutions were looked at:
/external/protobuf/gtest/
DREADME193 The msvc\ folder contains two solutions with Visual C++ projects. Open the
291 If none of the build solutions we provide works for you, or if you
/external/mesa3d/docs/
DREADME.AMIWIN38 solutions so some of my problems in the porting notes, please send me
DMESA_texture_array.spec62 Several solutions to this problem have been proposed, but they either
/external/elfutils/m4/
Dgettext.m489 dnl again, outside any 'if'. There are two solutions:
/external/bison/m4/
Dgettext_gl.m484 dnl again, outside any 'if'. There are two solutions:
/external/gtest/
DREADME196 The msvc\ folder contains two solutions with Visual C++ projects.
/external/chromium/testing/gtest/
DREADME196 The msvc\ folder contains two solutions with Visual C++ projects.
/external/stlport/doc/
DFAQ551 immutable iterators. Your solutions are:
/external/libmtp/
DREADME151 now (2007-08-04). See the "last resort" solutions below
/external/libpcap/doc/
Dpcap.txt119 critical every day; unfortunately, no standard solutions exist for
/external/grub/docs/
Dmultiboot.texi985 many conditions. To encourage the use of general-purpose solutions to
Dmultiboot.info917 many conditions. To encourage the use of general-purpose solutions to
/external/openssh/
DChangeLog849 bz#1733 patch from philipp AT redfish-solutions.com; ok markus@ deraadt@
/external/e2fsprogs/
Daclocal.m4109 dnl again, outside any 'if'. There are two solutions:
/external/webkit/PerformanceTests/Parser/resources/
Dfinal-url-en453 http://afterhoursconsulting.org/solutions.mgi
4527 http://domino.research.ibm.com/Comm/wwwr_ponder.nsf/solutions/December2000.html
4528 http://domino.research.ibm.com/Comm/wwwr_ponder.nsf/solutions/May2004.html
6814 http://global.solutions.brother.com/Library/en_us/faq/faq000447_000/
14302 http://products.thalesnavigation.com/en/solutions/marine/hydrography.asp
16267 http://solutions.synearth.net/2001/10/04
20762 http://www.advamed.org/business-solutions/riskmanagement.html
25918 http://www.astoriasoftware.com/solutions/aerospace/afastdoc.jsp
26495 http://www.axiomsoftware.com/solutions/mishiring.asp
26644 http://www.backcare.co.uk/solutions/desk
[all …]
/external/webkit/Source/WebKit/mac/WebView/
DWebView.mm4533 … // But until there is any need for these more general solutions, we'll just hardwire it to work

12