Home
last modified time | relevance | path

Searched refs:specialcase (Results 1 – 23 of 23) sorted by relevance

/third_party/optimized-routines/math/
Dv_cosf.c34 specialcase (v_f32_t x, v_f32_t y, v_u32_t cmp) in specialcase() function
72 return specialcase (x, y, cmp); in V_NAME()
Dv_logf.c33 specialcase (v_f32_t x, v_f32_t y, v_u32_t cmp) in specialcase() function
69 return specialcase (x, y, cmp); in V_NAME()
Dv_sinf.c33 specialcase (v_f32_t x, v_f32_t y, v_u32_t cmp) in specialcase() function
71 return specialcase (x, y, cmp); in V_NAME()
Dv_exp2f_1u.c30 specialcase (v_f32_t poly, v_f32_t n, v_u32_t e, v_f32_t absn) in specialcase() function
72 return specialcase (poly, n, e, absn); in V_NAME()
Dv_sin.c42 specialcase (v_f64_t x, v_f64_t y, v_u64_t cmp) in specialcase() function
82 return specialcase (x, y, cmp); in V_NAME()
Dv_cos.c43 specialcase (v_f64_t x, v_f64_t y, v_u64_t cmp) in specialcase() function
83 return specialcase (x, y, cmp); in V_NAME()
Dv_exp2f.c30 specialcase (v_f32_t poly, v_f32_t n, v_u32_t e, v_f32_t absn, v_u32_t cmp1, v_f32_t scale) in specialcase() function
74 return specialcase (poly, n, e, absn, cmp, scale); in V_NAME()
Dv_expf_1u.c33 specialcase (v_f32_t poly, v_f32_t n, v_u32_t e, v_f32_t absn) in specialcase() function
77 return specialcase (poly, n, e, absn); in V_NAME()
Dv_log.c57 specialcase (v_f64_t x, v_f64_t y, v_u64_t cmp) in specialcase() function
100 return specialcase (x, y, cmp); in V_NAME()
Dv_exp.c43 specialcase (v_f64_t s, v_f64_t y, v_f64_t n) in specialcase() function
90 return specialcase (s, y, n); in V_NAME()
Dv_expf.c33 specialcase (v_f32_t poly, v_f32_t n, v_u32_t e, v_f32_t absn, v_u32_t cmp1, v_f32_t scale) in specialcase() function
79 return specialcase (poly, n, e, absn, cmp, scale); in V_NAME()
Dexp2.c31 specialcase (double_t tmp, uint64_t sbits, uint64_t ki) in specialcase() function
131 return specialcase (tmp, sbits, ki); in exp2()
Dexp.c33 specialcase (double_t tmp, uint64_t sbits, uint64_t ki) in specialcase() function
149 return specialcase (tmp, sbits, ki); in exp_inline()
Dv_powf.c141 specialcase (v_f32_t x, v_f32_t y, v_f32_t ret, v_u32_t cmp) in specialcase() function
231 return specialcase (x, y, ret, cmp); in V_NAME()
Dpow.c128 specialcase (double_t tmp, uint64_t sbits, uint64_t ki) in specialcase() function
241 return specialcase (tmp, sbits, ki); in exp_inline()
/third_party/musl/src/math/
Dexp2.c29 static inline double specialcase(double_t tmp, uint64_t sbits, uint64_t ki) in specialcase() function
116 return specialcase(tmp, sbits, ki); in exp2()
Dexp.c31 static inline double specialcase(double_t tmp, uint64_t sbits, uint64_t ki) in specialcase() function
129 return specialcase(tmp, sbits, ki); in exp()
Dpow.c124 static inline double specialcase(double_t tmp, uint64_t sbits, uint64_t ki) in specialcase() function
226 return specialcase(tmp, sbits, ki); in exp_inline()
/third_party/musl/porting/liteos_a/kernel/src/math/
Dexp2.c29 static inline double specialcase(double_t tmp, uint64_t sbits, uint64_t ki) in specialcase() function
116 return specialcase(tmp, sbits, ki); in exp2()
Dexp.c31 static inline double specialcase(double_t tmp, uint64_t sbits, uint64_t ki) in specialcase() function
129 return specialcase(tmp, sbits, ki); in exp()
Dpow.c124 static inline double specialcase(double_t tmp, uint64_t sbits, uint64_t ki) in specialcase() function
226 return specialcase(tmp, sbits, ki); in exp_inline()
/third_party/musl/porting/uniproton/kernel/src/math/
Dpow.c124 static inline double specialcase(double_t tmp, uint64_t sbits, uint64_t ki) in specialcase() function
226 return specialcase(tmp, sbits, ki); in exp_inline()
/third_party/musl/porting/liteos_m/kernel/src/math/
Dpow.c124 static inline double specialcase(double_t tmp, uint64_t sbits, uint64_t ki) in specialcase() function
226 return specialcase(tmp, sbits, ki); in exp_inline()