Home
last modified time | relevance | path

Searched refs:__expm1f (Results 1 – 6 of 6) sorted by relevance

/sysdeps/ieee754/flt-32/
A Ds_tanhf.c51 t = __expm1f(two*fabsf(x)); in __tanhf()
54 t = __expm1f(-two*fabsf(x)); in __tanhf()
A De_coshf.c37 t = __expm1f(fabsf(x)); in __ieee754_coshf()
A De_sinhf.c44 t = __expm1f(fabsf(x)); in __ieee754_sinhf()
A Ds_expm1f.c40 __expm1f(float x) in __expm1f() function
A De_gammaf_r.c105 return ret + ret * __expm1f (exp_adj); in gammaf_positive()
/sysdeps/i386/fpu/
A Ds_expm1f.S48 ENTRY(__expm1f)
110 END(__expm1f)

Completed in 5 milliseconds