Searched refs:lFloatConst (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
H A Dscanner.c204 * lFloatConst() - Scan a floating point constant. Assumes that the scanner
211 static int lFloatConst(int ch, int len, yystypepp * yylvalpp) function
252 } // lFloatConst
359 return lFloatConst(ch, len, yylvalpp);
377 return lFloatConst(ch, len, yylvalpp);
542 return lFloatConst('.', 0, yylvalpp);

Completed in 49 milliseconds