/external/rust/crates/libm/src/math/ |
D | cosh.rs | 11 pub fn cosh(mut x: f64) -> f64 { in cosh() function
|
D | mod.rs | 95 mod cosh; module
|
/external/musl/src/math/ |
D | cosh.c | 7 double cosh(double x) in cosh() function
|
/external/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
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
D | MathUtils.java | 407 public static double cosh(double x) { in cosh() method in MathUtils
|
D | FastMath.java | 284 public static double cosh(double x) { in cosh() method in FastMath
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/complex/ |
D | Complex.java | 580 public Complex cosh() { in cosh() method in Complex
|
/external/eigen/Eigen/src/plugins/ |
D | ArrayCwiseUnaryOps.h | 353 cosh() const in cosh() function
|
/external/rust/crates/num-traits/src/ |
D | float.rs | 1726 fn cosh(self) -> Self; in cosh() method 2089 fn cosh(self) -> Self { in cosh() method 2224 fn cosh(self) -> Self { in cosh() method
|
D | real.rs | 718 fn cosh(self) -> Self; in cosh() method
|
/external/clang/lib/Headers/ |
D | __clang_cuda_cmath.h | 57 __DEVICE__ float cosh(float __x) { return ::coshf(__x); } in cosh() function
|
D | tgmath.h | 351 #define cosh(__x) __tg_cosh(__tg_promote1((__x))(__x)) macro
|
/external/libcxx/include/ |
D | math.h | 858 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/ |
D | ixheaacd_qmf_dec_armv8.c | 330 WORD16 cosh, sinh; in ixheaacd_fwd_modulation() local 1129 WORD32 cosh, sinh; in ixheaacd_esbr_fwd_modulation() local
|
/external/musl/include/ |
D | tgmath.h | 223 #define cosh(x) __tg_real_complex(cosh, (x)) macro
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 40 Ambiguous cosh(Ambiguous){ return Ambiguous(); } in cosh() function
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 42 Ambiguous cosh(Ambiguous){ return Ambiguous(); } in cosh() function
|
/external/libxaac/decoder/generic/ |
D | ixheaacd_qmf_dec_generic.c | 492 WORD16 cosh, sinh; in ixheaacd_fwd_modulation() local 1362 WORD32 cosh, sinh; in ixheaacd_esbr_fwd_modulation() local
|
/external/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
|
/external/ComputeLibrary/include/half/ |
D | half.hpp | 1511 static expr cosh(float arg) { return expr(std::cosh(arg)); } in cosh() function 2471 inline expr cosh(half arg) { return functions::cosh(arg); } in cosh() function 2472 inline expr cosh(expr arg) { return functions::cosh(arg); } in cosh() function
|
/external/armnn/third-party/half/ |
D | half.hpp | 1511 static expr cosh(float arg) { return expr(std::cosh(arg)); } in cosh() function 2471 inline expr cosh(half arg) { return functions::cosh(arg); } in cosh() function 2472 inline expr cosh(expr arg) { return functions::cosh(arg); } in cosh() function
|
/external/tensorflow/tensorflow/python/ops/numpy_ops/ |
D | np_math_ops.py | 691 def cosh(x): function
|
/external/angle/src/compiler/translator/ |
D | SymbolTable_ESSL_autogen.cpp | 2494 constexpr const ImmutableString cosh("cosh"); variable
|
D | SymbolTable_autogen.cpp | 3084 constexpr const ImmutableString cosh("cosh"); variable
|