Searched defs:inv_pio2 (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/ |
H A D | cosf.c | 14 float neg_pio2_1, neg_pio2_2, neg_pio2_3, inv_pio2, shift; member
|
H A D | cos.c | 14 double inv_pio2, pio2_1, pio2_2, pio2_3, shift; member
|
H A D | sv_sincos_common.h | 14 double inv_pio2, shift, range_val; member
|
H A D | sv_sincosf_common.h | 12 float poly_sin[3], poly_cos[3], pio2[3], inv_pio2, shift, range_val; member
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/ |
H A D | v_sincos_common.h | 14 float64x2_t inv_pio2, shift, range_val; member
|
H A D | v_sincosf_common.h | 12 float32x4_t poly_sin[3], poly_cos[3], pio2[3], inv_pio2, shift, range_val; member
|