/prebuilts/gcc/darwin-x86/x86/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include/ |
mmintrin-common.h | 94 _mm_round_pd (__m128d __V, const int __M) function 107 #define _mm_round_pd(V, M) \ macro 141 #define _mm_ceil_pd(V) _mm_round_pd ((V), _MM_FROUND_CEIL) 144 #define _mm_floor_pd(V) _mm_round_pd((V), _MM_FROUND_FLOOR)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/ |
mmintrin-common.h | 94 _mm_round_pd (__m128d __V, const int __M) function 107 #define _mm_round_pd(V, M) \ macro 141 #define _mm_ceil_pd(V) _mm_round_pd ((V), _MM_FROUND_CEIL) 144 #define _mm_floor_pd(V) _mm_round_pd((V), _MM_FROUND_FLOOR)
|
/prebuilts/gcc/linux-x86/x86/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include/ |
mmintrin-common.h | 94 _mm_round_pd (__m128d __V, const int __M) function 107 #define _mm_round_pd(V, M) \ macro 141 #define _mm_ceil_pd(V) _mm_round_pd ((V), _MM_FROUND_CEIL) 144 #define _mm_floor_pd(V) _mm_round_pd((V), _MM_FROUND_FLOOR)
|
/external/clang/lib/Headers/ |
smmintrin.h | 51 #define _mm_ceil_pd(X) _mm_round_pd((X), _MM_FROUND_CEIL) 56 #define _mm_floor_pd(X) _mm_round_pd((X), _MM_FROUND_FLOOR) 69 #define _mm_round_pd(X, M) __extension__ ({ \ macro
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/ |
smmintrin.h | 99 _mm_round_pd (__m128d __V, const int __M) function 112 #define _mm_round_pd(V, M) \ macro 146 #define _mm_ceil_pd(V) _mm_round_pd ((V), _MM_FROUND_CEIL) 149 #define _mm_floor_pd(V) _mm_round_pd((V), _MM_FROUND_FLOOR)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/ |
smmintrin.h | 99 _mm_round_pd (__m128d __V, const int __M) function 112 #define _mm_round_pd(V, M) \ macro 146 #define _mm_ceil_pd(V) _mm_round_pd ((V), _MM_FROUND_CEIL) 149 #define _mm_floor_pd(V) _mm_round_pd((V), _MM_FROUND_FLOOR)
|
/prebuilts/sdk/renderscript/clang-include/ |
smmintrin.h | 51 #define _mm_ceil_pd(X) _mm_round_pd((X), _MM_FROUND_CEIL) 56 #define _mm_floor_pd(X) _mm_round_pd((X), _MM_FROUND_FLOOR) 62 #define _mm_round_pd(X, M) __builtin_ia32_roundpd((X), (M)) macro
|