Home
last modified time | relevance | path

Searched defs:IS_COMPLEX (Results 1 – 6 of 6) sorted by relevance

/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dtypetraits.hpp59 static const bool IS_COMPLEX = false; member
104 static const bool IS_COMPLEX = false; member
148 static const bool IS_COMPLEX = false; member
193 static const bool IS_COMPLEX = false; member
238 static const bool IS_COMPLEX = false; member
283 static const bool IS_COMPLEX = false; member
328 static const bool IS_COMPLEX = false; member
373 static const bool IS_COMPLEX = false; member
417 static const bool IS_COMPLEX = false; member
648 static const bool IS_COMPLEX = true; member
[all …]
/dports/math/py-gmpy2-devel/gmpy-gmpy2-2.1.0b5/src/
H A Dgmpy2_convert.h74 #define IS_COMPLEX(x) (IS_REAL(x) || IS_COMPLEX_ONLY(x)) macro
/dports/lang/maude/maude-2.7.1/src/Core/
H A DsortTable.hh43 IS_COMPLEX = IS_CTOR | IS_NON_CTOR enumerator
/dports/math/R/R-4.1.2/src/include/
H A DRdefines.h79 # define IS_COMPLEX(x) isComplex(x) macro
85 # define IS_COMPLEX(x) Rf_isComplex(x) macro
/dports/math/libRmath/R-4.1.1/src/include/
H A DRdefines.h79 # define IS_COMPLEX(x) isComplex(x) macro
85 # define IS_COMPLEX(x) Rf_isComplex(x) macro
/dports/math/py-gmpy2/gmpy2-2.1.1/src/
H A Dgmpy2_convert.h75 #define IS_COMPLEX(x) (IS_REAL(x) || IS_COMPLEX_ONLY(x)) macro