Home
last modified time | relevance | path

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

/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dtypetraits.hpp306 struct SpDULong64: public BaseGDL struct
315 SizeT NBytes() const in NBytes()
320 static const DType t;
321 static const std::string str;
322 static const DULong64 zero;
324 static const bool IS_INTEGER = true;
348 ~SpDULong64(); argument
H A Dtypetraits.cpp206 SpDULong64::SpDULong64(): BaseGDL() {} in SpDULong64() function in SpDULong64
207 SpDULong64::SpDULong64( const dimension& dim_): BaseGDL(dim_) {} in SpDULong64() function in SpDULong64