Home
last modified time | relevance | path

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

12

/third_party/musl/src/complex/
Dcsinhf.c51 return CMPLXF(sinhf(x), y); in csinhf()
53 return CMPLXF(sinhf(x) * cosf(y), coshf(x) * sinf(y)); in csinhf()
Dctanhf.c62 s = sinhf(x); in ctanhf()
Dccoshf.c53 return CMPLXF(coshf(x) * cosf(y), sinhf(x) * sinf(y)); in ccoshf()
/third_party/musl/src/math/
Dsinhf.c3 float sinhf(float x) in sinhf() function
/third_party/musl/porting/liteos_a/kernel/src/math/
Dsinhf.c3 float sinhf(float x) in sinhf() function
/third_party/musl/libc-test/src/math/
Dsinhf.c27 y = sinhf(p->x); in main()
Dtest_src_math.gni176 "sinhf",
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
Dexplicit_symbols.inc88 INLINE_DEF_FLOAT_SYMBOL(sinhf, 1)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DVecFuncs.def57 TLI_DEFINE_VECFUNC("sinhf", "vsinhf", 4)
128 TLI_DEFINE_VECFUNC("sinhf", "__sinhf4_massv", 4)
DTargetLibraryInfo.def1174 /// float sinhf(float x);
1175 TLI_DEFINE_ENUM_INTERNAL(sinhf)
1176 TLI_DEFINE_STRING_INTERNAL("sinhf")
/third_party/boost/libs/qvm/test/
Dmath_test.cpp46 test1<float>(&boost::qvm::sinh<float>, &::sinhf); in main()
/third_party/glib/glib/gnulib/
Dgnulib_math.h.in1992 # undef sinhf
1993 # define sinhf rpl_sinhf macro
1995 _GL_FUNCDECL_RPL (sinhf, float, (float x));
1996 _GL_CXXALIAS_RPL (sinhf, float, (float x));
1999 # undef sinhf
2000 _GL_FUNCDECL_SYS (sinhf, float, (float x));
2002 _GL_CXXALIAS_SYS (sinhf, float, (float x));
2004 _GL_CXXALIASWARN (sinhf);
2006 # undef sinhf
2008 _GL_WARN_ON_USE (sinhf, "sinhf is unportable - "
[all …]
/third_party/boost/boost/qvm/
Dmath.hpp49 template <> BOOST_QVM_INLINE_TRIVIAL float sinh<float>( float x ) { return ::sinhf(x); } in sinh()
/third_party/musl/libc-test/src/api/
Dmath.c212 {float(*p)(float) = sinhf;} in f()
/third_party/musl/ndk_musl_include/
Dmath.h340 float sinhf(float);
/third_party/musl/include/
Dmath.h340 float sinhf(float);
/third_party/musl/porting/uniproton/kernel/include/
Dmath.h340 float sinhf(float);
/third_party/musl/porting/liteos_m/kernel/include/
Dmath.h340 float sinhf(float);
/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h340 float sinhf(float);
/third_party/musl/libc-test/src/math/gen/
Dfunctions.h125 T(sinhf, f_f)
Dmplibm.c207 int mpsinhf(struct t *t) { return mpf1(t, sinhf); } in mpsinhf()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dunary_op_grad_impl.cu108 T sinhy = static_cast<T>(sinhf(inputf)); in AcoshGradKernel()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMJIT.cpp477 functions.try_emplace("sinhf", reinterpret_cast<void *>(sinhf)); in Resolver()
/third_party/musl/porting/liteos_a/kernel/
Dmusl.gni266 "$MUSLPORTINGDIR/src/math/sinhf.c",
/third_party/musl/
Dlibc.map.txt1649 sinhf;

12