Home
last modified time | relevance | path

Searched refs:lastDigitThreshold (Results 1 – 3 of 3) sorted by relevance

/dports/games/odamex/odamex-src-0.7.0/libraries/jsoncpp/
H A Djsoncpp.cpp764 Value::UInt lastDigitThreshold = Value::UInt( maxIntegerValue % 10 ); in decodeNumber() local
765 assert( lastDigitThreshold >=0 && lastDigitThreshold <= 9 ); in decodeNumber()
778 if ( current != token.end_ || digit > lastDigitThreshold ) in decodeNumber()
/dports/biology/stringtie/stringtie-2.1.1/SuperReads_RNA/global-1/jellyfish/lib/
H A Djsoncpp.cpp764 Value::UInt lastDigitThreshold = Value::UInt( maxIntegerValue % 10 ); in decodeNumber() local
765 assert( lastDigitThreshold <= 9 ); in decodeNumber()
778 if ( current != token.end_ || digit > lastDigitThreshold ) in decodeNumber()
/dports/biology/jellyfish/jellyfish-2.3.0/lib/
H A Djsoncpp.cpp764 Value::UInt lastDigitThreshold = Value::UInt( maxIntegerValue % 10 ); in decodeNumber() local
765 assert( lastDigitThreshold <= 9 ); in decodeNumber()
778 if ( current != token.end_ || digit > lastDigitThreshold ) in decodeNumber()