Searched refs:_exp2f (Results 1 – 3 of 3) sorted by relevance
38 return _exp2f(x); in exp2f()
53 return (_exp2f((float)(M_LOG2E) * x)); in _expf()
75 static __inline float _exp2f(float x) in _exp2f() function