Home
last modified time | relevance | path

Searched refs:sinh_cosh (Results 1 – 25 of 34) sorted by relevance

12

/dports/math/mppp/mppp-0.26/test/
H A Dreal_hyper.cpp143 sinh_cosh(sop, cop, real{32});
149 …REQUIRE_THROWS_PREDICATE(sinh_cosh(sop, sop, real{32}), std::invalid_argument, [](const std::inval… in __anonfd0a7d190102()
158 sinh_cosh(sop, cop, sop);
166 sinh_cosh(sop, cop, cop);
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/alga-0.9.3/src/general/
H A Dcomplex.rs116 fn sinh_cosh(self) -> (Self, Self) { in sinh_cosh() method
754 let (isinh, icosh) = self.im.sinh_cosh(); in sin_cos()
844 fn sinh_cosh(self) -> (Self, Self) { in sinh_cosh() method
845 let (rsinh, rcosh) = self.re.sinh_cosh(); in sinh_cosh()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/alga-0.9.2/src/general/
H A Dcomplex.rs120 fn sinh_cosh(self) -> (Self, Self) { in sinh_cosh() method
758 let (isinh, icosh) = self.im.sinh_cosh(); in sin_cos()
848 fn sinh_cosh(self) -> (Self, Self) { in sinh_cosh() method
849 let (rsinh, rcosh) = self.re.sinh_cosh(); in sinh_cosh()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/simba/src/scalar/
H A Dcomplex.rs85 fn [<$($prefix)* sinh_cosh>](self) -> (Self, Self) {
1302 let (isinh, icosh) = self.im.sinh_cosh(); in sin_cos()
1392 fn sinh_cosh(self) -> (Self, Self) { in sinh_cosh() method
1393 let (rsinh, rcosh) = self.re.sinh_cosh(); in sinh_cosh()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/simba/src/simd/
H A Dsimd_complex.rs151 self.sinh_cosh() in simd_sinh_cosh()
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/mpfr-4.1.0-p13-c/src/
H A DMakefile.am46 swap.c factorial.c cosh.c sinh.c tanh.c sinh_cosh.c acosh.c asinh.c \
H A DMakefile.in177 sinh_cosh.lo acosh.lo asinh.lo atanh.lo atan.lo cmp2.lo \
326 ./$(DEPDIR)/sinh.Plo ./$(DEPDIR)/sinh_cosh.Plo \
548 swap.c factorial.c cosh.c sinh.c tanh.c sinh_cosh.c acosh.c asinh.c \
923 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sinh_cosh.Plo@am__quote@ # am--include-marker
1377 -rm -f ./$(DEPDIR)/sinh_cosh.Plo
1664 -rm -f ./$(DEPDIR)/sinh_cosh.Plo
/dports/math/kalker/kalker-1.1.0/cargo-crates/rug-1.11.0/src/float/
H A Dbig.rs5996 pub fn sinh_cosh(mut self, mut cos: Self) -> (Self, Self) { in sinh_cosh() method
6053 xmpfr::sinh_cosh(self, cos, (), round) in sinh_cosh_round()
9415 ref_math_op1_2_float! { xmpfr::sinh_cosh; struct SinhCoshIncomplete {} }
/dports/math/kalker/kalker-1.1.0/cargo-crates/rug-1.11.0/src/ext/
H A Dxmpfr.rs252 pub fn sinh_cosh<O: OptFloat>( in sinh_cosh() function
261 ordering2(unsafe { mpfr::sinh_cosh(rop_sin, rop_cos, op, raw_round(rnd)) }) in sinh_cosh()
/dports/math/py-gmpy2/gmpy2-2.1.1/docs/
H A Dmpfr.rst745 **sinh_cosh(...)**
746 sinh_cosh(x) returns a tuple containing the hyperbolic sine and cosine of
/dports/math/py-gmpy2-devel/gmpy-gmpy2-2.1.0b5/docs/
H A Dmpfr.rst749 **sinh_cosh(...)**
750 sinh_cosh(x) returns a tuple containing the hyperbolic sine and cosine of
/dports/math/py-gmpy2-devel/gmpy-gmpy2-2.1.0b5/src/
H A Dgmpy2_math.c936 GMPY_MPFR_UNIOP_TEMPLATE_EX(Sinh_Cosh, sinh_cosh)
/dports/math/py-gmpy2/gmpy2-2.1.1/src/
H A Dgmpy2_math.c908 GMPY_MPFR_UNIOP_TEMPLATEWT(Sinh_Cosh, sinh_cosh)
/dports/math/polymake/polymake-4.5/lib/core/include/
H A DAccurateFloat.h1380 void sinh_cosh(AccurateFloat& s, AccurateFloat& c, const AccurateFloat& a) in sinh_cosh() function
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/src/
H A Dmpfr.rs956 pub fn sinh_cosh(sop: mpfr_ptr, cop: mpfr_ptr, op: mpfr_srcptr, rnd: rnd_t) -> c_int; in sinh_cosh() function
/dports/science/madness/madness-ebb3fd7/src/apps/nick/
H A Dmpreal.h301 …friend int sinh_cosh(mpreal& s, mpreal& c, const mpreal& v, mp_rnd_t rnd_mode = mpreal::default_rn…
2517 inline int sinh_cosh(mpreal& s, mpreal& c, const mpreal& v, mp_rnd_t rnd_mode) in sinh_cosh() function
/dports/science/bagel/bagel-1.2.2/src/integral/rys/interpolate/
H A Dmpreal.h396 …friend int sinh_cosh (mpreal& s, mpreal& c, const mpreal& v, mp_rnd_t rnd_mode = mpreal…
2540 inline int sinh_cosh(mpreal& s, mpreal& c, const mpreal& v, mp_rnd_t rnd_mode)
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/unsupported/test/mpreal/
H A Dmpreal.h458 friend int sinh_cosh (mpreal& s, mpreal& c, const mpreal& v, mp_rnd_t rnd_mode);
2367 inline int sinh_cosh(mpreal& s, mpreal& c, const mpreal& v, mp_rnd_t rnd_mode = mpreal::get_default…
/dports/science/bagel/bagel-1.2.2/src/integral/carsph_gen/
H A Dmpreal.h396 …friend int sinh_cosh (mpreal& s, mpreal& c, const mpreal& v, mp_rnd_t rnd_mode = mpreal…
2540 inline int sinh_cosh(mpreal& s, mpreal& c, const mpreal& v, mp_rnd_t rnd_mode)
/dports/science/bagel/bagel-1.2.2/src/integral/comprys/interpolate/
H A Dmpreal.h396 …friend int sinh_cosh (mpreal& s, mpreal& c, const mpreal& v, mp_rnd_t rnd_mode = mpreal…
2540 inline int sinh_cosh(mpreal& s, mpreal& c, const mpreal& v, mp_rnd_t rnd_mode)
/dports/science/bagel/bagel-1.2.2/src/integral/ecp/wigner3j_gen/
H A Dmpreal.h396 …friend int sinh_cosh (mpreal& s, mpreal& c, const mpreal& v, mp_rnd_t rnd_mode = mpreal…
2540 inline int sinh_cosh(mpreal& s, mpreal& c, const mpreal& v, mp_rnd_t rnd_mode)
/dports/science/bagel/bagel-1.2.2/src/integral/ecp/testcode/ang_proj/
H A Dmpreal.h396 …friend int sinh_cosh (mpreal& s, mpreal& c, const mpreal& v, mp_rnd_t rnd_mode = mpreal…
2540 inline int sinh_cosh(mpreal& s, mpreal& c, const mpreal& v, mp_rnd_t rnd_mode)
/dports/graphics/wdune/wdune-1.926/vcglib/eigenlib/unsupported/test/mpreal/
H A Dmpreal.h458 friend int sinh_cosh (mpreal& s, mpreal& c, const mpreal& v, mp_rnd_t rnd_mode);
2367 inline int sinh_cosh(mpreal& s, mpreal& c, const mpreal& v, mp_rnd_t rnd_mode = mpreal::get_default…
/dports/math/eigen3/eigen-3.3.9/unsupported/test/mpreal/
H A Dmpreal.h412 friend int sinh_cosh (mpreal& s, mpreal& c, const mpreal& v, mp_rnd_t rnd_mode);
2399 inline int sinh_cosh(mpreal& s, mpreal& c, const mpreal& v, mp_rnd_t rnd_mode = mpreal::get_default…
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/unsupported/test/mpreal/
H A Dmpreal.h412 friend int sinh_cosh (mpreal& s, mpreal& c, const mpreal& v, mp_rnd_t rnd_mode);
2399 inline int sinh_cosh(mpreal& s, mpreal& c, const mpreal& v, mp_rnd_t rnd_mode = mpreal::get_default…

12