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

/ast/src/cmd/tests/sfio/
H A Dtprintf.c250 Sfdouble_t pnanl, nnanl, pinfl, ninfl, pnill, nnill; local
614 nnill = strtold("-0.0", NIL(char));
615 sfsprintf(buf1, sizeof(buf1), "%Lg %Lg %Lg %Lg %Lg %Lg", pnanl, nnanl, pinfl, ninfl, pnill, nnill);
618 sfsprintf(buf1, sizeof(buf1), "%LG %LG %LG %LG %LG %LG", pnanl, nnanl, pinfl, ninfl, pnill, nnill);
621 sfsprintf(buf1, sizeof(buf1), "%05Lg %05Lg %05Lg %05Lg %05Lg %05Lg", pnanl, nnanl, pinfl, ninfl, pnill, nnill);

Completed in 10 milliseconds