Home
last modified time | relevance | path

Searched refs:coshf (Results 1 – 4 of 4) sorted by relevance

/external/stlport/stlport/stl/config/
D_como.h117 # define coshf cosh macro
/external/stlport/stlport/stl/
D_cmath.h87 inline float coshf(float v) { return __coshf(v); } in coshf() function
/external/clang/lib/Headers/
Dtgmath.h328 __tg_cosh(float __x) {return coshf(__x);} in __tg_cosh()
/external/mesa3d/src/glsl/
Dir_constant_expression.cpp1075 data.f[c] = coshf(op[0]->value.f[c]); in constant_expression_value()