Searched defs:even (Results 1 - 12 of 12) sorted by relevance

/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/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/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/eigen/test/
H A Dhouseholder.cpp16 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/zlib-1.2.3/
H A Dcrc32.c377 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/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/skia/bench/
H A DGameBench.cpp266 int even = (y / kCheckSize) % 2; local
271 if (even == (x / kCheckSize) % 2) {
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtestidna.cpp995 UChar even[MAX_DEST_SIZE]; local
1010 memcpy(even,expected,(expectedLen+1) * U_SIZEOF_UCHAR);
1013 evenLen = func(odd,-1,even,MAX_DEST_SIZE,options, &parseError, &status);
1019 oddLen = func(even,-1,odd,MAX_DEST_SIZE,options, &parseError, &status);
1027 if( u_strCaseCompare(even,evenLen, expected,expectedLen, 0, &status) !=0 ||
1033 if( u_strncmp(even,expected,expectedLen) != 0 ||
1047 memcpy(even,expected,(expectedLen+1) * U_SIZEOF_UCHAR);
1050 evenLen = func(odd,-1,even,MAX_DEST_SIZE,options|UIDNA_ALLOW_UNASSIGNED, &parseError, &status);
1056 oddLen = func(even,-1,odd,MAX_DEST_SIZE,options|UIDNA_ALLOW_UNASSIGNED, &parseError, &status);
1064 if( u_strCaseCompare(even,evenLe
[all...]
/external/icu4c/test/intltest/
H A Dtestidna.cpp995 UChar even[MAX_DEST_SIZE]; local
1010 memcpy(even,expected,(expectedLen+1) * U_SIZEOF_UCHAR);
1013 evenLen = func(odd,-1,even,MAX_DEST_SIZE,options, &parseError, &status);
1019 oddLen = func(even,-1,odd,MAX_DEST_SIZE,options, &parseError, &status);
1027 if( u_strCaseCompare(even,evenLen, expected,expectedLen, 0, &status) !=0 ||
1033 if( u_strncmp(even,expected,expectedLen) != 0 ||
1047 memcpy(even,expected,(expectedLen+1) * U_SIZEOF_UCHAR);
1050 evenLen = func(odd,-1,even,MAX_DEST_SIZE,options|UIDNA_ALLOW_UNASSIGNED, &parseError, &status);
1056 oddLen = func(even,-1,odd,MAX_DEST_SIZE,options|UIDNA_ALLOW_UNASSIGNED, &parseError, &status);
1064 if( u_strCaseCompare(even,evenLe
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c1286 * result is the even value. That is, rounding 2.5 will be 2.0, and not 3.0.
1914 * - it doesn't even get the reciprocate of 1.0 exactly
2521 LLVMValueRef even = NULL, odd = NULL; local
2535 * Calculate odd and even terms seperately to decrease data dependency
2548 if (even)
2549 even = lp_build_add(bld, coeff, lp_build_mul(bld, x2, even));
2551 even = coeff;
2561 return lp_build_add(bld, lp_build_mul(bld, odd, x), even);
2562 else if (even)
[all...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c1286 * result is the even value. That is, rounding 2.5 will be 2.0, and not 3.0.
1914 * - it doesn't even get the reciprocate of 1.0 exactly
2521 LLVMValueRef even = NULL, odd = NULL; local
2535 * Calculate odd and even terms seperately to decrease data dependency
2548 if (even)
2549 even = lp_build_add(bld, coeff, lp_build_mul(bld, x2, even));
2551 even = coeff;
2561 return lp_build_add(bld, lp_build_mul(bld, odd, x), even);
2562 else if (even)
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 501 milliseconds