Lines Matching full:pfmt
901 pfmt = '%+' + fmt[1:]909 test(pfmt, INF, '+inf')910 test(pfmt, -INF, '-inf')911 test(pfmt, NAN, '+nan')912 test(pfmt, -NAN, '+nan')