Home
last modified time | relevance | path

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

12345678910>>...74

/dports/math/blaze/blaze-3.8/blaze/math/functors/
H A DAbs.h84 struct Abs struct
105 static constexpr bool simdEnabled() { return HasSIMDAbs_v<T>; } in simdEnabled() argument
113 static constexpr bool paddingEnabled() { return true; } in paddingEnabled()
144 struct YieldsUniform<Abs,T> argument
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/JEGA/eddy/utilities/include/inline/
H A DMath.hpp.inl182 Math::Abs( function in eddy::utilities::Math
191 Math::Abs( function in eddy::utilities::Math
200 Math::Abs( function in eddy::utilities::Math
209 Math::Abs( function in eddy::utilities::Math
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/test/typeparam/mdempsky/
H A D13.go33 type Abs[T any] interface { type
43 func (m MyInt) Abs() MyInt { func
51 Abs() MyInt methodSpec
/dports/math/eigen3/eigen-3.3.9/unsupported/Eigen/src/EulerAngles/
H A DEulerSystem.h23 struct Abs struct
29 struct Abs<Num, false> argument
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/unsupported/Eigen/src/EulerAngles/
H A DEulerSystem.h23 struct Abs struct
29 struct Abs<Num, false> argument
/dports/math/R-cran-RcppEigen/RcppEigen/inst/include/unsupported/Eigen/src/EulerAngles/
H A DEulerSystem.h23 struct Abs struct
29 struct Abs<Num, false> argument
/dports/devel/upp/upp/uppsrc/plugin/Eigen/unsupported/Eigen/src/EulerAngles/
H A DEulerSystem.h23 struct Abs struct
29 struct Abs<Num, false> argument
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/unsupported/Eigen/src/EulerAngles/
H A DEulerSystem.h23 struct Abs struct
29 struct Abs<Num, false> argument
/dports/science/pcmsolver/pcmsolver-1.3.0/external/eigen3/include/eigen3/unsupported/Eigen/src/EulerAngles/
H A DEulerSystem.h23 struct Abs struct
29 struct Abs<Num, false> argument
/dports/misc/opennn/opennn-5.0.5/eigen/unsupported/Eigen/src/EulerAngles/
H A DEulerSystem.h23 struct Abs struct
29 struct Abs<Num, false> argument
/dports/misc/openmvg/openMVG-2.0/src/third_party/eigen/unsupported/Eigen/src/EulerAngles/
H A DEulerSystem.h23 struct Abs struct
29 struct Abs<Num, false> argument
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/unsupported/Eigen/src/EulerAngles/
H A DEulerSystem.h23 struct Abs struct
29 struct Abs<Num, false> argument
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/eigen_3.3.3/unsupported/Eigen/src/EulerAngles/
H A DEulerSystem.h23 struct Abs struct
29 struct Abs<Num, false> argument
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/eigen3/include/eigen3/unsupported/Eigen/src/EulerAngles/
H A DEulerSystem.h23 struct Abs struct
29 struct Abs<Num, false> argument
/dports/science/clhep/2.4.1.0/CLHEP/GenericFunctions/src/
H A DAbs.cc9 FUNCTION_OBJECT_IMP(Abs) in FUNCTION_OBJECT_IMP() argument
14 Abs::Abs(const Abs & right) : AbsFunction(right) in Abs() function in Genfun::Abs
/dports/science/py-chainer/chainer-7.8.0/chainerx_cc/chainerx/cuda/
H A Dnumeric.cuh91 __device__ inline uint8_t Abs(uint8_t x) { return x; } in Abs() function
92 __device__ inline int8_t Abs(int8_t x) { return std::labs(x); } in Abs() function
93 __device__ inline int16_t Abs(int16_t x) { return std::labs(x); } in Abs() function
94 __device__ inline int32_t Abs(int32_t x) { return std::labs(x); } in Abs() function
95 __device__ inline int64_t Abs(int64_t x) { return std::llabs(x); } in Abs() function
96 __device__ inline double Abs(double x) { return std::fabs(x); } in Abs() function
97 __device__ inline float Abs(float x) { return std::fabs(x); } in Abs() function
98 __device__ inline cuda::Float16 Abs(cuda::Float16 x) { return static_cast<cuda::Float16>(std::fabs(… in Abs() function
/dports/math/gecode/gecode-0916a1a/gecode/float/arithmetic/
H A Dabs.hpp42 Abs<A,B>::Abs(Home home, A x0, B x1) in Abs() function in Gecode::Float::Arithmetic::Abs
61 Abs<A,B>::Abs(Space& home, Abs<A,B>& p) in Abs() function in Gecode::Float::Arithmetic::Abs
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/
H A Dlonglong.h169 wxLongLongNative Abs() const { return wxLongLongNative(*this).Abs(); } in Abs() function
170 wxLongLongNative& Abs() { if ( m_ll < 0 ) m_ll = -m_ll; return *this; } in Abs() function
670 wxLongLongWx Abs() const { return wxLongLongWx(*this).Abs(); } in Abs() function
671 wxLongLongWx& Abs() in Abs() function
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/
H A Dlonglong.h169 wxLongLongNative Abs() const { return wxLongLongNative(*this).Abs(); } in Abs() function
170 wxLongLongNative& Abs() { if ( m_ll < 0 ) m_ll = -m_ll; return *this; } in Abs() function
665 wxLongLongWx Abs() const { return wxLongLongWx(*this).Abs(); } in Abs() function
666 wxLongLongWx& Abs() in Abs() function
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/
H A Dlonglong.h169 wxLongLongNative Abs() const { return wxLongLongNative(*this).Abs(); } in Abs() function
170 wxLongLongNative& Abs() { if ( m_ll < 0 ) m_ll = -m_ll; return *this; } in Abs() function
670 wxLongLongWx Abs() const { return wxLongLongWx(*this).Abs(); } in Abs() function
671 wxLongLongWx& Abs() in Abs() function
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/
H A Dlonglong.h170 wxLongLongNative Abs() const { return wxLongLongNative(*this).Abs(); } in Abs() function
171 wxLongLongNative& Abs() { if ( m_ll < 0 ) m_ll = -m_ll; return *this; } in Abs() function
666 wxLongLongWx Abs() const { return wxLongLongWx(*this).Abs(); } in Abs() function
667 wxLongLongWx& Abs() in Abs() function
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/
H A Dlonglong.h170 wxLongLongNative Abs() const { return wxLongLongNative(*this).Abs(); } in Abs() function
171 wxLongLongNative& Abs() { if ( m_ll < 0 ) m_ll = -m_ll; return *this; } in Abs() function
666 wxLongLongWx Abs() const { return wxLongLongWx(*this).Abs(); } in Abs() function
667 wxLongLongWx& Abs() in Abs() function
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/
H A Dlonglong.h170 wxLongLongNative Abs() const { return wxLongLongNative(*this).Abs(); } in Abs() function
171 wxLongLongNative& Abs() { if ( m_ll < 0 ) m_ll = -m_ll; return *this; } in Abs() function
666 wxLongLongWx Abs() const { return wxLongLongWx(*this).Abs(); } in Abs() function
667 wxLongLongWx& Abs() in Abs() function
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/
H A Dlonglong.h170 wxLongLongNative Abs() const { return wxLongLongNative(*this).Abs(); } in Abs() function
171 wxLongLongNative& Abs() { if ( m_ll < 0 ) m_ll = -m_ll; return *this; } in Abs() function
666 wxLongLongWx Abs() const { return wxLongLongWx(*this).Abs(); } in Abs() function
667 wxLongLongWx& Abs() in Abs() function
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Syntax/
H A DReflected.hs25 data Abs a = Abs String a constructor

12345678910>>...74