#include <xmmintrin.h>
Go to the source code of this file.
|
static __m128 | _mm_arctan_poly_sse (const __m128 x) |
|
static __m128 | _mm_magnitudesquared_ps (__m128 cplxValue1, __m128 cplxValue2) |
|
static __m128 | _mm_magnitude_ps (__m128 cplxValue1, __m128 cplxValue2) |
|
static __m128 | _mm_scaled_norm_dist_ps_sse (const __m128 symbols0, const __m128 symbols1, const __m128 points0, const __m128 points1, const __m128 scalar) |
|
static __m128 | _mm_accumulate_square_sum_ps (__m128 sq_acc, __m128 acc, __m128 val, __m128 rec, __m128 aux) |
|
static __m128 _mm_accumulate_square_sum_ps |
( |
__m128 |
sq_acc, |
|
|
__m128 |
acc, |
|
|
__m128 |
val, |
|
|
__m128 |
rec, |
|
|
__m128 |
aux |
|
) |
| |
|
inlinestatic |
static __m128 _mm_arctan_poly_sse |
( |
const __m128 |
x | ) |
|
|
inlinestatic |
static __m128 _mm_magnitude_ps |
( |
__m128 |
cplxValue1, |
|
|
__m128 |
cplxValue2 |
|
) |
| |
|
inlinestatic |
static __m128 _mm_magnitudesquared_ps |
( |
__m128 |
cplxValue1, |
|
|
__m128 |
cplxValue2 |
|
) |
| |
|
inlinestatic |
static __m128 _mm_scaled_norm_dist_ps_sse |
( |
const __m128 |
symbols0, |
|
|
const __m128 |
symbols1, |
|
|
const __m128 |
points0, |
|
|
const __m128 |
points1, |
|
|
const __m128 |
scalar |
|
) |
| |
|
inlinestatic |