Home
last modified time | relevance | path

Searched refs:hasdot (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/mit/lua/dist/src/
H A Dlobject.c189 int hasdot = 0; /* true after seen a dot */ in lua_strx2number() local
197 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()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/
H A Dwrite_float.def525 int hasdot = 0;
526 for (i = 0; i < ndigits + hasdot; i++)
529 hasdot = 1;
537 if (i == ndigits + hasdot)
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dwrite_float.def525 int hasdot = 0;
526 for (i = 0; i < ndigits + hasdot; i++)
529 hasdot = 1;
537 if (i == ndigits + hasdot)
/netbsd-src/sys/netipsec/
H A Dkey.c8387 int hasdot;
8394 hasdot = 0;
8397 hasdot++;
8399 if (!hasdot)