Searched refs:FPCONV (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/print/ |
H A D | doprnt.c | 107 #define FPCONV(func, val, prec, decpt, sign, cvtbuf) \ macro 175 #define FPCONV(func, val, prec, decpt, sign, cvtbuf) \ macro 1294 FPCONV(__qaconvert, &qval, in _wndoprnt() 1304 FPCONV(__aconvert, dval, in _wndoprnt() 1419 FPCONV(qeconvert, &qval, in _wndoprnt() 1425 FPCONV(econvert, dval, in _wndoprnt() 1521 FPCONV(qfconvert, &qval, min(prec, MAXFCVT), in _wndoprnt() 1530 FPCONV(qeconvert, &qval, in _wndoprnt() 1538 FPCONV(fconvert, dval, min(prec, MAXFCVT), in _wndoprnt() 1614 FPCONV(qeconvert, &qval, min(prec, MAXECVT), in _wndoprnt() [all …]
|