HomeSort by relevance Sort by last modified time
    Searched refs:even (Results 1 - 25 of 488) 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/test/MC/ARM/
directive-even.s 8 .even
17 .even
35 .even
49 .even
  /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/valgrind/main/none/tests/s390x/
rounding-6.stdout.exp 1 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...]
rounding-1.stdout.exp 1 cfdbr [->near/even] -2147483648.500000 -> -2147483648 cc = 1
  /external/chromium_org/chrome/browser/resources/cryptotoken/
inherits.js 7 * even in the absence of Closure.
11 // A partial copy of goog.inherits, so inheritance works even in the absence of
  /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/linux-tools-perf/perf-3.12.0/arch/h8300/lib/
memcpy.S 29 ;; (aligned even) odd address
67 ;; odd <- even / even <- odd
  /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
  /ndk/tests/device/whole-static-libs/jni/
Android.mk 8 # The GNU linker will strip un-needed object files from executables even whe
  /external/lldb/www/cpp_reference/html/
dynsections.js 25 removeClass('even').filter(':visible:even').addClass('even');
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_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/eigen/test/
householder.cpp 16 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/chromium_org/third_party/cython/src/Cython/Tempita/
_looper.py 111 def even(self): member in class:loop_pos
113 even = property(even) variable in class:loop_pos
  /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/chromium_org/third_party/zlib/
crc32.c 379 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/
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...]

Completed in 2012 milliseconds

1 2 3 4 5 6 7 8 91011>>