Lines Matching full:pfmt
832 pfmt = '%+' + fmt[1:]840 test(pfmt, INF, '+inf')841 test(pfmt, -INF, '-inf')842 test(pfmt, NAN, '+nan')843 test(pfmt, -NAN, '+nan')