Searched refs:sinhf (Results 1 – 25 of 31) sorted by relevance
12
/third_party/musl/src/complex/ |
D | csinhf.c | 51 return CMPLXF(sinhf(x), y); in csinhf() 53 return CMPLXF(sinhf(x) * cosf(y), coshf(x) * sinf(y)); in csinhf()
|
D | ctanhf.c | 62 s = sinhf(x); in ctanhf()
|
D | ccoshf.c | 53 return CMPLXF(coshf(x) * cosf(y), sinhf(x) * sinf(y)); in ccoshf()
|
/third_party/musl/src/math/ |
D | sinhf.c | 3 float sinhf(float x) in sinhf() function
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | sinhf.c | 3 float sinhf(float x) in sinhf() function
|
/third_party/musl/libc-test/src/math/ |
D | sinhf.c | 27 y = sinhf(p->x); in main()
|
D | test_src_math.gni | 176 "sinhf",
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | explicit_symbols.inc | 88 INLINE_DEF_FLOAT_SYMBOL(sinhf, 1)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | VecFuncs.def | 57 TLI_DEFINE_VECFUNC("sinhf", "vsinhf", 4) 128 TLI_DEFINE_VECFUNC("sinhf", "__sinhf4_massv", 4)
|
D | TargetLibraryInfo.def | 1174 /// float sinhf(float x); 1175 TLI_DEFINE_ENUM_INTERNAL(sinhf) 1176 TLI_DEFINE_STRING_INTERNAL("sinhf")
|
/third_party/boost/libs/qvm/test/ |
D | math_test.cpp | 46 test1<float>(&boost::qvm::sinh<float>, &::sinhf); in main()
|
/third_party/glib/glib/gnulib/ |
D | gnulib_math.h.in | 1992 # 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/ |
D | math.hpp | 49 template <> BOOST_QVM_INLINE_TRIVIAL float sinh<float>( float x ) { return ::sinhf(x); } in sinh()
|
/third_party/musl/libc-test/src/api/ |
D | math.c | 212 {float(*p)(float) = sinhf;} in f()
|
/third_party/musl/ndk_musl_include/ |
D | math.h | 340 float sinhf(float);
|
/third_party/musl/include/ |
D | math.h | 340 float sinhf(float);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | math.h | 340 float sinhf(float);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | math.h | 340 float sinhf(float);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | math.h | 340 float sinhf(float);
|
/third_party/musl/libc-test/src/math/gen/ |
D | functions.h | 125 T(sinhf, f_f)
|
D | mplibm.c | 207 int mpsinhf(struct t *t) { return mpf1(t, sinhf); } in mpsinhf()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/ |
D | unary_op_grad_impl.cu | 108 T sinhy = static_cast<T>(sinhf(inputf)); in AcoshGradKernel()
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | LLVMJIT.cpp | 477 functions.try_emplace("sinhf", reinterpret_cast<void *>(sinhf)); in Resolver()
|
/third_party/musl/porting/liteos_a/kernel/ |
D | musl.gni | 266 "$MUSLPORTINGDIR/src/math/sinhf.c",
|
/third_party/musl/ |
D | libc.map.txt | 1649 sinhf;
|
12