Searched refs:hasdot (Results 1 – 4 of 4) sorted by relevance
189 int hasdot = 0; /* true after seen a dot */ in lua_strx2number() local197 if (hasdot) break; /* second dot? stop loop */ in lua_strx2number()198 else hasdot = 1; in lua_strx2number()206 if (hasdot) e--; /* decimal digit? correct exponent */ in lua_strx2number()
525 int hasdot = 0;526 for (i = 0; i < ndigits + hasdot; i++)529 hasdot = 1;537 if (i == ndigits + hasdot)
8387 int hasdot;8394 hasdot = 0;8397 hasdot++;8399 if (!hasdot)