Home
last modified time | relevance | path

Searched refs:_mm_round_ps (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dsmmintrin.h166 _mm_round_ps (__m128 __A, int __rounding) in _mm_round_ps() function
255 __B = _mm_round_ps (__B, __rounding); in _mm_round_ss()
267 #define _mm_ceil_ps(V) _mm_round_ps ((V), _MM_FROUND_CEIL)
270 #define _mm_floor_ps(V) _mm_round_ps ((V), _MM_FROUND_FLOOR)
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Dsmmintrin.h50 #define _mm_ceil_ps(X) _mm_round_ps((X), _MM_FROUND_CEIL)
134 #define _mm_floor_ps(X) _mm_round_ps((X), _MM_FROUND_FLOOR)
233 #define _mm_round_ps(X, M) \ macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dsmmintrin.h125 _mm_round_ps (__m128 __V, const int __M) in _mm_round_ps() 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)
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Dsmmintrin.h125 _mm_round_ps (__m128 __V, const int __M) in _mm_round_ps() 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)
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dsimd_x86.h2692 return __auto_bitcast(_mm_round_ps(__to_intrin(__x), 0xb)); in _S_trunc()
2734 _mm_round_ps(__to_intrin(__x), in _S_round()
2777 return _mm_round_ps(__x, in _S_nearbyint()
2801 return _mm_round_ps(__x, _MM_FROUND_CUR_DIRECTION); in _S_rint()
2823 return __auto_bitcast(_mm_round_ps(__to_intrin(__x), 0x9)); in _S_floor()
2845 return __auto_bitcast(_mm_round_ps(__to_intrin(__x), 0xa)); in _S_ceil()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog15855 * config/rs6000/smmintrin.h (_mm_round_pd, _mm_round_ps,
H A DChangeLog-2007649 _mm_round_ps, _mm_round_ss): Ditto.