Searched refs:even (Results 1 - 25 of 241) sorted by relevance

12345678910

/external/opencv/cvaux/src/
H A Dcvvideo.cpp38 // the use of this software, even if advised of the possibility of such damage.
52 CvMat even_stub, *even = (CvMat*)fieldEven; local
58 CV_CALL( even = cvGetMat( even, &even_stub ));
61 if( !CV_ARE_TYPES_EQ( frame, even ) || !CV_ARE_TYPES_EQ( frame, odd ))
64 if( frame->cols != even->cols || frame->cols != odd->cols ||
65 frame->rows != even->rows*2 || odd->rows != even->rows )
68 size = cvGetMatSize( even );
69 size.width *= CV_ELEM_SIZE( even
[all...]
/external/llvm/autoconf/m4/
H A Dlinux_mixed_64_32.m410 error: Not x86-64 even if uname says so!
/external/llvm/test/MC/ARM/
H A Ddirective-even.s8 .even
17 .even
35 .even
49 .even
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
H A DShortArrayCodeOutput.java109 boolean even = true;
111 if (even) {
113 even = false;
117 even = true;
121 if (!even) {
/external/valgrind/main/none/tests/s390x/
H A Drounding-6.stdout.exp1 cfebr 1.400000 -> 1 cc = 2 [-> nearest even]
5 cfebr 1.500000 -> 2 cc = 2 [-> nearest even]
9 cfebr 2.500000 -> 2 cc = 2 [-> nearest even]
13 cfebr 1.600000 -> 2 cc = 2 [-> nearest even]
17 cfebr -1.400000 -> -1 cc = 1 [-> nearest even]
21 cfebr -1.500000 -> -2 cc = 1 [-> nearest even]
25 cfebr -2.500000 -> -2 cc = 1 [-> nearest even]
29 cfebr -1.600000 -> -2 cc = 1 [-> nearest even]
33 cfebr 0.000000 -> 0 cc = 0 [-> nearest even]
37 cgebr 1.400000 -> 1 cc = 2 [-> nearest even]
[all...]
H A Drounding-1.stdout.exp1 cfdbr [->near/even] -2147483648.500000 -> -2147483648 cc = 1
/external/stlport/test/unit/
H A Dptr2_test.cpp39 bool even(int n_) function
73 int* p = find_if((int*)array, (int*)array + 3, pointer_to_unary_function<int, bool>(even));
81 int* p = find_if((int*)array, (int*)array + 3, ptr_fun(even));
/external/valgrind/main/exp-bbv/tests/ppc32-linux/
H A Dmillion.S7 nop # to give us an even million
/external/linux-tools-perf/perf-3.12.0/arch/h8300/lib/
H A Dmemcpy.S29 ;; (aligned even) odd address
67 ;; odd <- even / even <- odd
H A Dmemset.S30 ;; even address
/external/llvm/test/MC/X86/AlignedBundling/
H A Drelax-in-bundle-group.s4 # Test that instructions inside bundle-locked groups are relaxed even if their
26 # The long encoding for JLE should be used here even though its target is close
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
H A DSDL_xbiosinterrupt.S11 but WITHOUT ANY WARRANTY; without even the implied warranty of
117 .even
179 .even
188 .even
211 .even
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Drep_prefix.S3 # only count as one instruction, even though they repeat many times
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_crc32.c362 unsigned long even[GF2_DIM]; /* even-power-of-two zeros operator */ local
377 /* put operator for two zero bits in even */
378 gf2_matrix_square(even, odd);
381 gf2_matrix_square(odd, even);
384 zero byte, eight zero bits, in even) */
387 gf2_matrix_square(even, odd);
389 crc1 = gf2_matrix_times(even, crc1);
396 /* another iteration of the loop with odd and even swapped */
397 gf2_matrix_square(odd, even);
[all...]
/external/eigen/test/
H A Dhouseholder.cpp16 static bool even = true; local
17 even = !even;
56 if(even) v1.tail(rows-1).setZero();
67 if(even) v1.tail(rows-1).setZero();
/external/qemu/distrib/sdl-1.2.15/src/timer/mint/
H A DSDL_vbltimer.S11 but WITHOUT ANY WARRANTY; without even the implied warranty of
223 .even
225 .even
227 .even
/external/chromium_org/third_party/zlib/
H A Dcrc32.c379 unsigned long even[GF2_DIM]; /* even-power-of-two zeros operator */ local
394 /* put operator for two zero bits in even */
395 gf2_matrix_square(even, odd);
398 gf2_matrix_square(odd, even);
401 zero byte, eight zero bits, in even) */
404 gf2_matrix_square(even, odd);
406 crc1 = gf2_matrix_times(even, crc1);
413 /* another iteration of the loop with odd and even swapped */
414 gf2_matrix_square(odd, even);
[all...]
/external/qemu/distrib/zlib-1.2.8/
H A Dcrc32.c362 unsigned long even[GF2_DIM]; /* even-power-of-two zeros operator */ local
377 /* put operator for two zero bits in even */
378 gf2_matrix_square(even, odd);
381 gf2_matrix_square(odd, even);
384 zero byte, eight zero bits, in even) */
387 gf2_matrix_square(even, odd);
389 crc1 = gf2_matrix_times(even, crc1);
396 /* another iteration of the loop with odd and even swapped */
397 gf2_matrix_square(odd, even);
[all...]
/external/zlib/src/
H A Dcrc32.c362 unsigned long even[GF2_DIM]; /* even-power-of-two zeros operator */ local
377 /* put operator for two zero bits in even */
378 gf2_matrix_square(even, odd);
381 gf2_matrix_square(odd, even);
384 zero byte, eight zero bits, in even) */
387 gf2_matrix_square(even, odd);
389 crc1 = gf2_matrix_times(even, crc1);
396 /* another iteration of the loop with odd and even swapped */
397 gf2_matrix_square(odd, even);
[all...]
/external/chromium_org/third_party/icu/source/data/translit/
H A Dtrnsfiles.mk10 # Then, you can have your local changes remain even if you upgrade or re
/external/chromium_org/third_party/skia/gm/rebaseline_server/static/
H A Dview.css53 /* Odd and even lines within results display. */
57 .results-even {
/external/icu/icu4c/source/data/translit/
H A Dtrnsfiles.mk10 # Then, you can have your local changes remain even if you upgrade or re
/external/skia/gm/rebaseline_server/static/
H A Dview.css53 /* Odd and even lines within results display. */
57 .results-even {
/external/clang/test/Sema/
H A Dext_vector_components.c46 float2 ev(float3 x) { return x.even; }
/external/chromium_org/third_party/icu/source/data/misc/
H A Dmiscfiles.mk10 # Then, you can have your local changes remain even if you upgrade or re-

Completed in 2605 milliseconds

12345678910