Lines Matching refs:s
26 test_strtold_value (const char *s, double exp_hi, double exp_lo, int exp_exc, in test_strtold_value() argument
33 x.ld = strtold (s, NULL); in test_strtold_value()
37 s, x.d[0], x.d[1], exc, new_errno); in test_strtold_value()
39 printf ("PASS: strtold (\"%s\") high == %a\n", s, exp_hi); in test_strtold_value()
42 printf ("FAIL: strtold (\"%s\") high == %a\n", s, exp_hi); in test_strtold_value()
46 printf ("PASS: strtold (\"%s\") low == %a\n", s, exp_lo); in test_strtold_value()
49 printf ("FAIL: strtold (\"%s\") low == %a\n", s, exp_lo); in test_strtold_value()
53 printf ("PASS: strtold (\"%s\") exceptions 0x%x\n", s, exp_exc); in test_strtold_value()
56 printf ("FAIL: strtold (\"%s\") exceptions 0x%x\n", s, exp_exc); in test_strtold_value()
60 printf ("PASS: strtold (\"%s\") errno %d\n", s, exp_errno); in test_strtold_value()
63 printf ("FAIL: strtold (\"%s\") errno %d\n", s, exp_errno); in test_strtold_value()