Searched defs:coshf (Results 1 - 8 of 8) sorted by relevance

/external/stlport/stlport/stl/config/
H A D_como.h117 # define coshf cosh macro
/external/stlport/stlport/stl/
H A D_cmath.h87 inline float coshf(float v) { return __coshf(v); } function
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dimports.h124 #define coshf(f) ((float) cosh(f)) macro
/external/mesa3d/src/mesa/main/
H A Dimports.h124 #define coshf(f) ((float) cosh(f)) macro
/external/bison/darwin-lib/
H A Dmath.h829 # undef coshf
830 _GL_FUNCDECL_SYS (coshf, float, (float x));
832 _GL_CXXALIAS_SYS (coshf, float, (float x));
833 _GL_CXXALIASWARN (coshf);
835 # undef coshf macro
837 _GL_WARN_ON_USE (coshf, "coshf is unportable - "
838 "use gnulib module coshf for portability");
/external/bison/lib/
H A Dmath.in.h517 # undef coshf macro
518 _GL_FUNCDECL_SYS (coshf, float, (float x));
520 _GL_CXXALIAS_SYS (coshf, float, (float x));
521 _GL_CXXALIASWARN (coshf); variable
523 # undef coshf macro
525 _GL_WARN_ON_USE (coshf, "coshf is unportable - "
526 "use gnulib module coshf for portability");
/external/bison/linux-lib/
H A Dmath.h829 # undef coshf
830 _GL_FUNCDECL_SYS (coshf, float, (float x));
832 _GL_CXXALIAS_SYS (coshf, float, (float x));
833 _GL_CXXALIASWARN (coshf);
835 # undef coshf macro
837 _GL_WARN_ON_USE (coshf, "coshf is unportable - "
838 "use gnulib module coshf for portability");
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h170 /// float coshf(float x);
171 coshf, enumerator in enum:llvm::LibFunc::Func

Completed in 83 milliseconds