/external/clang/lib/Headers/ |
smmintrin.h | 50 #define _mm_ceil_ps(X) _mm_round_ps((X), _MM_FROUND_CEIL) 55 #define _mm_floor_ps(X) _mm_round_ps((X), _MM_FROUND_FLOOR) 60 #define _mm_round_ps(X, M) __extension__ ({ \ macro
|
/prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/ |
smmintrin.h | 50 #define _mm_ceil_ps(X) _mm_round_ps((X), _MM_FROUND_CEIL) 55 #define _mm_floor_ps(X) _mm_round_ps((X), _MM_FROUND_FLOOR) 60 #define _mm_round_ps(X, M) __extension__ ({ \ macro
|
/prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/ |
smmintrin.h | 50 #define _mm_ceil_ps(X) _mm_round_ps((X), _MM_FROUND_CEIL) 55 #define _mm_floor_ps(X) _mm_round_ps((X), _MM_FROUND_FLOOR) 60 #define _mm_round_ps(X, M) __extension__ ({ \ macro
|
/prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/ |
smmintrin.h | 50 #define _mm_ceil_ps(X) _mm_round_ps((X), _MM_FROUND_CEIL) 55 #define _mm_floor_ps(X) _mm_round_ps((X), _MM_FROUND_FLOOR) 60 #define _mm_round_ps(X, M) __extension__ ({ \ macro
|
/prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/ |
smmintrin.h | 50 #define _mm_ceil_ps(X) _mm_round_ps((X), _MM_FROUND_CEIL) 55 #define _mm_floor_ps(X) _mm_round_ps((X), _MM_FROUND_FLOOR) 60 #define _mm_round_ps(X, M) __extension__ ({ \ macro
|
/prebuilts/sdk/renderscript/clang-include/ |
smmintrin.h | 50 #define _mm_ceil_ps(X) _mm_round_ps((X), _MM_FROUND_CEIL) 55 #define _mm_floor_ps(X) _mm_round_ps((X), _MM_FROUND_FLOOR) 60 #define _mm_round_ps(X, M) __extension__ ({ \ macro
|
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/ |
smmintrin.h | 450 _mm_round_ps (__m128 __V, const int __M) function 463 #define _mm_round_ps(V, M) \ macro 477 #define _mm_ceil_ps(V) _mm_round_ps ((V), _MM_FROUND_CEIL) 480 #define _mm_floor_ps(V) _mm_round_ps ((V), _MM_FROUND_FLOOR)
|
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/ |
smmintrin.h | 450 _mm_round_ps (__m128 __V, const int __M) function 463 #define _mm_round_ps(V, M) \ macro 477 #define _mm_ceil_ps(V) _mm_round_ps ((V), _MM_FROUND_CEIL) 480 #define _mm_floor_ps(V) _mm_round_ps ((V), _MM_FROUND_FLOOR)
|
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/ |
smmintrin.h | 125 _mm_round_ps (__m128 __V, const int __M) function 138 #define _mm_round_ps(V, M) \ macro 153 #define _mm_ceil_ps(V) _mm_round_ps ((V), _MM_FROUND_CEIL) 156 #define _mm_floor_ps(V) _mm_round_ps ((V), _MM_FROUND_FLOOR)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/4.8/include/ |
smmintrin.h | 123 _mm_round_ps (__m128 __V, const int __M) function 136 #define _mm_round_ps(V, M) \ macro 151 #define _mm_ceil_ps(V) _mm_round_ps ((V), _MM_FROUND_CEIL) 154 #define _mm_floor_ps(V) _mm_round_ps ((V), _MM_FROUND_FLOOR)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/ |
smmintrin.h | 123 _mm_round_ps (__m128 __V, const int __M) function 136 #define _mm_round_ps(V, M) \ macro 151 #define _mm_ceil_ps(V) _mm_round_ps ((V), _MM_FROUND_CEIL) 154 #define _mm_floor_ps(V) _mm_round_ps ((V), _MM_FROUND_FLOOR)
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/ |
smmintrin.h | 123 _mm_round_ps (__m128 __V, const int __M) function 136 #define _mm_round_ps(V, M) \ macro 151 #define _mm_ceil_ps(V) _mm_round_ps ((V), _MM_FROUND_CEIL) 154 #define _mm_floor_ps(V) _mm_round_ps ((V), _MM_FROUND_FLOOR)
|
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/ |
smmintrin.h | 125 _mm_round_ps (__m128 __V, const int __M) function 138 #define _mm_round_ps(V, M) \ macro 153 #define _mm_ceil_ps(V) _mm_round_ps ((V), _MM_FROUND_CEIL) 156 #define _mm_floor_ps(V) _mm_round_ps ((V), _MM_FROUND_FLOOR)
|
/external/clang/test/CodeGen/ |
sse-builtins.c | 165 return _mm_round_ps(x, 2);
|