Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_testcapimodule.c3033 #define CHECK_STRING(STR, expected) \ in test_string_to_double() macro
3055 CHECK_STRING("0.1", 0.1); in test_string_to_double()
3056 CHECK_STRING("1.234", 1.234); in test_string_to_double()
3057 CHECK_STRING("-1.35", -1.35); in test_string_to_double()
3058 CHECK_STRING(".1e01", 1.0); in test_string_to_double()
3059 CHECK_STRING("2.e-2", 0.02); in test_string_to_double()
3070 #undef CHECK_STRING in test_string_to_double()