Home
last modified time | relevance | path

Searched defs:sinh (Results 1 – 25 of 34) sorted by relevance

12

/third_party/gstreamer/gstplugins_good/gst/audiofx/
Dmath_compat.h41 sinh (gdouble x) in sinh() function
/third_party/musl/src/math/
Dsinh.c7 double sinh(double x) in sinh() function
/third_party/musl/porting/liteos_a/kernel/src/math/
Dsinh.c7 double sinh(double x) in sinh() function
/third_party/jerryscript/jerry-libm/
Dsinh.c53 sinh (double x) in sinh() function
/third_party/boost/boost/qvm/
Dmath.hpp49 template <> BOOST_QVM_INLINE_TRIVIAL float sinh<float>( float x ) { return ::sinhf(x); } in sinh() function
71 template <> BOOST_QVM_INLINE_TRIVIAL double sinh<double>( double x ) { return ::sinh(x); } in sinh() function
93 …template <> BOOST_QVM_INLINE_TRIVIAL long double sinh<long double>( long double x ) { return ::sin… in sinh() function
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_trigonometric.inl112 GLM_FUNC_QUALIFIER vecType<T, P> sinh(vecType<T, P> const & v) function
/third_party/typescript/src/lib/
Des2015.core.d.ts136 sinh(x: number): number; method
/third_party/typescript/lib/
Dlib.es2015.core.d.ts156 sinh(x: number): number; method
/third_party/boost/boost/numeric/interval/
Dtransc.hpp158 interval<T, Policies> sinh(const interval<T, Policies>& x) in sinh() function
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/
DScriptTag.java103 sinh("Sinhala"), enumConstant
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/
DScriptTag.java103 sinh("Sinhala"), enumConstant
/third_party/mindspore/mindspore/ops/
Dfunctional.py109 sinh = P.Sinh() variable
/third_party/musl/include/
Dtgmath.h263 #define sinh(x) __tg_real_complex(sinh, (x)) macro
/third_party/musl/porting/uniproton/kernel/include/
Dtgmath.h263 #define sinh(x) __tg_real_complex(sinh, (x)) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dtgmath.h263 #define sinh(x) __tg_real_complex(sinh, (x)) macro
/third_party/musl/ndk_musl_include/
Dtgmath.h263 #define sinh(x) __tg_real_complex(sinh, (x)) macro
/third_party/boost/boost/math/concepts/
Dstd_real_concept.hpp223 inline boost::math::concepts::std_real_concept sinh(boost::math::concepts::std_real_concept a) in sinh() function
Dreal_concept.hpp253 inline real_concept sinh(real_concept a) in sinh() function
/third_party/boost/boost/math/cstdfloat/
Dcstdfloat_complex_std.hpp515 …inline complex<BOOST_CSTDFLOAT_EXTENDED_COMPLEX_FLOAT_TYPE> sinh(const complex<BOOST_CSTDFLOAT_EXT… in sinh() function
Dcstdfloat_cmath.hpp668 …inline boost::math::cstdfloat::detail::float_internal128_t sinh(boost::math::cstdfloat::detail::… in sinh() function
/third_party/skia/src/core/
DSkPathBuilder.cpp430 double sinh = befored.cross(afterd); in arcTo() local
/third_party/boost/boost/math/bindings/
De_float.hpp341 inline e_float sinh (const e_float& x) in sinh() function
Drr.hpp777 inline RR sinh(RR z) in sinh() function
/third_party/boost/boost/math/
Dquaternion.hpp1206 inline quaternion<T> sinh(quaternion<T> const & q) in sinh() function
Doctonion.hpp4181 inline octonion<T> sinh(octonion<T> const & o) in sinh() function

12