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

/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfvprintf.c38 #define FPRECIS 6 /* default precision for floats */ macro
1135 n = (precis = precis < 0 ? FPRECIS : precis)+1;
1141 { precis = precis < 0 ? FPRECIS : precis;
1167 { precis = precis < 0 ? FPRECIS : precis == 0 ? 1 : precis;

Completed in 21 milliseconds