| /external/rust/crates/libm/src/math/ |
| D | cosh.rs | 11 pub fn cosh(mut x: f64) -> f64 { in cosh() function
|
| D | mod.rs | 111 mod cosh; module
|
| /external/musl/src/math/ |
| D | cosh.c | 7 double cosh(double x) in cosh() function
|
| /external/arm-optimized-routines/pl/math/ |
| D | cosh_2u.c | 42 cosh (double x) in cosh() function
|
| D | v_cosh_2u.c | 71 VPCS_ATTR v_f64_t V_NAME (cosh) (v_f64_t x) in V_NAME() argument
|
| /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
|
| /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 | real.rs | 718 fn cosh(self) -> Self; in cosh() method
|
| D | float.rs | 1782 fn cosh(self) -> Self; in cosh() method
|
| /external/cronet/buildtools/third_party/libc++/trunk/include/ |
| D | math.h | 677 inline _LIBCPP_HIDE_FROM_ABI float cosh(float __x) _NOEXCEPT {return __builtin_coshf(__… in cosh() function 680 _LIBCPP_HIDE_FROM_ABI double cosh(double __x) _NOEXCEPT { in cosh() function 684 inline _LIBCPP_HIDE_FROM_ABI long double cosh(long double __x) _NOEXCEPT {return __builtin_coshl(__… in cosh() function 690 cosh(_A1 __x) _NOEXCEPT {return __builtin_cosh((double)__x);} in cosh() function
|
| /external/clang/lib/Headers/ |
| D | __clang_cuda_cmath.h | 57 __DEVICE__ float cosh(float __x) { return ::coshf(__x); } in cosh() function
|
| /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 | 326 WORD16 cosh, sinh; in ixheaacd_fwd_modulation() local 1246 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/cronet/buildtools/third_party/libc++/trunk/test/std/numerics/c.math/ |
| D | cmath.pass.cpp | 41 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/rust/crates/half/src/ |
| D | num_traits.rs | 552 fn cosh(self) -> Self { in cosh() method 1290 fn cosh(self) -> Self { in cosh() method
|
| /external/libxaac/decoder/generic/ |
| D | ixheaacd_qmf_dec_generic.c | 500 WORD16 cosh, sinh; in ixheaacd_fwd_modulation() local 1491 WORD32 cosh, sinh; in ixheaacd_esbr_fwd_modulation() local
|
| /external/skia/src/core/ |
| D | SkPathBuilder.cpp | 430 double cosh = dot(befored, afterd); in arcTo() local
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/depr/depr.c.headers/ |
| D | math_h.pass.cpp | 41 Ambiguous cosh(Ambiguous){ return Ambiguous(); } in cosh() function
|
| /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 | 1513 static expr cosh(float arg) { return expr(std::cosh(arg)); } in cosh() function 2473 inline expr cosh(half arg) { return functions::cosh(arg); } in cosh() function 2474 inline expr cosh(expr arg) { return functions::cosh(arg); } in cosh() function
|