Home
last modified time | relevance | path

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

12

/external/rust/crates/libm/src/math/
Dcosh.rs11 pub fn cosh(mut x: f64) -> f64 { in cosh() function
Dmod.rs95 mod cosh; module
/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_trigonometric.inl121 GLM_FUNC_QUALIFIER vecType<T, P> cosh(vecType<T, P> const & v) function
/external/eigen/Eigen/src/plugins/
DArrayCwiseUnaryOps.h319 cosh() const in cosh() function
/external/llvm-project/clang/lib/Headers/openmp_wrappers/
Dcomplex_cmath.h279 __DEVICE__ std::complex<_Tp> cosh(const std::complex<_Tp> &__x) { 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/rust/crates/num-traits/src/
Dreal.rs718 fn cosh(self) -> Self; in cosh() method
Dfloat.rs1726 fn cosh(self) -> Self; in cosh() method
2089 fn cosh(self) -> Self { in cosh() method
2224 fn cosh(self) -> Self { in cosh() method
/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/llvm-project/libcxx/include/
Dmath.h854 inline _LIBCPP_INLINE_VISIBILITY float cosh(float __lcpp_x) _NOEXCEPT {return ::coshf(_… in cosh() function
855 inline _LIBCPP_INLINE_VISIBILITY long double cosh(long double __lcpp_x) _NOEXCEPT {return ::coshl(_… in cosh() function
861 cosh(_A1 __lcpp_x) _NOEXCEPT {return ::cosh((double)__lcpp_x);} in cosh() function
/external/llvm-project/clang/lib/Headers/
D__clang_cuda_cmath.h51 __DEVICE__ float cosh(float __x) { return ::coshf(__x); } in cosh() function
D__clang_cuda_math.h86 __DEVICE__ double cosh(double __a) { return __nv_cosh(__a); } in cosh() function
Dtgmath.h344 #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.c330 WORD16 cosh, sinh; in ixheaacd_fwd_modulation() local
1129 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/skia/src/core/
DSkPathBuilder.cpp412 double cosh = befored.dot(afterd); in arcTo() local
/external/llvm-project/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp41 Ambiguous cosh(Ambiguous){ return Ambiguous(); } in cosh() function
/external/llvm-project/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/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_math_ops.py691 def cosh(x): function

12