Searched refs:POWERSOF10_LAST (Results 1 – 1 of 1) sorted by relevance
36916 #define POWERSOF10_LAST (+347) macro37033 assert( p>=POWERSOF10_FIRST && p<=POWERSOF10_LAST ); in powerOfTen()37144 if( p>POWERSOF10_LAST ) return INFINITY; in sqlite3Fp10Convert2()