Searched refs:FPRECIS (Results 1 – 1 of 1) sorted by relevance
38 #define FPRECIS 6 /* default precision for floats */ macro1135 n = (precis = precis < 0 ? FPRECIS : precis)+1;1141 { precis = precis < 0 ? FPRECIS : precis;1165 { precis = precis < 0 ? FPRECIS : precis == 0 ? 1 : precis;