Home
last modified time | relevance | path

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

/dports/lang/seed7/seed7/src/
H A Dcommon.h313 #define castToLong(num) (inLongRange(num) ? (long) (num) : (raise_error(RANGE_ERROR), 0)) macro
316 #define castToLong(num) ((long) (num)) macro
/dports/textproc/zorba/zorba-2.7.0/src/store/naive/
H A Datomic_items.cpp91 bool AtomicItem::castToLong(store::Item_t& result) const in castToLong() function in zorba::simplestore::AtomicItem