Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dfloatobject.c618 float_divmod(PyObject *v, PyObject *w) in float_divmod() function
669 t = float_divmod(v, w); in float_floor_div()
1879 float_divmod, /* nb_divmod */
/external/python/cpython2/Objects/
Dfloatobject.c748 float_divmod(PyObject *v, PyObject *w) in float_divmod() function
803 t = float_divmod(v, w); in float_floor_div()
2082 float_divmod, /*nb_divmod*/