/third_party/gstreamer/gstplugins_good/gst/audiofx/ |
D | math_compat.h | 49 cosh (gdouble x) in cosh() function
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | cosh.c | 7 double cosh(double x) in cosh() function
|
/third_party/musl/src/math/ |
D | cosh.c | 7 double cosh(double x) in cosh() function
|
/third_party/jerryscript/jerry-libm/ |
D | cosh.c | 57 cosh (double x) in cosh() function
|
/third_party/boost/boost/qvm/ |
D | math.hpp | 48 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/ |
D | func_trigonometric.inl | 121 GLM_FUNC_QUALIFIER vecType<T, P> cosh(vecType<T, P> const & v) function
|
/third_party/typescript/src/lib/ |
D | es2015.core.d.ts | 130 cosh(x: number): number; method
|
/third_party/typescript/lib/ |
D | lib.es2015.core.d.ts | 150 cosh(x: number): number; method
|
/third_party/boost/boost/numeric/interval/ |
D | transc.hpp | 168 interval<T, Policies> cosh(const interval<T, Policies>& x) in cosh() function
|
/third_party/musl/include/ |
D | tgmath.h | 223 #define cosh(x) __tg_real_complex(cosh, (x)) macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | tgmath.h | 227 #define cosh(x) __tg_real_complex(cosh, (x)) macro
|
/third_party/boost/boost/math/concepts/ |
D | std_real_concept.hpp | 185 inline boost::math::concepts::std_real_concept cosh(boost::math::concepts::std_real_concept a) in cosh() function
|
D | real_concept.hpp | 208 inline real_concept cosh(real_concept a) in cosh() function
|
/third_party/boost/boost/math/cstdfloat/ |
D | cstdfloat_complex_std.hpp | 531 …inline complex<BOOST_CSTDFLOAT_EXTENDED_COMPLEX_FLOAT_TYPE> cosh(const complex<BOOST_CSTDFLOAT_EXT… in cosh() function
|
D | cstdfloat_cmath.hpp | 669 …inline boost::math::cstdfloat::detail::float_internal128_t cosh(boost::math::cstdfloat::detail::… in cosh() function
|
/third_party/skia/src/core/ |
D | SkPathBuilder.cpp | 429 double cosh = befored.dot(afterd); in arcTo() local
|
D | SkPath.cpp | 1346 double cosh = befored.dot(afterd); in arcTo() local
|
/third_party/boost/boost/math/bindings/ |
D | e_float.hpp | 346 inline e_float cosh (const e_float& x) in cosh() function
|
D | rr.hpp | 782 inline RR cosh(RR z) in cosh() function
|
/third_party/boost/boost/math/ |
D | quaternion.hpp | 1199 inline quaternion<T> cosh(quaternion<T> const & q) in cosh() function
|
D | octonion.hpp | 4174 inline octonion<T> cosh(octonion<T> const & o) in cosh() function
|
/third_party/quickjs/ |
D | qjscalc.js | 2598 function cosh(a) function
|
/third_party/boost/boost/math/differentiation/ |
D | autodiff.hpp | 1804 fvar<RealType, Order> cosh(fvar<RealType, Order> const& cr) { in cosh() function
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | ShaderCore.cpp | 1662 void ShaderCore::cosh(Vector4f &dst, const Vector4f &src, bool pp) in cosh() function in sw::ShaderCore
|
/third_party/flutter/skia/src/core/ |
D | SkPath.cpp | 1600 double cosh = befored.dot(afterd); in arcTo() local
|