Searched defs:__SSE2__ (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/Headers/
H A Dx86intrin.c48 #ifndef __SSE2__
49 #define __SSE2__ macro
/external/chromium_org/third_party/libyuv/util/
H A Dssim.cc22 #if !defined(LIBYUV_DISABLE_X86) && !defined(__SSE2__) && \
24 #define __SSE2__ macro
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/
H A Dcvsmooth.cpp514 #if CV_SSE2 && !defined __SSE2__
515 #define __SSE2__ 1 macro
564 #if defined __SSE2__ || defined __MMX__ || defined __ALTIVEC__
574 #if defined(__SSE2__)
609 #if defined(__SSE2__)
/external/chromium_org/net/tools/balsa/
H A Dbalsa_frame.cc9 #if !defined(__SSE2__) && _M_IX86_FP == 2
10 #define __SSE2__ 1 macro
14 #if __SSE2__
16 #endif // __SSE2__
520 #if __SSE2__
523 #endif // __SSE2__
588 #if __SSE2__
604 #endif // __SSE2__
995 #if __SSE2__
1059 #endif // __SSE2__
[all...]

Completed in 1074 milliseconds