Searched refs:specialcase (Results 1 – 3 of 3) sorted by relevance
/picolibc-latest/newlib/libm/common/ |
D | exp2.c | 54 specialcase (double_t tmp, uint64_t sbits, uint64_t ki) in specialcase() function 154 return specialcase (tmp, sbits, ki); in exp2()
|
D | exp.c | 56 specialcase (double_t tmp, uint64_t sbits, uint64_t ki) in specialcase() function 167 return specialcase (tmp, sbits, ki); in exp()
|
D | pow.c | 151 specialcase (double_t tmp, uint64_t sbits, uint64_t ki) in specialcase() function 268 return specialcase (tmp, sbits, ki); in exp_inline()
|