HomeSort by relevance Sort by last modified time
    Searched defs:vectors (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/test/Unit/
comparedf2_test.c 145 static const struct TestVector vectors[] = { variable in typeref:struct:TestVector
473 const int numVectors = sizeof vectors / sizeof vectors[0];
476 if (test__cmpdf2(&vectors[i])) return 1;
comparesf2_test.c 145 static const struct TestVector vectors[] = { variable in typeref:struct:TestVector
473 const int numVectors = sizeof vectors / sizeof vectors[0];
476 if (test__cmpsf2(&vectors[i])) return 1;
  /external/skia/tests/
MatrixTest.cpp 192 // test a bunch of vectors. None should be scaled by more than stretch
198 SkVector vectors[1000]; local
199 for (size_t i = 0; i < SK_ARRAY_COUNT(vectors); ++i) {
200 vectors[i].fX = rand.nextSScalar1();
201 vectors[i].fY = rand.nextSScalar1();
202 if (!vectors[i].normalize()) {
207 mat.mapVectors(vectors, SK_ARRAY_COUNT(vectors));
208 for (size_t i = 0; i < SK_ARRAY_COUNT(vectors); ++i) {
209 SkScalar d = vectors[i].length()
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 

Completed in 388 milliseconds