Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_datetimemodule.c2473 int x_is_odd; in delta_new() local
2488 x_is_odd = PyObject_IsTrue(temp); in delta_new()
2490 if (x_is_odd == -1) { in delta_new()
2494 whole_us = 2.0 * round((leftover_us + x_is_odd) * 0.5) - x_is_odd; in delta_new()