Home
last modified time | relevance | path

Searched defs:_mm_abs_ps (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/darktable/darktable-3.6.1/src/common/
H A Dmath.h310 */ static inline __m128 _mm_abs_ps(__m128 t) in _mm_abs_ps() function
/dports/graphics/darktable38/darktable-3.8.0/src/common/
H A Dmath.h366 */ static inline __m128 _mm_abs_ps(__m128 t) in _mm_abs_ps() function
/dports/devel/bullet/bullet3-3.21/test/Bullet2/vectormath/sse/
H A Dvectormath_aos.h77 #define _mm_abs_ps(vec) _mm_andnot_ps(_MASKSIGN_, vec) macro
/dports/devel/py-bullet3/bullet3-3.21/test/Bullet2/vectormath/sse/
H A Dvectormath_aos.h77 #define _mm_abs_ps(vec) _mm_andnot_ps(_MASKSIGN_, vec) macro
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/src/vectormath/sse/
H A Dvectormath_aos.h80 #define _mm_abs_ps(vec) _mm_andnot_ps(_MASKSIGN_,vec) macro