Home
last modified time | relevance | path

Searched refs:CHECK_STRING (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Modules/
D_testcapimodule.c2524 #define CHECK_STRING(STR, expected) \ in test_string_to_double() macro
2546 CHECK_STRING("0.1", 0.1); in test_string_to_double()
2547 CHECK_STRING("1.234", 1.234); in test_string_to_double()
2548 CHECK_STRING("-1.35", -1.35); in test_string_to_double()
2549 CHECK_STRING(".1e01", 1.0); in test_string_to_double()
2550 CHECK_STRING("2.e-2", 0.02); in test_string_to_double()
2561 #undef CHECK_STRING in test_string_to_double()