Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/format/
H A Dio.c426 float nmegs; in input() local
1172 if (sscanf(cleantoken, "%f2", &nmegs) != 1) { in input()
1180 if (nmegs > bn2mb(bounds->upper)) { in input()
1182 "[0-%1.2f]\n", nmegs, bn2mb(bounds->upper)); in input()
1188 bn64 = mb2bn(nmegs); in input()
1413 if (sscanf(cleantoken, "%f2", &nmegs) != 1) { in input()
1422 if (nmegs > bn2mb(bounds->upper)) { in input()
1424 "[0-%1.2f]\n", nmegs, bn2mb(bounds->upper)); in input()
1431 bn64 = mb2bn(nmegs); in input()
1613 if (sscanf(cleantoken, "%f2", &nmegs) != 1) { in input()
[all …]