Home
last modified time | relevance | path

Searched defs:coshf (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_como.h117 # define coshf cosh macro
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cmath.h87 inline float coshf(float v) { return __coshf(v); } in coshf() function