Searched refs:expf (Results 1 – 4 of 4) sorted by relevance
125 # define expf exp macro
71 #define sk_float_exp(x) expf(x)
90 inline float expf(float v) { return __expf(v); } in expf() function
4951 * stlport/stl/_cmath.h: removed logf, expf, sinf, cosf; option4994 * stlport/stl/_cmath.h: added logf, expf, sinf, cosf---this fix