HomeSort by relevance Sort by last modified time
    Searched refs:vectors (Results 1 - 25 of 31) sorted by null

1 2

  /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/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
AST.stg 35 pANTLR3_VECTOR_FACTORY vectors;
46 ctx->vectors = antlr3VectorFactoryNew(0);
50 ctx->vectors->close(ctx->vectors);
207 list_<label>=ctx->vectors->newVector(ctx->vectors);
230 list_<label>=ctx->vectors->newVector(ctx->vectors);
C.stg     [all...]
  /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/openssl/crypto/bn/asm/
sparcv9a-mont.pl 84 $ap_h="%l2"; # to these four vectors as double-precision FP values.
158 add $ap_l,$num,$ap_l ! [an]p_[lh] point at the vectors' ends !
parisc-mont.pl 56 # most common key lengths are even and vectors are commonly malloc-ed,
167 comiclr,<= 6,$num,%r0 ; are vectors long enough?
184 comib,> 3,$num,L\$abort ; are vectors long enough?
ia64-mont.pl 18 # - shorter vector support [with input vectors being fetched only
29 # vectors up to 8 elements, or 512 bits. This means that 256-bit
414 // load input vectors padding them to 8 elements
  /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/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/libvpx/vp8/common/ppc/
filter_bilinear_altivec.asm 34 ;# index to the next set of vectors in the row.
112 ;# input will can span three vectors if not aligned correctly.
463 ;# input will can span three vectors if not aligned correctly.
503 ;# input will can span three vectors if not aligned correctly.
filter_altivec.asm 150 ;# input will can span three vectors if not aligned correctly.
179 ;# input will can span three vectors if not aligned correctly.
839 ;# index to the next set of vectors in the row.
848 ;# input will can span three vectors if not aligned correctly.
loopfilter_filters_altivec.asm 682 la r9, -48(r1) ;# temporary space for reading in vectors
1021 la r9, -48(r1) ;# temporary space for reading in vectors
1048 la r9, -48(r1) ;# temporary space for reading in vectors
1166 la r5, -96(r1) ;# temporary space for reading in vectors
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodePadMV_PVOP_s.s 16 ; * Decodes and pads four motion vectors of the non-intra macroblock in P-VOP.
51 ; * macroblock which contains four decoded motion vectors
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodePadMV_PVOP_s.s 16 ; * Decodes and pads four motion vectors of the non-intra macroblock in P-VOP.
51 ; * macroblock which contains four decoded motion vectors
  /external/libvpx/vp8/encoder/ppc/
variance_subpixel_altivec.asm 35 ;# index to the next set of vectors in the row.
51 ;# index to the next set of vectors in the row.
173 ;# input will can span three vectors if not aligned correctly.
566 ;# input will can span three vectors if not aligned correctly.
  /external/flac/libFLAC/ppc/as/
lpc_asm.s 220 ; set up invariant vectors
385 ; set up invariant vectors
  /external/flac/libFLAC/ppc/gas/
lpc_asm.s 222 # set up invariant vectors
387 # set up invariant vectors
  /external/libvpx/vp8/common/x86/
postproc_mmx.asm 484 ; we rely on the fact that the clamping vectors are stored contiguously
postproc_sse2.asm 649 ; we rely on the fact that the clamping vectors are stored contiguously
  /external/opencv/ml/src/
mltree.cpp     [all...]
  /external/mesa3d/docs/
MESA_texture_array.spec 415 array texture state vectors respectively associated with them. In order
519 mapping of 4-tuple input vectors to 4-tuple output vectors.
    [all...]
  /external/opencv/ml/include/
ml.h 877 virtual void cluster_categories( const int* vectors, int vector_count,
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 447 return \textbf{CRYPT\_OK} on success. To test a particular cipher against test vectors\footnote{As published in their design papers.}
455 This function will return {\bf CRYPT\_OK} if the cipher matches the test vectors from the design publication it is
546 keys (mainly for test vectors anyways). Ideally, your application should be making at least 256 bit keys. This is not
    [all...]

Completed in 645 milliseconds

1 2