Home
last modified time | relevance | path

Searched refs:LEXFL_ALLOWFLOATEXCEPTIONS (Results 1 – 2 of 2) sorted by relevance

/dports/games/dhewm3/dhewm3-1.5.1/neo/idlib/
H A DLexer.h62LEXFL_ALLOWFLOATEXCEPTIONS = BIT(10), // allow float exceptions like 1.#INF or 1.#IND to be pars… enumerator
H A DLexer.cpp697 if ( !(idLexer::flags & LEXFL_ALLOWFLOATEXCEPTIONS) ) { in ReadNumber()