Home
last modified time | relevance | path

Searched refs:__SSE__ (Results 1 – 25 of 27) sorted by relevance

12

/external/pdfium/third_party/libopenjpeg20/
Dopj_includes.h193 # ifndef __SSE__
194 # define __SSE__ 1 macro
205 # ifndef __SSE__
206 # define __SSE__ 1 macro
D0012-mct_sse.patch9 -#ifdef __SSE__
10 +#if defined(__SSE__) && !defined(_M_IX86) && !defined(__i386)
56 -#ifdef __SSE__
Dmct.c40 #if defined(__SSE__) && !defined(_M_IX86) && !defined(__i386)
Ddwt.c46 #ifdef __SSE__
179 #ifdef __SSE__
2305 #ifdef __SSE__
2471 #ifdef __SSE__ in opj_v4dwt_decode()
Dt1.c44 #ifdef __SSE__
/external/mesa3d/src/util/
Drounding.h32 #if defined(__SSE__) || defined(_MSC_VER)
99 #if defined(__SSE__) || defined(_MSC_VER) in _mesa_lroundevenf()
119 #if defined(__SSE__) || defined(_MSC_VER) in _mesa_lroundeven()
/external/tensorflow/tensorflow/core/platform/
Dcpu_feature_guard.cc62 #ifdef __SSE__ in CPUFeatureGuard()
112 #ifndef __SSE__ in InfoAboutUnusedCPUFeatures()
Dplatform_strings_computed.h240 #if defined(__SSE__)
241 #define TF_PLAT_STR___SSE__ TF_PLAT_STR_(__SSE__)
/external/mesa3d/src/mesa/x86/
Dcommon_x86_features.h70 #ifdef __SSE__
/external/clang/test/Modules/
Dcompiler_builtins.m6 #ifdef __SSE__
/external/libopus/celt/
Dfloat_cast.h65 #if defined(__GNUC__) && defined(__SSE__)
/external/flac/libFLAC/include/private/
Dcpu.h105 #ifdef __SSE__
/external/elfutils/tests/
Drun-dwarf-getmacros.sh140 __SSE__ 1
275 __SSE__ 1
512 __SSE__ 1
Drun-readelf-zp.sh232 [ 153b] __SSE__ 1
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Drotate_row.h23 (defined(__i386__) && !defined(__SSE__) && !defined(__clang__))
Dplanar_functions.h28 (defined(__i386__) && !defined(__SSE__) && !defined(__clang__))
Dscale_row.h24 (defined(__i386__) && !defined(__SSE__) && !defined(__clang__))
/external/clang/lib/Headers/
Dimmintrin.h31 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__SSE__)
/external/eigen/bench/btl/generic_bench/
Dbtl.hh47 #ifdef __SSE__
/external/mesa3d/include/CL/
Dcl_platform.h351 #if defined( __SSE__ )
/external/skia/third_party/skcms/src/
DTransform_inl.h65 #if defined(__SSE__) && defined(__GNUC__) && !defined(__clang__)
/external/skqp/third_party/skcms/src/
DTransform_inl.h65 #if defined(__SSE__) && defined(__GNUC__) && !defined(__clang__)
/external/skqp/third_party/skcms/
Dskcms.cc18 #elif defined(__SSE__)
/external/skia/third_party/skcms/
Dskcms.cc18 #elif defined(__SSE__)
/external/boringssl/src/crypto/hrss/
Dhrss.c67 #if ((defined(__SSE__) && defined(OPENSSL_X86)) || defined(OPENSSL_X86_64)) && \

12