Home | History | Annotate | Download | only in test

Lines Matching full:pfmt

847             pfmt = '%+' + fmt[1:]
855 test(pfmt, INF, '+inf')
856 test(pfmt, -INF, '-inf')
857 test(pfmt, NAN, '+nan')
858 test(pfmt, -NAN, '+nan')