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

1 2 3 4 5 6 7 8 91011>>

  /external/opencv/cvaux/src/
cvvideo.cpp 38 // 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->type )
    [all...]
  /external/llvm/autoconf/m4/
linux_mixed_64_32.m4 10 error: Not x86-64 even if uname says so!
  /external/llvm/projects/sample/autoconf/m4/
linux_mixed_64_32.m4 10 error: Not x86-64 even if uname says so!
  /dalvik/dx/src/com/android/dx/io/instructions/
ShortArrayCodeOutput.java 109 boolean even = true;
111 if (even) {
113 even = false;
117 even = true;
121 if (!even) {
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
ShortArrayCodeOutput.java 109 boolean even = true;
111 if (even) {
113 even = false;
117 even = true;
121 if (!even) {
  /external/stlport/test/unit/
ptr2_test.cpp 39 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));
  /ndk/tests/device/test-gnustl-full/unit/
ptr2_test.cpp 39 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));
  /ndk/tests/device/test-stlport/unit/
ptr2_test.cpp 39 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/
million.S 7 nop # to give us an even million
  /device/generic/goldfish/qemud/
Android.mk 5 # smooth builds even if the tree contains both versions.
  /external/llvm/test/MC/X86/AlignedBundling/
relax-in-bundle-group.s 4 # 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/
SDL_xbiosinterrupt.S 11 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/
rep_prefix.S 3 # only count as one instruction, even though they repeat many times
  /external/jmonkeyengine/
Android.mk 15 # stripped out even if they're compiled into the jar. You will need
  /ndk/tests/device/whole-static-libs/jni/
Android.mk 8 # The GNU linker will strip un-needed object files from executables even whe
  /external/qemu/distrib/zlib-1.2.3/
crc32.c 377 unsigned long even[GF2_DIM]; /* even-power-of-two zeros operator */ local
392 /* put operator for two zero bits in even */
393 gf2_matrix_square(even, odd);
396 gf2_matrix_square(odd, even);
399 zero byte, eight zero bits, in even) */
402 gf2_matrix_square(even, odd);
404 crc1 = gf2_matrix_times(even, crc1);
411 /* another iteration of the loop with odd and even swapped */
412 gf2_matrix_square(odd, even);
    [all...]
  /external/eigen/test/
householder.cpp 16 static bool even = true; local
17 even = !even;
58 if(even) v1.tail(rows-1).setZero();
69 if(even) v1.tail(rows-1).setZero();
  /external/qemu/distrib/sdl-1.2.15/src/timer/mint/
SDL_vbltimer.S 11 but WITHOUT ANY WARRANTY; without even the implied warranty of
223 .even
225 .even
227 .even
  /external/zlib/src/
crc32.c 362 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/icu4c/data/translit/
trnsfiles.mk 10 # Then, you can have your local changes remain even if you upgrade or re
  /external/webkit/LayoutTests/storage/domstorage/events/script-tests/
case-sensitive.js 1 description("Verify that storage events fire even when only the case of the value changes.");
  /external/clang/test/Sema/
ext_vector_components.c 46 float2 ev(float3 x) { return x.even; }
  /device/generic/goldfish/gps/
Android.mk 18 # smooth builds even if the tree contains both versions.
  /external/icu4c/data/misc/
miscfiles.mk 10 # Then, you can have your local changes remain even if you upgrade or re-
  /external/icu4c/data/sprep/
sprepfiles.mk 10 # Then, you can have your local changes remain even if you upgrade or

Completed in 750 milliseconds

1 2 3 4 5 6 7 8 91011>>