Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/plugins/
DArrayCwiseUnaryOps.h318 cosh() const in cosh() function
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DMathUtils.java407 public static double cosh(double x) { in cosh() method in MathUtils
DFastMath.java284 public static double cosh(double x) { in cosh() method in FastMath
/external/apache-commons-math/src/main/java/org/apache/commons/math/complex/
DComplex.java580 public Complex cosh() { in cosh() method in Complex
/external/clang/lib/Headers/
D__clang_cuda_cmath.h57 __DEVICE__ float cosh(float __x) { return ::coshf(__x); } in cosh() function
Dtgmath.h351 #define cosh(__x) __tg_cosh(__tg_promote1((__x))(__x)) macro
/external/libcxx/include/
Dmath.h858 inline _LIBCPP_INLINE_VISIBILITY float cosh(float __lcpp_x) _NOEXCEPT {return ::coshf(_… in cosh() function
859 inline _LIBCPP_INLINE_VISIBILITY long double cosh(long double __lcpp_x) _NOEXCEPT {return ::coshl(_… in cosh() function
865 cosh(_A1 __lcpp_x) _NOEXCEPT {return ::cosh((double)__lcpp_x);} in cosh() function
/external/libxaac/decoder/armv8/
Dixheaacd_qmf_dec_armv8.c328 WORD16 cosh, sinh; in ixheaacd_fwd_modulation() local
1127 WORD32 cosh, sinh; in ixheaacd_esbr_fwd_modulation() local
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp40 Ambiguous cosh(Ambiguous){ return Ambiguous(); } in cosh() function
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp42 Ambiguous cosh(Ambiguous){ return Ambiguous(); } in cosh() function
/external/libxaac/decoder/generic/
Dixheaacd_qmf_dec_generic.c492 WORD16 cosh, sinh; in ixheaacd_fwd_modulation() local
1362 WORD32 cosh, sinh; in ixheaacd_esbr_fwd_modulation() local
/external/v8/src/base/
Dieee754.cc2591 double cosh(double x) { in cosh() function
/external/swiftshader/src/Pipeline/
DShaderCore.cpp1648 void ShaderCore::cosh(Vector4f &dst, const Vector4f &src, bool pp) in cosh() function in sw::ShaderCore
/external/swiftshader/src/Shader/
DShaderCore.cpp1648 void ShaderCore::cosh(Vector4f &dst, const Vector4f &src, bool pp) in cosh() function in sw::ShaderCore
/external/skia/src/core/
DSkPath.cpp1574 SkScalar cosh = SkPoint::DotProduct(before, after); in arcTo() local
/external/skqp/src/core/
DSkPath.cpp1574 SkScalar cosh = SkPoint::DotProduct(before, after); in arcTo() local