Home
last modified time | relevance | path

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

12345678910>>...56

/dports/math/SCIP/scip-7.0.3/src/cppad/core/
H A Datan2.hpp86 inline float atan2(float x, float y) in atan2() function
89 inline double atan2(double x, double y) in atan2() function
95 AD<Base> atan2 (const AD<Base> &y, const AD<Base> &x) in atan2() function
127 inline AD<Base> atan2 (const VecAD_reference<Base> &y, const AD<Base> &x) in atan2() function
131 inline AD<Base> atan2 (const AD<Base> &y, const VecAD_reference<Base> &x) in atan2() function
135 inline AD<Base> atan2 in atan2() function
/dports/math/cppad/CppAD-20210000.8/include/cppad/core/
H A Datan2.hpp84 inline float atan2(float x, float y) in atan2() function
87 inline double atan2(double x, double y) in atan2() function
93 AD<Base> atan2 (const AD<Base> &y, const AD<Base> &x) in atan2() function
138 AD<Base> atan2 (const VecAD_reference<Base> &y, const AD<Base> &x) in atan2() function
142 AD<Base> atan2 (const AD<Base> &y, const VecAD_reference<Base> &x) in atan2() function
146 AD<Base> atan2 in atan2() function
/dports/math/stanmath/math-4.2.0/stan/math/fwd/fun/
H A Datan2.hpp13 inline fvar<T> atan2(const fvar<T>& x1, const fvar<T>& x2) { in atan2() function
21 inline fvar<T> atan2(double x1, const fvar<T>& x2) { in atan2() function
28 inline fvar<T> atan2(const fvar<T>& x1, double x2) { in atan2() function
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/stan/math/fwd/scal/fun/
H A Datan2.hpp12 inline fvar<T> atan2(const fvar<T>& x1, const fvar<T>& x2) { in atan2() function
20 inline fvar<T> atan2(double x1, const fvar<T>& x2) { in atan2() function
27 inline fvar<T> atan2(const fvar<T>& x1, double x2) { in atan2() function
/dports/math/stanmath/math-4.2.0/stan/math/rev/fun/
H A Datan2.hpp27 inline var atan2(const var& a, const var& b) { in atan2() function
48 inline var atan2(const var& a, double b) { in atan2() function
92 inline var atan2(double a, const var& b) { in atan2() function
/dports/math/blaze/blaze-3.8/blaze/math/simd/
H A DAtan2.h70 BLAZE_ALWAYS_INLINE const SIMDfloat atan2( const SIMDf32<T>& a, const SIMDf32<T>& b ) noexcept in atan2() function
124 BLAZE_ALWAYS_INLINE const SIMDdouble atan2( const SIMDf64<T>& a, const SIMDf64<T>& b ) noexcept in atan2() function
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/stan/math/rev/scal/fun/
H A Datan2.hpp61 inline var atan2(const var& a, const var& b) { in atan2() function
77 inline var atan2(const var& a, double b) { in atan2() function
117 inline var atan2(double a, const var& b) { in atan2() function
/dports/math/kfr/kfr-4.2.1/include/kfr/math/
H A Datan.hpp77 KFR_FUNCTION common_type<T1, T2> atan2(const T1& x, const T2& y) in atan2() function
86 KFR_FUNCTION internal::expression_function<fn::atan2, E1, E2> atan2(E1&& x, E2&& y) in atan2() function
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/src/math/i386/
H A Datan2.s3 atan2: label
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/math/i386/
H A Datan2.s3 atan2: label
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/src/math/i386/
H A Datan2.s3 atan2: label
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/src/math/i386/
H A Datan2.s3 atan2: label
/dports/lang/zig/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/math/i386/
H A Datan2.s3 atan2: label
/dports/lang/zig/zig-0.9.0/lib/libc/musl/src/math/i386/
H A Datan2.s3 atan2: label
/dports/math/octave-forge-symbolic/symbolic-2.9.0/inst/@sym/
H A Datan2.m43 function a = atan2(y, x) function
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/native/fdlibm/
H A Dw_atan2.c23 double atan2(double y, double x) /* wrapper atan2 */ in atan2() function
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libm/math/
H A Dw_atan2.c70 double atan2(double y, double x) /* wrapper atan2 */ in atan2() function
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libm/machine/spu/
H A Dw_atan2.c4 double atan2(double y, double x) in atan2() function
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/native/libfdlibm/
H A Dw_atan2.c35 double atan2(double y, double x) /* wrapper atan2 */ in atan2() function
/dports/lang/squeak/Squeak-4.10.2.2614-src/Cross/plugins/FloatMathPlugin/fdlibm/
H A Dw_atan2.c23 double atan2(double y, double x) /* wrapper atan2 */ in atan2() function
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/native/libfdlibm/
H A Dw_atan2.c35 double atan2(double y, double x) /* wrapper atan2 */ in atan2() function
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/java/lang/
H A Dw_atan2.c83 double atan2(double y, double x) /* wrapper atan2 */ in atan2() function
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/native/fdlibm/
H A Dw_atan2.c23 double atan2(double y, double x) /* wrapper atan2 */ in atan2() function
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libm/machine/spu/
H A Dw_atan2.c4 double atan2(double y, double x) in atan2() function
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libm/math/
H A Dw_atan2.c81 double atan2(double y, double x) /* wrapper atan2 */ in atan2() function

12345678910>>...56