HomeSort by relevance Sort by last modified time
    Searched defs:__SSE2__ (Results 1 - 4 of 4) sorted by null

  /external/clang/test/Headers/
x86intrin.c 48 #ifndef __SSE2__
49 #define __SSE2__
  /external/chromium_org/third_party/libyuv/util/
ssim.cc 22 #if !defined(LIBYUV_DISABLE_X86) && !defined(__SSE2__) && \
24 #define __SSE2__
26 #if !defined(LIBYUV_DISABLE_X86) && defined(__SSE2__)
51 #if !defined(LIBYUV_DISABLE_X86) && defined(__SSE2__)
133 #if defined(LIBYUV_DISABLE_X86) || !defined(__SSE2__)
210 #else // __SSE2__
  /external/opencv/cv/src/
cvsmooth.cpp 514 #if CV_SSE2 && !defined __SSE2__
515 #define __SSE2__ 1
564 #if defined __SSE2__ || defined __MMX__ || defined __ALTIVEC__
574 #if defined(__SSE2__)
609 #if defined(__SSE2__)
    [all...]
  /external/chromium_org/net/tools/balsa/
balsa_frame.cc 9 #if !defined(__SSE2__) && _M_IX86_FP == 2
10 #define __SSE2__ 1
14 #if __SSE2__
16 #endif // __SSE2__
520 #if __SSE2__
523 #endif // __SSE2__
588 #if __SSE2__
604 #endif // __SSE2__
    [all...]

Completed in 94 milliseconds