HomeSort by relevance Sort by last modified time
    Searched defs:_mm_round_sd (Results 26 - 28 of 28) sorted by null

12

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
smmintrin.h 104 _mm_round_sd(__m128d __D, __m128d __V, const int __M) function
114 #define _mm_round_sd(D, V, M) \ macro
146 #define _mm_ceil_sd(D, V) _mm_round_sd ((D), (V), _MM_FROUND_CEIL)
149 #define _mm_floor_sd(D, V) _mm_round_sd ((D), (V), _MM_FROUND_FLOOR)
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
smmintrin.h 106 _mm_round_sd(__m128d __D, __m128d __V, const int __M) function
116 #define _mm_round_sd(D, V, M) \ macro
148 #define _mm_ceil_sd(D, V) _mm_round_sd ((D), (V), _MM_FROUND_CEIL)
151 #define _mm_floor_sd(D, V) _mm_round_sd ((D), (V), _MM_FROUND_FLOOR)
  /prebuilts/sdk/renderscript/clang-include/
smmintrin.h 52 #define _mm_ceil_sd(X, Y) _mm_round_sd((X), (Y), _MM_FROUND_CEIL)
57 #define _mm_floor_sd(X, Y) _mm_round_sd((X), (Y), _MM_FROUND_FLOOR)
69 #define _mm_round_sd(X, Y, M) __extension__ ({ \ macro

Completed in 268 milliseconds

12