HomeSort by: relevance | last modified time | path
    Searched refs:_mm_round_sd (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Headers/
smmintrin.h 117 #define _mm_ceil_sd(X, Y) _mm_round_sd((X), (Y), _MM_FROUND_CEIL)
201 #define _mm_floor_sd(X, Y) _mm_round_sd((X), (Y), _MM_FROUND_FLOOR)
321 /// __m128d _mm_round_sd(__m128d X, __m128d Y, const int M);
349 #define _mm_round_sd(X, Y, M) \ macro
  /src/external/gpl3/gcc/dist/gcc/config/i386/
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)
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
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)
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
smmintrin.h 157 _mm_round_sd (__m128d __A, __m128d __B, int __rounding) function
262 #define _mm_ceil_sd(D, V) _mm_round_sd ((D), (V), _MM_FROUND_CEIL)
265 #define _mm_floor_sd(D, V) _mm_round_sd ((D), (V), _MM_FROUND_FLOOR)
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
smmintrin.h 157 _mm_round_sd (__m128d __A, __m128d __B, int __rounding) function
262 #define _mm_ceil_sd(D, V) _mm_round_sd ((D), (V), _MM_FROUND_CEIL)
265 #define _mm_floor_sd(D, V) _mm_round_sd ((D), (V), _MM_FROUND_FLOOR)

Completed in 33 milliseconds