Searched defs:expf (Results 1 – 2 of 2) sorted by relevance
/external/stlport/stlport/stl/config/ | ||
D | _como.h | 125 # define expf exp macro |
/external/stlport/stlport/stl/ | ||
D | _cmath.h | 90 inline float expf(float v) { return __expf(v); } in expf() function |