/third_party/optimized-routines/math/ |
D | v_cosf.c | 34 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()
|
D | v_logf.c | 33 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()
|
D | v_sinf.c | 33 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()
|
D | v_exp2f_1u.c | 30 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()
|
D | v_sin.c | 42 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()
|
D | v_cos.c | 43 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()
|
D | v_exp2f.c | 30 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()
|
D | v_expf_1u.c | 33 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()
|
D | v_log.c | 57 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()
|
D | v_exp.c | 43 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()
|
D | v_expf.c | 33 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()
|
D | exp2.c | 31 specialcase (double_t tmp, uint64_t sbits, uint64_t ki) in specialcase() function 131 return specialcase (tmp, sbits, ki); in exp2()
|
D | exp.c | 33 specialcase (double_t tmp, uint64_t sbits, uint64_t ki) in specialcase() function 149 return specialcase (tmp, sbits, ki); in exp_inline()
|
D | v_powf.c | 141 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()
|
D | pow.c | 128 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/ |
D | exp2.c | 29 static inline double specialcase(double_t tmp, uint64_t sbits, uint64_t ki) in specialcase() function 116 return specialcase(tmp, sbits, ki); in exp2()
|
D | exp.c | 31 static inline double specialcase(double_t tmp, uint64_t sbits, uint64_t ki) in specialcase() function 129 return specialcase(tmp, sbits, ki); in exp()
|
D | pow.c | 124 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/ |
D | exp2.c | 29 static inline double specialcase(double_t tmp, uint64_t sbits, uint64_t ki) in specialcase() function 116 return specialcase(tmp, sbits, ki); in exp2()
|
D | exp.c | 31 static inline double specialcase(double_t tmp, uint64_t sbits, uint64_t ki) in specialcase() function 129 return specialcase(tmp, sbits, ki); in exp()
|
D | pow.c | 124 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/ |
D | pow.c | 124 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/ |
D | pow.c | 124 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()
|