Home
last modified time | relevance | path

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

12345678910>>...62

/dports/math/stanmath/math-4.2.0/stan/math/rev/fun/
H A Dcosh.hpp44 inline var cosh(const var& a) { in cosh() function
58 inline auto cosh(const VarMat& a) { in cosh() function
71 inline std::complex<var> cosh(const std::complex<var>& z) { in cosh() function
/dports/math/blaze/blaze-3.8/blaze/math/simd/
H A DCosh.h69 BLAZE_ALWAYS_INLINE const SIMDfloat cosh( const SIMDf32<T>& a ) noexcept in cosh() function
122 BLAZE_ALWAYS_INLINE const SIMDdouble cosh( const SIMDf64<T>& a ) noexcept in cosh() function
/dports/math/stanmath/math-4.2.0/stan/math/fwd/fun/
H A Dcosh.hpp15 inline fvar<T> cosh(const fvar<T>& x) { in cosh() function
29 inline std::complex<fvar<T>> cosh(const std::complex<fvar<T>>& z) { in cosh() function
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/stdc/
H A Dtime.d162 @system tm* gmtime(const scope time_t* timer); // @system: MT-Unsafe race:tmbuf env locale
164 @system tm* localtime(const scope time_t* timer); // @system: MT-Unsafe race:tmbuf env locale
166 @system size_t strftime(scope char* s, size_t maxsize, const scope char* format, const scope tm* t…
171 void tzset(); // non-standard
173 void _tzset(); // non-standard
/dports/math/stanmath/math-4.2.0/stan/math/prim/fun/
H A Dcosh.hpp43 inline auto cosh(const Container& x) { in cosh() function
57 inline auto cosh(const Container& x) { in cosh() function
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/include/
H A Djobs.h40 struct cosh struct
42 struct cosh *next; argument
43 Coshell_t *coshell; argument
49 extern pid_t sh_copid(struct cosh*); argument
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/include/
H A Djobs.h40 struct cosh struct
42 struct cosh *next; argument
43 Coshell_t *coshell; argument
49 extern pid_t sh_copid(struct cosh*); argument
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/include/
H A Djobs.h48 struct cosh struct
50 struct cosh *next; argument
51 Coshell_t *coshell; argument
57 extern pid_t sh_copid(struct cosh*); argument
/dports/math/kfr/kfr-4.2.1/include/kfr/math/
H A Dhyperbolic.hpp51 KFR_FUNCTION flt_type<T1> cosh(const T1& x) in cosh() function
58 KFR_FUNCTION internal::expression_function<fn::cosh, E1> cosh(E1&& x) in cosh() function
/dports/devel/thrust/thrust-1.9.5/thrust/detail/complex/
H A Dccosh.h194 inline complex<ValueType> cosh(const complex<ValueType>& z){ in cosh() function
209 inline thrust::complex<double> cosh(const thrust::complex<double>& z){ in cosh() function
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/foundation-0.0.25/Foundation/Math/
H A DTrigonometry.hs47 cosh = Prelude.cosh function
62 cosh = Prelude.cosh function
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/native/fdlibm/
H A Dw_cosh.c21 double cosh(double x) /* wrapper cosh */ in cosh() function
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libm/machine/spu/
H A Dw_cosh.c4 double cosh(double x) in cosh() function
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/native/fdlibm/
H A Dw_cosh.c21 double cosh(double x) /* wrapper cosh */ in cosh() function
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/native/libfdlibm/
H A Dw_cosh.c34 double cosh(double x) /* wrapper cosh */ in cosh() function
/dports/lang/squeak/Squeak-4.10.2.2614-src/Cross/plugins/FloatMathPlugin/fdlibm/
H A Dw_cosh.c21 double cosh(double x) /* wrapper cosh */ in cosh() function
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/native/libfdlibm/
H A Dw_cosh.c34 double cosh(double x) /* wrapper cosh */ in cosh() function
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/native/fdlibm/
H A Dw_cosh.c21 double cosh(double x) /* wrapper cosh */ in cosh() function
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libm/machine/spu/
H A Dw_cosh.c4 double cosh(double x) in cosh() function
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libm/math/
H A Dw_cosh.c74 double cosh(double x) /* wrapper cosh */ in cosh() function
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libm/mathfp/
H A Dsf_cosh.c28 double cosh (double x) in cosh() function
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/native/fdlibm/
H A Dw_cosh.c21 double cosh(double x) /* wrapper cosh */ in cosh() function
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/native/libfdlibm/
H A Dw_cosh.c34 double cosh(double x) /* wrapper cosh */ in cosh() function
/dports/math/octave-forge-stk/stk/inst/arrays/@stk_dataframe/
H A Dcosh.m29 function ydata = cosh (x) function
/dports/math/octave-forge-symbolic/symbolic-2.9.0/inst/@sym/
H A Dcosh.m39 function y = cosh(x) function

12345678910>>...62