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

1 2

  /external/libvpx/libvpx/vpx_dsp/ppc/
bitdepth_conversion_vsx.h 37 const int32x4_t odd = vec_mulo(v, one); local
38 const int32x4_t high = vec_mergeh(even, odd);
39 const int32x4_t low = vec_mergel(even, odd);
  /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/base/telephony/java/com/android/internal/telephony/cdma/
CdmaSmsSubaddress.java 22 public byte odd; field in class:CdmaSmsSubaddress
  /external/eigen/Eigen/src/Geometry/
EulerAngles.h 48 const Index odd = ((a0+1)%3 == a1) ? 0 : 1; local
50 const Index j = (a0 + 1 + odd)%3;
51 const Index k = (a0 + 2 - odd)%3;
56 if((odd && res[0]<Scalar(0)) || ((!odd) && res[0]>Scalar(0)))
91 if((odd && res[0]<Scalar(0)) || ((!odd) && res[0]>Scalar(0))) {
106 if (!odd)
  /art/compiler/utils/
intrusive_forward_list_test.cc 412 auto odd = [](IFLTestValue value) { return (value.value & 1) != 0; }; // NOLINT(readability/braces) local
413 ref.remove_if(odd);
414 ifl.remove_if(odd);
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUNopFiller.cpp 33 bool isEvenPlace; // the instruction slot (mem address) at hand is even/odd
60 odd = 3 } SPUOpPlace; enumerator in enum:__anon31368::SPUNopFiller::__anon31369
75 assert( isEvenPlace && "basic block start from odd address");
91 // padd: odd(wrong), even(wrong), ...
92 // to: nop(corr), odd(corr), even(corr)...
93 if( isEvenPlace && this_optype == odd && next_optype == even ) {
100 // padd: even(wrong), odd(wrong), ...
101 // to: lnop(corr), even(corr), odd(corr)...
102 else if ( !isEvenPlace && this_optype == even && next_optype == odd){
119 if (getOpPlacement( *J ) == odd) {
    [all...]
  /external/syslinux/core/lwip/src/core/ipv4/
inet_chksum.c 88 /* dataptr may be at odd or even addresses */
140 int odd = ((mem_ptr_t)pb & 1); local
143 if (odd && len > 0) {
168 /* Swap if alignment was odd */
169 if (odd) {
183 * @arg start of buffer to be checksummed. May be an odd byte address.
197 /* starts at odd byte address? */
198 int odd = ((mem_ptr_t)pb & 1); local
200 if (odd && len > 0) {
240 if (len > 0) { /* include odd byte *
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
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/pdfium/third_party/zlib_v128/
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/pdfium/xfa/fxbarcode/oned/
BC_OnedEAN8Writer.cpp 82 int32_t odd = 0; local
87 odd += FXSYS_atoi(contents.Mid(i, 1).c_str());
93 int32_t checksum = (odd * 3 + even) % 10;
BC_OnedUPCAWriter.cpp 68 int32_t odd = 0; local
73 odd += FXSYS_atoi(contents.Mid(i, 1).c_str());
79 int32_t checksum = (odd * 3 + even) % 10;
BC_OnedEAN13Writer.cpp 79 int32_t odd = 0; local
84 odd += FXSYS_atoi(contents.Mid(i, 1).c_str());
90 int32_t checksum = (odd * 3 + even) % 10;
  /external/syslinux/com32/lib/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/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...]
  /frameworks/native/libs/gui/tests/
SurfaceTextureGL_test.cpp 551 android_native_rect_t odd = {23, 78, 123, 477}; local
552 ASSERT_EQ(OK, native_window_set_crop(mANW.get(), &odd));
  /art/runtime/
native_stack_dump.cc 62 static inline void WritePrefix(std::ostream& os, const char* prefix, bool odd) {
67 if (!odd) {
76 : in(in_fd, false), out(out_fd, false), file(file_name), child_pid(pid), odd(true) {}
88 bool odd; // Print state for indentation of lines. member in struct:art::Addr2linePipe
187 WritePrefix(os, prefix, (*pipe)->odd);
203 (*pipe)->odd = !(*pipe)->odd;
  /external/pdfium/xfa/fxbarcode/pdf417/
BC_PDF417HighLevelEncoder.cpp 251 bool odd = (i % 2) != 0; local
252 if (odd) {
  /external/libcups/filter/
raster.c 1994 unsigned char even, odd; \/* Temporary variables *\/ local
    [all...]
  /external/eigen/Eigen/src/Core/arch/AVX/
Complex.h 287 __m256d odd = _mm256_mul_pd(tmp2, tmp3); local
288 return Packet2cd(_mm256_addsub_pd(even, odd));
  /external/icu/icu4c/source/test/intltest/
testidna.cpp 999 UChar odd[MAX_DEST_SIZE]; local
    [all...]
  /external/skia/src/opts/
SkNx_sse.h 266 odd = _mm_unpackhi_epi16(lo, hi); // r1 r3 ... local
267 __m128i rg = _mm_unpacklo_epi16(even, odd), // r0 r1 r2 r3 g0 g1 g2 g3
268 ba = _mm_unpackhi_epi16(even, odd); // b0 b1 ... a0 a1 ...
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMAsmPrinter.cpp 245 bool odd = SReg & 0x1; local
254 if (odd) {
429 // that overlaps the 's' register. Also, s0 is an odd register, hence the
430 // odd modulus check below.
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
dtoa.c 1061 Unlike d2b, b is not necessarily odd: b and e are normalized so
1123 Given a finite nonzero double d, return an odd Bigint b and exponent *e
1400 int b2, d2, dd, i, nd, nd0, odd, p2, p5; local
1510 int esign, i, j, k, lz, nd, nd0, odd, sign; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
dtoa.c 1044 Unlike d2b, b is not necessarily odd: b and e are normalized so
1106 Given a finite nonzero double d, return an odd Bigint b and exponent *e
1383 int b2, d2, dd, i, nd, nd0, odd, p2, p5; local
1493 int esign, i, j, k, lz, nd, nd0, odd, sign; local
    [all...]

Completed in 2488 milliseconds

1 2