HomeSort by relevance Sort by last modified time
    Searched defs:odd (Results 1 - 25 of 33) sorted by null

1 2

  /external/stlport/test/unit/
unary.h 11 struct odd : public unary_function<int, bool> { struct in inherits:unary_function
count_test.cpp 24 static int odd(int a_);
62 int elements = count_if(numbers.begin(), numbers.end(), odd);
66 count_if(numbers.begin(), numbers.end(), odd, elements);
70 int CountTest::odd(int a_) function in class:CountTest
rm_cp_test.cpp 46 static bool odd(int a_) function
88 replace_if(v1.begin(), v1.end(), odd, 42);
163 replace_copy_if(v1.begin(), v1.end(), v2.begin(), odd, 42);
205 remove_if((int*)numbers, (int*)numbers + 6, odd);
236 remove_copy_if((int*)numbers, (int*)numbers + 6, (int*)result, odd);
find_test.cpp 29 static bool odd(int a_);
78 int *location = find_if((int*)numbers, (int*)numbers + 6, odd);
84 int *out_range = find_if((int*)numbers_even, (int*)numbers_even + 6, odd);
107 bool FindTest::odd(int a_) function in class:FindTest
  /ndk/tests/device/test-gnustl-full/unit/
unary.h 11 struct odd : public unary_function<int, bool> { struct in inherits:unary_function
count_test.cpp 24 static int odd(int a_);
62 int elements = count_if(numbers.begin(), numbers.end(), odd);
66 count_if(numbers.begin(), numbers.end(), odd, elements);
70 int CountTest::odd(int a_) function in class:CountTest
rm_cp_test.cpp 46 static bool odd(int a_) function
88 replace_if(v1.begin(), v1.end(), odd, 42);
163 replace_copy_if(v1.begin(), v1.end(), v2.begin(), odd, 42);
205 remove_if((int*)numbers, (int*)numbers + 6, odd);
236 remove_copy_if((int*)numbers, (int*)numbers + 6, (int*)result, odd);
find_test.cpp 29 static bool odd(int a_);
78 int *location = find_if((int*)numbers, (int*)numbers + 6, odd);
84 int *out_range = find_if((int*)numbers_even, (int*)numbers_even + 6, odd);
107 bool FindTest::odd(int a_) function in class:FindTest
  /ndk/tests/device/test-stlport/unit/
unary.h 11 struct odd : public unary_function<int, bool> { struct in inherits:unary_function
count_test.cpp 24 static int odd(int a_);
62 int elements = count_if(numbers.begin(), numbers.end(), odd);
66 count_if(numbers.begin(), numbers.end(), odd, elements);
70 int CountTest::odd(int a_) function in class:CountTest
rm_cp_test.cpp 46 static bool odd(int a_) function
88 replace_if(v1.begin(), v1.end(), odd, 42);
163 replace_copy_if(v1.begin(), v1.end(), v2.begin(), odd, 42);
205 remove_if((int*)numbers, (int*)numbers + 6, odd);
236 remove_copy_if((int*)numbers, (int*)numbers + 6, (int*)result, odd);
find_test.cpp 29 static bool odd(int a_);
78 int *location = find_if((int*)numbers, (int*)numbers + 6, odd);
84 int *out_range = find_if((int*)numbers_even, (int*)numbers_even + 6, odd);
107 bool FindTest::odd(int a_) function in class:FindTest
  /external/opencv/cvaux/src/
cvvideo.cpp 53 CvMat odd_stub, *odd = (CvMat*)fieldOdd; local
59 CV_CALL( odd = cvGetMat( odd, &odd_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 )
75 memcpy( odd->data.ptr + even->step*y,
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
CdmaSmsSubaddress.java 23 public byte odd; field in class:CdmaSmsSubaddress
  /external/eigen/Eigen/src/Geometry/
EulerAngles.h 42 const Index odd = ((a0+1)%3 == a1) ? 0 : 1; local
44 const Index j = (a0 + 1 + odd)%3;
45 const Index k = (a0 + 2 - odd)%3;
77 if (!odd)
  /external/chromium_org/components/autofill/core/browser/
validation.cc 96 bool odd = false; local
104 if (odd) {
110 odd = !odd;
167 // ascending in an alternating even/odd sequence. With that scheme it was
  /external/chromium_org/third_party/zlib/
crc32.c 380 unsigned long odd[GF2_DIM]; /* odd-power-of-two zeros operator */ local
386 /* put operator for one zero bit in odd */
387 odd[0] = 0xedb88320UL; /* CRC-32 polynomial */
390 odd[n] = row;
395 gf2_matrix_square(even, odd);
397 /* put operator for four zero bits in odd */
398 gf2_matrix_square(odd, even);
404 gf2_matrix_square(even, odd);
413 /* another iteration of the loop with odd and even swapped *
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
crc32.c 378 unsigned long odd[GF2_DIM]; /* odd-power-of-two zeros operator */ local
384 /* put operator for one zero bit in odd */
385 odd[0] = 0xedb88320L; /* CRC-32 polynomial */
388 odd[n] = row;
393 gf2_matrix_square(even, odd);
395 /* put operator for four zero bits in odd */
396 gf2_matrix_square(odd, even);
402 gf2_matrix_square(even, odd);
411 /* another iteration of the loop with odd and even swapped *
    [all...]
  /external/zlib/src/
crc32.c 363 unsigned long odd[GF2_DIM]; /* odd-power-of-two zeros operator */ local
369 /* put operator for one zero bit in odd */
370 odd[0] = 0xedb88320UL; /* CRC-32 polynomial */
373 odd[n] = row;
378 gf2_matrix_square(even, odd);
380 /* put operator for four zero bits in odd */
381 gf2_matrix_square(odd, even);
387 gf2_matrix_square(even, odd);
396 /* another iteration of the loop with odd and even swapped *
    [all...]
  /external/chromium/chrome/browser/autofill/
credit_card.cc 409 bool odd = false; local
416 if (odd) {
422 odd = !odd;
  /external/chromium_org/third_party/icu/source/test/intltest/
testidna.cpp 996 UChar odd[MAX_DEST_SIZE]; local
    [all...]
  /external/icu4c/test/intltest/
testidna.cpp 996 UChar odd[MAX_DEST_SIZE]; local
    [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 234 bool odd = SReg & 0x1; local
243 if (odd) {
    [all...]
  /frameworks/native/libs/gui/tests/
SurfaceTexture_test.cpp 1284 android_native_rect_t odd = {23, 78, 123, 477}; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_arit.c 2521 LLVMValueRef even = NULL, odd = NULL; local
    [all...]

Completed in 457 milliseconds

1 2