Searched refs:coshf (Results 1 - 15 of 15) sorted by relevance

/external/stlport/stlport/stl/config/
H A D_como.h117 # define coshf cosh macro
/external/clang/test/CodeGen/
H A Dlibcall-declarations.c68 float coshf(float);
275 F(cosf), F(cosl), F(cosh), F(coshf), F(coshl),
367 // CHECK-NOERRNO: declare float @coshf(float) [[NUW]]
/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.h193 /// float coshf(float x);
194 coshf, enumerator in enum:llvm::LibFunc::Func
/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/ltrace/etc/
H A Dlibm.so.conf49 float coshf(float);
/external/llvm/lib/Target/
H A DTargetLibraryInfo.cpp107 "coshf",
511 TLI.setUnavailable(LibFunc::coshf);
/external/stlport/stlport/stl/
H A D_cmath.h87 inline float coshf(float v) { return __coshf(v); } function
/external/clang/lib/Headers/
H A Dtgmath.h328 __tg_cosh(float __x) {return coshf(__x);}
/external/libcxx/test/depr/depr.c.headers/
H A Dmath_h.disabled.cpp69 static_assert((std::is_same<decltype(coshf(0)), float>::value), "");
/external/libcxx/test/numerics/c.math/
H A Dcmath.disabled.cpp157 static_assert((std::is_same<decltype(std::coshf(0)), float>::value), "");
/external/bison/
H A Dconfigure24887 for gl_func in acosf acosl asinf asinl atanf atanl cbrt cbrtf cbrtl ceilf ceill copysign copysignf copysignl cosf cosl coshf expf expl exp2 exp2f exp2l expm1 expm1f expm1l fabsf fabsl floorf floorl fma fmaf fmal fmod fmodf fmodl frexpf frexpl hypotf hypotl ilogb ilogbf ilogbl ldexpf ldexpl log logf logl log10 log10f log10l log1p log1pf log1pl log2 log2f log2l logb logbf logbl modf modff modfl powf remainder remainderf remainderl rint rintf rintl round roundf roundl sinf sinl sinhf sqrtf sqrtl tanf tanl tanhf trunc truncf truncl; do

Completed in 3801 milliseconds