Home
last modified time | relevance | path

Searched defs:__condition__ (Results 1 – 13 of 13) sorted by relevance

/dports/devel/ChipmunkPhysics/Chipmunk-7.0.1/include/chipmunk/
H A Dchipmunk.h58 #define cpAssertWarn(__condition__, ...) argument
59 #define cpAssertSoft(__condition__, ...) argument
61 …#define cpAssertSoft(__condition__, ...) if(!(__condition__)){cpMessage(#__condition__, __FILE__, … argument
62 …#define cpAssertWarn(__condition__, ...) if(!(__condition__)) cpMessage(#__condition__, __FILE__, … argument
66 #define cpAssertHard(__condition__, ...) if(!(__condition__)){cpMessage(#__condition__, __FILE__, _… argument
/dports/math/eigen3/eigen-3.3.9/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorMacros.h43 #define EIGEN_SFINAE_ENABLE_IF( __condition__ ) \ argument
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorMacros.h43 #define EIGEN_SFINAE_ENABLE_IF( __condition__ ) \ argument
/dports/math/R-cran-RcppEigen/RcppEigen/inst/include/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorMacros.h43 #define EIGEN_SFINAE_ENABLE_IF( __condition__ ) \ argument
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorMacros.h43 #define EIGEN_SFINAE_ENABLE_IF( __condition__ ) \ argument
/dports/science/pcmsolver/pcmsolver-1.3.0/external/eigen3/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorMacros.h43 #define EIGEN_SFINAE_ENABLE_IF( __condition__ ) \ argument
/dports/misc/opennn/opennn-5.0.5/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorMacros.h43 #define EIGEN_SFINAE_ENABLE_IF( __condition__ ) \ argument
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorMacros.h43 #define EIGEN_SFINAE_ENABLE_IF( __condition__ ) \ argument
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/eigen_3.3.3/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorMacros.h43 #define EIGEN_SFINAE_ENABLE_IF( __condition__ ) \ argument
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/eigen3/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorMacros.h43 #define EIGEN_SFINAE_ENABLE_IF( __condition__ ) \ argument
/dports/misc/openmvg/openMVG-2.0/src/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorMacros.h43 #define EIGEN_SFINAE_ENABLE_IF( __condition__ ) \ argument
/dports/devel/upp/upp/uppsrc/plugin/Eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorMacros.h43 #define EIGEN_SFINAE_ENABLE_IF( __condition__ ) \ argument
/dports/misc/mnn/MNN-1.2.0/source/core/
H A DConcurrency.h51 #define MNN_CONCURRENCY_BEGIN_CONDITION(__iter__, __num__, __condition__) \ argument