Searched refs:specialcase (Results 1 – 3 of 3) sorted by relevance
/external/arm-optimized-routines/math/ |
D | exp2.c | 30 specialcase (double_t tmp, uint64_t sbits, uint64_t ki) in specialcase() function 130 return specialcase (tmp, sbits, ki); in exp2()
|
D | exp.c | 32 specialcase (double_t tmp, uint64_t sbits, uint64_t ki) in specialcase() function 148 return specialcase (tmp, sbits, ki); in exp_inline()
|
D | pow.c | 127 specialcase (double_t tmp, uint64_t sbits, uint64_t ki) in specialcase() function 240 return specialcase (tmp, sbits, ki); in exp_inline()
|