Searched defs:coshf (Results 1 - 8 of 8) sorted by relevance
/external/stlport/stlport/stl/config/ |
H A D | _como.h | 117 # define coshf cosh macro
|
/external/stlport/stlport/stl/ |
H A D | _cmath.h | 87 inline float coshf(float v) { return __coshf(v); } function
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
H A D | imports.h | 124 #define coshf(f) ((float) cosh(f)) macro
|
/external/mesa3d/src/mesa/main/ |
H A D | imports.h | 124 #define coshf(f) ((float) cosh(f)) macro
|
/external/bison/darwin-lib/ |
H A D | math.h | 829 # 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 D | math.in.h | 517 # 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 D | math.h | 829 # 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 D | TargetLibraryInfo.h | 170 /// float coshf(float x); 171 coshf, enumerator in enum:llvm::LibFunc::Func
|
Completed in 83 milliseconds