Home
last modified time | relevance | path

Searched defs:SpDULong (Results 1 – 2 of 2) sorted by relevance

/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dtypetraits.hpp216 struct SpDULong: public BaseGDL struct
225 SizeT NBytes() const in NBytes()
230 static const DType t;
231 static const std::string str;
232 static const DULong zero;
234 static const bool IS_INTEGER = true;
258 ~SpDULong(); argument
H A Dtypetraits.cpp198 SpDULong::SpDULong(): BaseGDL() {} in SpDULong() function in SpDULong
199 SpDULong::SpDULong( const dimension& dim_): BaseGDL(dim_) {} in SpDULong() function in SpDULong