/external/opencv/cvaux/src/ |
D | cvlmeds.cpp | 1418 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 …]
|
D | cvscanlines.cpp | 52 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.h | 136 icvGaussMxN( double *A, double *B, int M, int N, double **solutions );
|
/external/llvm/test/CodeGen/X86/ |
D | 2009-03-12-CPAlignBug.ll | 10 define void @SolveCubic_bb1(i32* %solutions, double* %x, x86_fp80 %.reload, x86_fp80 %.reload5, x86… 18 store i32 1, i32* %solutions, align 4
|
D | 2008-01-16-FPStackifierAssert.ll | 3 define void @SolveCubic(double %a, double %b, double %c, double %d, i32* %solutions, double* %x) {
|
/external/llvm/test/CodeGen/ARM/ |
D | ifcvt10.ll | 7 define void @t(double %a, double %b, double %c, double %d, i32* nocapture %solutions, double* nocap…
|
/external/llvm/docs/HistoricalNotes/ |
D | 2000-11-18-EarlyDesignIdeas.txt | 25 to modify). Note that I'm not trying to suggest actual solutions here,
|
D | 2000-11-18-EarlyDesignIdeasResp.txt | 53 > to modify). Note that I'm not trying to suggest actual solutions here,
|
/external/valgrind/main/docs/internals/ |
D | arm_thumb_notes_gdbserver.txt | 76 IstMark. 3 solutions were looked at:
|
/external/protobuf/gtest/ |
D | README | 193 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/ |
D | README.AMIWIN | 38 solutions so some of my problems in the porting notes, please send me
|
D | MESA_texture_array.spec | 62 Several solutions to this problem have been proposed, but they either
|
/external/elfutils/m4/ |
D | gettext.m4 | 89 dnl again, outside any 'if'. There are two solutions:
|
/external/bison/m4/ |
D | gettext_gl.m4 | 84 dnl again, outside any 'if'. There are two solutions:
|
/external/gtest/ |
D | README | 196 The msvc\ folder contains two solutions with Visual C++ projects.
|
/external/chromium/testing/gtest/ |
D | README | 196 The msvc\ folder contains two solutions with Visual C++ projects.
|
/external/stlport/doc/ |
D | FAQ | 551 immutable iterators. Your solutions are:
|
/external/libmtp/ |
D | README | 151 now (2007-08-04). See the "last resort" solutions below
|
/external/libpcap/doc/ |
D | pcap.txt | 119 critical every day; unfortunately, no standard solutions exist for
|
/external/grub/docs/ |
D | multiboot.texi | 985 many conditions. To encourage the use of general-purpose solutions to
|
D | multiboot.info | 917 many conditions. To encourage the use of general-purpose solutions to
|
/external/openssh/ |
D | ChangeLog | 849 bz#1733 patch from philipp AT redfish-solutions.com; ok markus@ deraadt@
|
/external/e2fsprogs/ |
D | aclocal.m4 | 109 dnl again, outside any 'if'. There are two solutions:
|
/external/webkit/PerformanceTests/Parser/resources/ |
D | final-url-en | 453 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/ |
D | WebView.mm | 4533 … // But until there is any need for these more general solutions, we'll just hardwire it to work
|