Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a/kernel/src/math/
H A 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()
H A 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()
H A 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/src/math/
H A 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()
H A 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()
H A 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/optimized-routines/math/
H A Dexp2.c31 specialcase (double_t tmp, uint64_t sbits, uint64_t ki) in specialcase() function
131 return specialcase (tmp, sbits, ki); in exp2()
H A 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 cos()
H A 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 cosf()
H A 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 exp()
H A 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 log()
H A 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 expf()
H A 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 exp2f()
H A 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 exp2f_1u()
H A 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 expf_1u()
H A 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 sin()
H A 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 logf()
H A 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 sinf()
H A Dexp.c33 specialcase (double_t tmp, uint64_t sbits, uint64_t ki) in specialcase() function
149 return specialcase (tmp, sbits, ki); in exp_inline()
H A 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 powf()
H A 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/porting/uniproton/kernel/src/math/
H A 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/
H A 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()

Completed in 10 milliseconds