Home
last modified time | relevance | path

Searched refs:special_case (Results 1 – 25 of 103) sorted by relevance

12345

/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dlog1pf.c29 special_case (float32x4_t x, uint32x4_t cmp, const struct data *d) in special_case() function
52 return special_case (x, special_cases, d); in V_NAME_F1()
62 special_case (float32x4_t x, uint32x4_t cmp) in special_case() function
77 return special_case (x, special_cases); in V_NAME_F1()
H A Dexp2.c46 special_case (float64x2_t x, float64x2_t y, uint64x2_t is_special) in special_case() function
59 special_case (float64x2_t s, float64x2_t y, float64x2_t n, in special_case() function
115 return special_case (s, y, n, d); in V_NAME_D1()
117 return special_case (xc, vfmaq_f64 (s, s, y), cmp); in V_NAME_D1()
H A Dexp.c49 special_case (float64x2_t x, float64x2_t y, uint64x2_t cmp) in special_case() function
64 special_case (float64x2_t s, float64x2_t y, float64x2_t n) in special_case() function
121 return special_case (xm, vfmaq_f64 (s, y, s), cmp); in V_NAME_D1()
123 return special_case (s, y, n); in V_NAME_D1()
H A Dexp2f.c43 special_case (float32x4_t x, float32x4_t y, uint32x4_t cmp) in special_case() function
53 special_case (float32x4_t poly, float32x4_t n, uint32x4_t e, uint32x4_t cmp1, in special_case() function
108 return special_case (xm, vfmaq_f32 (scale, poly, scale), cmp); in V_NAME_F1()
110 return special_case (poly, n, e, cmp, scale, d); in V_NAME_F1()
H A Datanh.c25 special_case (float64x2_t x, float64x2_t halfsign, float64x2_t y, in special_case() function
57 return special_case (x, halfsign, y, special, d); in V_NAME_D1()
59 return special_case (ax, halfsign, y, special, d); in V_NAME_D1()
H A Datanhf.c33 special_case (float32x4_t x, float32x4_t halfsign, float32x4_t y, in special_case() function
72 return special_case (x, halfsign, y, special); in V_NAME_F1()
74 return special_case (ax, halfsign, y, special); in V_NAME_F1()
H A Dexpf.c47 special_case (float32x4_t x, float32x4_t y, uint32x4_t cmp) in special_case() function
57 special_case (float32x4_t poly, float32x4_t n, uint32x4_t e, uint32x4_t cmp1, in special_case() function
116 return special_case (xm, vfmaq_f32 (scale, poly, scale), cmp); in V_NAME_F1()
118 return special_case (poly, n, e, cmp, scale, d); in V_NAME_F1()
H A Dexp10f.c57 special_case (float32x4_t x, float32x4_t y, uint32x4_t cmp) in special_case() function
69 special_case (float32x4_t poly, float32x4_t n, uint32x4_t e, uint32x4_t cmp1, in special_case() function
129 return special_case (xm, vfmaq_f32 (scale, poly, scale), cmp); in V_NAME_F1()
131 return special_case (poly, n, e, cmp, scale, d); in V_NAME_F1()
H A Dexp10.c53 special_case (float64x2_t x, float64x2_t y, uint64x2_t cmp) in special_case() function
68 special_case (float64x2_t s, float64x2_t y, float64x2_t n, in special_case() function
131 return special_case (xm, vfmaq_f64 (s, y, s), cmp); in V_NAME_D1()
133 return special_case (s, y, n, d); in V_NAME_D1()
H A Dhypot.c32 special_case (float64x2_t x, float64x2_t y, float64x2_t sqsum, in special_case() function
66 return special_case (x, y, sqsum, special); in V_NAME_D2()
83 return special_case (x, y, sqsum, special); in V_NAME_D2()
H A Dhypotf.c32 special_case (float32x4_t x, float32x4_t y, float32x4_t sqsum, in special_case() function
65 return special_case (x, y, sqsum, special); in V_NAME_F2()
82 return special_case (x, y, sqsum, special); in V_NAME_F2()
H A Dtan.c42 special_case (float64x2_t x) in special_case() function
64 return special_case (x); in V_NAME_D1()
110 return special_case (x); in V_NAME_D1()
H A Dcexpif.c13 special_case (float32x4_t x, uint32x4_t special, float32x4x2_t y) in special_case() function
35 return special_case (x, special, sc); in _ZGVnN4v_cexpif()
H A Dcexpi.c13 special_case (float64x2_t x, uint64x2_t special, float64x2x2_t y) in special_case() function
33 return special_case (x, special, sc); in _ZGVnN2v_cexpi()
H A Dsincos.c29 special_case (float64x2_t x, uint64x2_t special, double *out_sin, in special_case() function
55 special_case (x, special, out_sin, out_cos); in _ZGVnN2vl8l8_sincos()
H A Dsincosf.c29 special_case (float32x4_t x, uint32x4_t special, float *out_sin, in special_case() function
56 special_case (x, special, out_sin, out_cos); in _ZGVnN4vl4l4_sincosf()
H A Dexpm1.c38 special_case (float64x2_t x, uint64x2_t special, const struct data *d) in special_case() function
66 return special_case (x, special, d); in V_NAME_D1()
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dlog1pf.c14 special_case (svfloat32_t x, svbool_t special) in special_case() function
31 return special_case (x, special); in SV_NAME_F1()
H A Dexpf.c27 special_case (svfloat32_t x, svbool_t special, const struct sv_expf_data *d) in special_case() function
41 return special_case (x, is_special_case, &d->d); in SV_NAME_F1()
H A Dcexpif.c13 special_case (svfloat32_t x, svbool_t special, svfloat32x2_t y) in special_case() function
35 return special_case (x, special, sc); in _ZGVsMxv_cexpif()
H A Dcexpi.c13 special_case (svfloat64_t x, svbool_t special, svfloat64x2_t y) in special_case() function
33 return special_case (x, special, sc); in _ZGVsMxv_cexpi()
H A Dcoshf.c24 special_case (svfloat32_t x, svfloat32_t half_e, svfloat32_t half_over_e, in special_case() function
51 return special_case (x, half_e, half_over_e, special); in SV_NAME_F1()
H A Dhypotf.c16 special_case (svfloat32_t sqsum, svfloat32_t x, svfloat32_t y, svbool_t pg, in special_case() function
35 return special_case (sqsum, x, y, pg, special); in SV_NAME_F2()
H A Dacosh.c18 special_case (svfloat64_t x, svfloat64_t y, svbool_t special) in special_case() function
40 return special_case (x, sv_log1p_inline (y, pg), special); in SV_NAME_D1()
H A Dacoshf.c17 special_case (svfloat32_t xm1, svfloat32_t tmp, svbool_t special) in special_case() function
40 return special_case (xm1, tmp, special); in SV_NAME_F1()

12345