Searched refs:LOG10_BILLION (Results 1 – 2 of 2) sorted by relevance
138 enum { BILLION = 1000000000, LOG10_BILLION = 9 }; enumerator1020 for (digits = 2; digits <= LOG10_BILLION; digits++) in yylex()
212 enum { BILLION = 1000000000, LOG10_BILLION = 9 }; enumerator2929 for (digits = 2; digits <= LOG10_BILLION; digits++) in yylex()