HomeSort by relevance Sort by last modified time
    Searched defs:vectors (Results 1 - 7 of 7) 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/wpa_supplicant_6/wpa_supplicant/tests/
test_aes.c 112 } vectors[] = { local
143 for (i = 0; i < sizeof(vectors) / sizeof(vectors[0]); i++) {
144 struct cbc_test_vector *tv = &vectors[i];
169 /* OMAC1 AES-128 test vectors from
  /external/skia/tests/
MatrixTest.cpp 121 // test a bunch of vectors. None should be scaled by more than stretch
127 SkVector vectors[1000]; local
128 for (size_t i = 0; i < SK_ARRAY_COUNT(vectors); ++i) {
129 vectors[i].fX = rand.nextSScalar1();
130 vectors[i].fY = rand.nextSScalar1();
131 if (!vectors[i].normalize()) {
136 mat.mapVectors(vectors, SK_ARRAY_COUNT(vectors));
137 for (size_t i = 0; i < SK_ARRAY_COUNT(vectors); ++i) {
138 SkScalar d = vectors[i].length()
    [all...]
  /external/dbus/dbus/
dbus-sysdeps-unix.c 491 struct iovec vectors[2]; local
514 vectors[0].iov_base = (char*) data1;
515 vectors[0].iov_len = len1;
516 vectors[1].iov_base = (char*) data2;
517 vectors[1].iov_len = len2;
520 m.msg_iov = vectors;
683 struct iovec vectors[2]; local
699 vectors[0].iov_base = (char*) data1;
700 vectors[0].iov_len = len1;
701 vectors[1].iov_base = (char*) data2
    [all...]
dbus-sysdeps-win.c 395 WSABUF vectors[2]; local
419 vectors[0].buf = (char*) data1;
420 vectors[0].len = len1;
421 vectors[1].buf = (char*) data2;
422 vectors[1].len = len2;
428 vectors,
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 

Completed in 405 milliseconds