Home
last modified time | relevance | path

Searched refs:sinhf (Results 1 – 22 of 22) sorted by relevance

/external/stlport/stlport/stl/config/
D_como.h113 # define sinhf sinh macro
/external/clang/test/CodeGen/
Dlibcall-declarations.c164 float sinhf(float);
294 F(sin), F(sinf), F(sinl), F(sinh), F(sinhf),
/external/bison/linux-lib/
Dmath.h2166 # undef sinhf
2167 _GL_FUNCDECL_SYS (sinhf, float, (float x));
2169 _GL_CXXALIAS_SYS (sinhf, float, (float x));
2170 _GL_CXXALIASWARN (sinhf);
2172 # undef sinhf
2174 _GL_WARN_ON_USE (sinhf, "sinhf is unportable - "
/external/bison/lib/
Dmath.in.h1854 # undef sinhf
1855 _GL_FUNCDECL_SYS (sinhf, float, (float x));
1857 _GL_CXXALIAS_SYS (sinhf, float, (float x));
1858 _GL_CXXALIASWARN (sinhf);
1860 # undef sinhf
1862 _GL_WARN_ON_USE (sinhf, "sinhf is unportable - "
/external/bison/darwin-lib/
Dmath.h2166 # undef sinhf
2167 _GL_FUNCDECL_SYS (sinhf, float, (float x));
2169 _GL_CXXALIAS_SYS (sinhf, float, (float x));
2170 _GL_CXXALIASWARN (sinhf);
2172 # undef sinhf
2174 _GL_WARN_ON_USE (sinhf, "sinhf is unportable - "
/external/llvm/include/llvm/Target/
DTargetLibraryInfo.h530 sinhf, enumerator
/external/ltrace/etc/
Dlibm.so.conf45 float sinhf(float);
/external/chromium_org/third_party/cython/src/Cython/Includes/numpy/
Dmath.pxd61 float sinhf "npy_sinhf"(float x)
/external/chromium_org/third_party/mesa/src/src/mesa/main/
Dimports.h138 #define sinhf(f) ((float) sinh(f)) macro
/external/mesa3d/src/mesa/main/
Dimports.h138 #define sinhf(f) ((float) sinh(f)) macro
/external/llvm/lib/Target/
DTargetLibraryInfo.cpp520 TLI.setUnavailable(LibFunc::sinhf); in initialize()
/external/llvm/test/Transforms/InstCombine/
Dwin-math.ll205 ; WIN32-NOT: float @sinhf
/external/bison/m4/
Dmath_h.m452 rint rintf rintl round roundf roundl sinf sinl sinhf sqrtf sqrtl
/external/stlport/stlport/stl/
D_cmath.h88 inline float sinhf(float v) { return __sinhf(v); } in sinhf() function
/external/libcxx/include/
Dcmath123 float sinhf(float x);
987 using ::sinhf;
990 inline _LIBCPP_INLINE_VISIBILITY float sinh(float __x) _NOEXCEPT {return sinhf(__x);}
/external/libcxx/test/depr/depr.c.headers/
Dmath_h.disabled.cpp168 static_assert((std::is_same<decltype(sinhf(0)), float>::value), ""); in test_sinh()
/external/clang/lib/Headers/
Dtgmath.h357 __tg_sinh(float __x) {return sinhf(__x);} in __tg_sinh()
/external/chromium_org/third_party/mesa/
Dchromium.patch1205 data.f[c] = sinhf(op[0]->value.f[c]);
1221 data.f[c] = sinhf(op[0]->value.f[c]);
/external/clang/include/clang/Basic/
DBuiltins.def1042 LIBBUILTIN(sinhf, "ff", "fne", "math.h", ALL_LANGUAGES)
/external/libcxx/test/numerics/c.math/
Dcmath.disabled.cpp383 static_assert((std::is_same<decltype(std::sinhf(0)), float>::value), ""); in test_sinh()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1204_abilist.txt3181 fun:sinhf=uninstrumented
/external/bison/
Dconfigure24887 …remainderf remainderl rint rintf rintl round roundf roundl sinf sinl sinhf sqrtf sqrtl t…