Searched defs:coshf (Results 1 – 2 of 2) sorted by relevance
/external/stlport/stlport/stl/config/ | ||
D | _como.h | 117 # define coshf cosh macro |
/external/stlport/stlport/stl/ | ||
D | _cmath.h | 87 inline float coshf(float v) { return __coshf(v); } in coshf() function |