HomeSort by relevance Sort by last modified time
    Searched refs:roots (Results 26 - 50 of 54) sorted by null

12 3

  /external/blktrace/btt/
devs.c 45 static void __destroy_heads(struct rb_root *roots)
50 __destroy(roots[i].rb_node);
52 free(roots);
inlines.h 287 struct rb_root *roots = dip->heads; local
288 return &roots[type];
  /external/skia/include/core/
SkGeometry.h 38 /** Given a quadratic equation Ax^2 + Bx + C = 0, return 0, 1, 2 roots for the
41 int SkFindUnitQuadRoots(SkScalar A, SkScalar B, SkScalar C, SkScalar roots[2]);
  /bootable/recovery/
Android.mk 10 roots.c \
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
SampleSelectionPage.java 181 Object[] roots = (Object[]) mTableViewer.getInput(); local
182 selectSample((File) roots[index]);
  /frameworks/base/core/java/android/widget/
RelativeLayout.java 1264 final LinkedList<Node> roots = findRoots(rules); local
1340 final LinkedList<Node> roots = mRoots; local
1359 final LinkedList<Node> roots = findRoots(rules); local
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GlyphPageTreeNode.h 151 // GlyphPageTreeNode for each glyph page number. The roots do not have a
185 static HashMap<int, GlyphPageTreeNode*>* roots;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java 2285 IPackageFragmentRoot[] roots = javaProject.getPackageFragmentRoots(); local
    [all...]
  /external/skia/src/core/
SkEdgeClipper.cpp 65 SkScalar roots[2]; // we only expect one, but make room for 2 for safety local
66 int count = SkFindUnitQuadRoots(A, B, C, roots);
68 *t = roots[0];
  /external/speex/libspeex/
lsp.c 68 The zeros (roots) of P(z) also happen to alternate, which is why we
69 swap coefficients as we find roots. So the process of finding the
70 LSP frequencies is basically finding the roots of 5th order
241 int roots=0; /* DR 8/2/94: number of roots found */ local
355 roots++;
387 return(roots);
sb_celp.c 307 int i, roots, sub; local
411 roots=lpc_to_lsp (lpc, st->lpcSize, lsp, 10, LSP_DELTA1, stack);
412 if (roots!=st->lpcSize)
414 roots = lpc_to_lsp (lpc, st->lpcSize, lsp, 10, LSP_DELTA2, stack);
415 if (roots!=st->lpcSize) {
    [all...]
nb_celp.c 255 int i, sub, roots; local
322 roots=lpc_to_lsp (lpc, st->lpcSize, lsp, 10, LSP_DELTA1, stack);
323 /* Check if we found all the roots */
324 if (roots!=st->lpcSize)
    [all...]
  /external/opencv/cxcore/src/
cxpersistence.cpp 128 CvSeq* roots; member in struct:CvFileStorage
398 //icvFSReleaseCollection( fs->roots ); // delete all the user types recursively
498 if( !fs->roots )
500 attempts = fs->roots->total;
511 map_node = (CvFileNode*)cvGetSeqElem( fs->roots, k );
584 if( !fs->roots )
586 attempts = fs->roots->total;
596 map_node = (CvFileNode*)cvGetSeqElem( fs->roots, k );
644 if( !fs->roots || (unsigned)stream_index >= (unsigned)fs->roots->total
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ExpandableDictionary.java 256 * @param roots node whose children have to be search for matches
270 protected void getWordsRec(NodeArray roots, final WordComposer codes, final char[] word,
273 final int count = roots.mLength;
287 final Node node = roots.mData[i];
    [all...]
  /external/v8/src/
heap-profiler.cc 509 if (constructor_ == FromSpecialCase(ROOTS)) {
510 return "(roots)";
704 JSObjectsCluster roots(JSObjectsCluster::ROOTS);
705 ReferencesExtractor extractor(roots, this);
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
FileTest.java 1739 File[] roots = File.listRoots(); local
    [all...]
  /external/opencv/cv/src/
cvfundam.cpp 692 CvMat roots = cvMat( 1, 3, CV_64F, r ); local
761 // solve the cubic equation; there can be 1 to 3 roots ...
762 n = cvSolveCubic( &coeffs, &roots );
    [all...]
  /external/opencv/cxcore/include/
cxcore.h 688 /* Finds real roots of a cubic equation */
689 CVAPI(int) cvSolveCubic( const CvMat* coeffs, CvMat* roots );
691 /* Finds all real and complex roots of a polynomial equation */
692 CVAPI(void) cvSolvePoly(const CvMat* coeffs, CvMat *roots,
    [all...]
  /external/v8/src/arm/
macro-assembler-arm.h 56 const Register roots = { 10 }; // Roots array pointer. member in namespace:v8::internal
    [all...]
  /external/v8/src/mips/
macro-assembler-mips.h 55 const Register roots = s6; // Roots array pointer. member in namespace:v8::internal
    [all...]
  /external/dropbear/libtommath/
bn.tex     [all...]
  /cts/tools/dx-tests/lib/
junit.jar 
  /cts/tools/utils/lib/
junit.jar 
  /cts/tools/vm-tests/lib/
junit.jar 
  /cts/tools/vm-tests-tf/lib/
junit.jar 

Completed in 810 milliseconds

12 3