Lines Matching refs:result
13 int result = 0; \
19 result = 1; \
24 result = 1; \
29 result = 1; \
31 return result; \
39 int result = 0; in do_test() local
41 result |= STRTOD_TEST_FOREACH (test_strto, "NaN(blabla)something"); in do_test()
42 result |= STRTOD_TEST_FOREACH (test_strto, "NaN(1234)something"); in do_test()
44 result |= STRTOD_TEST_FOREACH (test_strto, "NaN(4294967295)something"); in do_test()
46 result |= STRTOD_TEST_FOREACH (test_strto, in do_test()
51 result |= STRTOD_TEST_FOREACH (test_strto, "NaN(0)something"); in do_test()
53 return result; in do_test()