Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/format/
H A Dio.c427 float ngigs; in input() local
1199 if (sscanf(cleantoken, "%f2", &ngigs) != 1) { in input()
1207 if (ngigs > bn2gb(bounds->upper)) { in input()
1209 "[0-%1.2f]\n", ngigs, bn2gb(bounds->upper)); in input()
1215 bn64 = gb2bn(ngigs); in input()
1445 if (sscanf(cleantoken, "%f2", &ngigs) != 1) { in input()
1454 if (ngigs > bn2gb(bounds->upper)) { in input()
1456 "[0-%1.2f]\n", ngigs, bn2gb(bounds->upper)); in input()
1463 bn64 = gb2bn(ngigs); in input()