Home
last modified time | relevance | path

Searched defs:even (Results 1 – 21 of 21) sorted by relevance

/external/opencv/cvaux/src/
Dcvvideo.cpp52 CvMat even_stub, *even = (CvMat*)fieldEven; in cvDeInterlace() local
/external/libvpx/libvpx/vpx_dsp/ppc/
Dbitdepth_conversion_vsx.h36 const int32x4_t even = vec_mule(v, one); in store_tran_low() local
/external/libcxx/test/std/containers/sequences/list/list.ops/
Dremove_if.pass.cpp21 bool even(int i) in even() function
/external/eigen/test/
Dhouseholder.cpp16 static bool even = true; in householder() local
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUNopFiller.cpp59 even = 2, enumerator
/external/pdfium/third_party/zlib_v128/
Dcrc32.c362 unsigned long even[GF2_DIM]; /* even-power-of-two zeros operator */ in crc32_combine_() local
/external/zlib/src/
Dcrc32.c362 unsigned long even[GF2_DIM]; /* even-power-of-two zeros operator */ local
/external/syslinux/com32/lib/zlib/
Dcrc32.c379 unsigned long even[GF2_DIM]; /* even-power-of-two zeros operator */ local
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DLUDecompositionImpl.java48 private boolean even; field in LUDecompositionImpl
DFieldLUDecompositionImpl.java53 private boolean even; field in FieldLUDecompositionImpl
/external/skia/bench/
DGameBench.cpp253 int even = (y / kCheckSize) % 2; in makeCheckerboard() local
/external/pdfium/xfa/fxbarcode/oned/
DBC_OnedUPCAWriter.cpp69 int32_t even = 0; in CalcChecksum() local
DBC_OnedEAN8Writer.cpp83 int32_t even = 0; in CalcChecksum() local
DBC_OnedEAN13Writer.cpp80 int32_t even = 0; in CalcChecksum() local
/external/libcups/filter/
Draster.c1994 unsigned char even, odd; /* Temporary variables */ in cups_swap() local
/external/icu/icu4c/source/test/intltest/
Dtestidna.cpp998 UChar even[MAX_DEST_SIZE]; in testChaining() local
/external/skia/src/opts/
DSkNx_sse.h265 __m128i even = _mm_unpacklo_epi16(lo, hi), // r0 r2 g0 g2 b0 b2 a0 a2 in Load4() local
/external/opencv/cxcore/src/
Dcxdxt.cpp2065 int even; in cvDFT() local
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_arit.c2521 LLVMValueRef even = NULL, odd = NULL; in lp_build_polynomial() local
/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc1220 int even = RoundUp(count, 2); in AssembleArchInstruction() local
/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp2344 bool even; member