Home
last modified time | relevance | path

Searched defs:cosh (Results 1 – 25 of 28) sorted by relevance

12

/third_party/gstreamer/gstplugins_good/gst/audiofx/
Dmath_compat.h49 cosh (gdouble x) in cosh() function
/third_party/musl/porting/liteos_a/kernel/src/math/
Dcosh.c7 double cosh(double x) in cosh() function
/third_party/musl/src/math/
Dcosh.c7 double cosh(double x) in cosh() function
/third_party/jerryscript/jerry-libm/
Dcosh.c57 cosh (double x) in cosh() function
/third_party/boost/boost/qvm/
Dmath.hpp48 template <> BOOST_QVM_INLINE_TRIVIAL float cosh<float>( float x ) { return ::coshf(x); } in cosh() function
70 template <> BOOST_QVM_INLINE_TRIVIAL double cosh<double>( double x ) { return ::cosh(x); } in cosh() function
92 …template <> BOOST_QVM_INLINE_TRIVIAL long double cosh<long double>( long double x ) { return ::cos… in cosh() function
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_trigonometric.inl121 GLM_FUNC_QUALIFIER vecType<T, P> cosh(vecType<T, P> const & v) function
/third_party/typescript/src/lib/
Des2015.core.d.ts130 cosh(x: number): number; method
/third_party/typescript/lib/
Dlib.es2015.core.d.ts150 cosh(x: number): number; method
/third_party/boost/boost/numeric/interval/
Dtransc.hpp168 interval<T, Policies> cosh(const interval<T, Policies>& x) in cosh() function
/third_party/musl/include/
Dtgmath.h223 #define cosh(x) __tg_real_complex(cosh, (x)) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dtgmath.h227 #define cosh(x) __tg_real_complex(cosh, (x)) macro
/third_party/boost/boost/math/concepts/
Dstd_real_concept.hpp185 inline boost::math::concepts::std_real_concept cosh(boost::math::concepts::std_real_concept a) in cosh() function
Dreal_concept.hpp208 inline real_concept cosh(real_concept a) in cosh() function
/third_party/boost/boost/math/cstdfloat/
Dcstdfloat_complex_std.hpp531 …inline complex<BOOST_CSTDFLOAT_EXTENDED_COMPLEX_FLOAT_TYPE> cosh(const complex<BOOST_CSTDFLOAT_EXT… in cosh() function
Dcstdfloat_cmath.hpp669 …inline boost::math::cstdfloat::detail::float_internal128_t cosh(boost::math::cstdfloat::detail::… in cosh() function
/third_party/skia/src/core/
DSkPathBuilder.cpp429 double cosh = befored.dot(afterd); in arcTo() local
DSkPath.cpp1346 double cosh = befored.dot(afterd); in arcTo() local
/third_party/boost/boost/math/bindings/
De_float.hpp346 inline e_float cosh (const e_float& x) in cosh() function
Drr.hpp782 inline RR cosh(RR z) in cosh() function
/third_party/boost/boost/math/
Dquaternion.hpp1199 inline quaternion<T> cosh(quaternion<T> const & q) in cosh() function
Doctonion.hpp4174 inline octonion<T> cosh(octonion<T> const & o) in cosh() function
/third_party/quickjs/
Dqjscalc.js2598 function cosh(a) function
/third_party/boost/boost/math/differentiation/
Dautodiff.hpp1804 fvar<RealType, Order> cosh(fvar<RealType, Order> const& cr) { in cosh() function
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShaderCore.cpp1662 void ShaderCore::cosh(Vector4f &dst, const Vector4f &src, bool pp) in cosh() function in sw::ShaderCore
/third_party/flutter/skia/src/core/
DSkPath.cpp1600 double cosh = befored.dot(afterd); in arcTo() local

12