Home
last modified time | relevance | path

Searched defs:halfsign (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Datanhf.c18 special_case (svuint32_t iax, svuint32_t sign, svfloat32_t halfsign, in special_case()
35 svfloat32_t halfsign = svreinterpret_f32 (svorr_x (pg, sign, Half)); in SV_NAME_F1() local
H A Datanh.c34 svfloat64_t halfsign = svreinterpret_f64 (svorr_x (pg, sign, Half)); in SV_NAME_D1() local
H A Dsinhf.c41 svfloat32_t halfsign = svreinterpret_f32 (svorr_x (pg, sign, d->halff)); in SV_NAME_F1() local
H A Dsinh.c83 svfloat64_t halfsign = svreinterpret_f64 (svorr_x (pg, sign, d->halff)); in SV_NAME_D1() local
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Datanh.c25 special_case (float64x2_t x, float64x2_t halfsign, float64x2_t y, in special_case()
42 float64x2_t halfsign = vbslq_f64 (d->sign_mask, x, v_f64 (0.5)); in V_NAME_D1() local
H A Dsinhf.c35 special_case (float32x4_t x, float32x4_t t, float32x4_t halfsign, in special_case()
52 float32x4_t halfsign = vreinterpretq_f32_u32 ( in V_NAME_F1() local
H A Datanhf.c33 special_case (float32x4_t x, float32x4_t halfsign, float32x4_t y, in special_case()
48 float32x4_t halfsign = vbslq_f32 (AbsMask, v_f32 (0.5), x); in V_NAME_F1() local
H A Dsinh.c53 float64x2_t halfsign = vreinterpretq_f64_u64 ( in V_NAME_D1() local
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/
H A Dsinh_3u.c30 double halfsign = asdouble (Half | sign); in sinh() local
H A Dsinhf_2u3.c31 float halfsign = asfloat (Half | sign); in sinhf() local
H A Datanh_3u.c74 double halfsign = asdouble (Half | sign); in atanh() local
H A Datanhf_3u1.c77 float halfsign = asfloat (Half | sign); in atanhf() local