Home
last modified time | relevance | path

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

/external/rust/crates/libm/src/math/
Dcosh.rs11 pub fn cosh(mut x: f64) -> f64 { in cosh() function
Dmod.rs95 mod cosh; module
/external/musl/src/math/
Dcosh.c7 double cosh(double x) in cosh() function
/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/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/eigen/Eigen/src/plugins/
DArrayCwiseUnaryOps.h353 cosh() const in cosh() function
/external/rust/crates/num-traits/src/
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
Dreal.rs718 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/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/musl/include/
Dtgmath.h223 #define cosh(x) __tg_real_complex(cosh, (x)) macro
/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/skia/src/core/
DSkPathBuilder.cpp429 double cosh = befored.dot(afterd); in arcTo() local
DSkPath.cpp1346 double cosh = befored.dot(afterd); in arcTo() local
/external/ComputeLibrary/include/half/
Dhalf.hpp1511 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/
Dhalf.hpp1511 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/
Dnp_math_ops.py691 def cosh(x): function
/external/angle/src/compiler/translator/
DSymbolTable_ESSL_autogen.cpp2494 constexpr const ImmutableString cosh("cosh"); variable
DSymbolTable_autogen.cpp3084 constexpr const ImmutableString cosh("cosh"); variable