Searched refs:neg (Results 1 – 1 of 1) sorted by relevance
/stdlib/ |
A D | tst-strfmon_l.c | 119 long double neg = -1234567.89L; in test_pair() local 120 test_one ("%i", negative, "%Li", neg, pair->negative.i); in test_pair() 121 test_one ("%n", negative, "%Ln", neg, pair->negative.n); in test_pair() 122 test_one ("%^i", negative, "%^Li", neg, pair->negative.i_ungrouped); in test_pair() 123 test_one ("%^n", negative, "%^Ln", neg, pair->negative.n_ungrouped); in test_pair()
|
Completed in 4 milliseconds