/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/ |
H A D | cosf.c | 16 float32x4_t range_val, inv_pi, pi_1, pi_2, pi_3; member 27 .range_val = V4 (0x1p20f) 49 vreinterpretq_u32_f32 (d->range_val)); in V_NAME_F1() 56 cmp = vcageq_f32 (x, d->range_val); in V_NAME_F1()
|
H A D | cos.c | 16 float64x2_t range_val, inv_pi, pi_1, pi_2, pi_3; member 27 .range_val = V2 (0x1p23) 48 vreinterpretq_u64_f64 (d->range_val)); in V_NAME_D1() 55 cmp = vcageq_f64 (x, d->range_val); in V_NAME_D1()
|
H A D | v_sincospif_common.h | 13 float32x4_t poly[6], range_val; member 18 .range_val = V4 (0x1p31f), 33 uint32x4_t cmp = vcgeq_f32 (x, d->range_val); in v_sincospif_inline()
|
H A D | v_sincospi_common.h | 12 float64x2_t poly[10], range_val; member 21 .range_val = V2 (0x1p63), 39 uint64x2_t cmp = vcgeq_f64 (x, d->range_val); in v_sincospi_inline()
|
H A D | cospi.c | 17 float64x2_t range_val; member 26 .range_val = V2 (0x1p63), 56 uint64x2_t cmp = vcageq_f64 (r, d->range_val); in V_NAME_D1()
|
H A D | cospif.c | 17 float32x4_t range_val; member 22 .range_val = V4 (0x1p31f), 51 uint32x4_t cmp = vcageq_f32 (r, d->range_val); in V_NAME_F1()
|
H A D | v_sincos_common.h | 14 float64x2_t inv_pio2, shift, range_val; member 29 .range_val = V2 (0x1p23), }; 34 return vcagtq_f64 (x, d->range_val); in check_ge_rangeval()
|
H A D | sinf.c | 16 float32x4_t range_val, inv_pi, pi_1, pi_2, pi_3; member 27 .range_val = V4 (0x1p20f) 62 cmp = vcageq_f32 (x, d->range_val); in V_NAME_F1()
|
H A D | v_sincosf_common.h | 12 float32x4_t poly_sin[3], poly_cos[3], pio2[3], inv_pio2, shift, range_val; member 21 .range_val = V4 (0x1p20), 27 return vcagtq_f32 (x, d->range_val); in check_ge_rangeval()
|
H A D | tan.c | 19 float64x2_t range_val; member 32 .range_val = V2 (0x1p23), 108 uint64x2_t special = vcageq_f64 (x, dat->range_val); in V_NAME_D1()
|
H A D | sin.c | 16 float64x2_t range_val, inv_pi, pi_1, pi_2, pi_3; member 23 .range_val = V2 (0x1p23), 70 cmp = vcageq_f64 (x, d->range_val); in V_NAME_D1()
|
H A D | tanf.c | 19 float32x4_t range_val; member 30 .range_val = V4 (0x1p15f), 84 uint32x4_t special = vcageq_f32 (x, d->range_val); in V_NAME_F1()
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/ |
H A D | sinpif.c | 16 float poly[6], range_val; member 21 .range_val = 0x1p31, 38 svbool_t cmp = svaclt (pg, x, d->range_val); in SV_NAME_F1()
|
H A D | cospif.c | 17 float range_val; member 22 .range_val = 0x1p31f, 42 svbool_t cmp = svaclt (pg, x, d->range_val); in SV_NAME_F1()
|
H A D | sinpi.c | 16 double poly[10], range_val; member 24 .range_val = 0x1p63, 41 svbool_t cmp = svaclt (pg, x, d->range_val); in SV_NAME_D1()
|
H A D | cospi.c | 17 double range_val; member 25 .range_val = 0x1p53, 45 svbool_t cmp = svaclt (pg, x, d->range_val); in SV_NAME_D1()
|
H A D | sv_sincospi_common.h | 15 double range_val; member 30 .range_val = 0x1p63 65 svbool_t cmp = svaclt (pg, x, d->range_val); in sv_sincospi_inline()
|
H A D | sv_sincos_common.h | 14 double inv_pio2, shift, range_val; member 29 .range_val = 0x1p23, }; 34 svbool_t in_bounds = svaclt (pg, x, d->range_val); in check_ge_rangeval()
|
H A D | sv_sincospif_common.h | 15 float range_val; member 25 .range_val = 0x1p31f, 57 svbool_t cmp = svaclt (pg, x, d->range_val); in sv_sincospif_inline()
|
H A D | sv_sincosf_common.h | 12 float poly_sin[3], poly_cos[3], pio2[3], inv_pio2, shift, range_val; member 21 .range_val = 0x1p20 27 svbool_t in_bounds = svaclt (pg, x, d->range_val); in check_ge_rangeval()
|
H A D | sin.c | 14 double inv_pi, pi_1, pi_2, pi_3, shift, range_val; member 26 .range_val = 0x1p23, 81 svbool_t cmp = svacle (pg, x, d->range_val); in SV_NAME_D1()
|
H A D | tanf.c | 16 float c0, c2, c4, range_val, shift; member 36 .range_val = 0x1p15f, .shift = 0x1.8p+23f 98 svbool_t cmp = svacge (pg, x, d->range_val); in SV_NAME_F1()
|
H A D | tan.c | 17 double half_pi_hi, half_pi_lo, range_val; member 30 .range_val = 0x1p23, 109 svbool_t special = svnot_z (pg, svaclt (pg, x, dat->range_val)); in SV_NAME_D1()
|