Searched defs:halfsign (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/arm-optimized-routines/math/aarch64/sve/ |
| H A D | atanhf.c | 18 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 D | atanh.c | 34 svfloat64_t halfsign = svreinterpret_f64 (svorr_x (pg, sign, Half)); in SV_NAME_D1() local
|
| H A D | sinhf.c | 41 svfloat32_t halfsign = svreinterpret_f32 (svorr_x (pg, sign, d->halff)); in SV_NAME_F1() local
|
| H A D | sinh.c | 83 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 D | atanh.c | 25 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 D | sinhf.c | 35 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 D | atanhf.c | 33 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 D | sinh.c | 53 float64x2_t halfsign = vreinterpretq_f64_u64 ( in V_NAME_D1() local
|
| /freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/ |
| H A D | sinh_3u.c | 30 double halfsign = asdouble (Half | sign); in sinh() local
|
| H A D | sinhf_2u3.c | 31 float halfsign = asfloat (Half | sign); in sinhf() local
|
| H A D | atanh_3u.c | 74 double halfsign = asdouble (Half | sign); in atanh() local
|
| H A D | atanhf_3u1.c | 77 float halfsign = asfloat (Half | sign); in atanhf() local
|