Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dfloatobject.c636 _float_div_mod(double vx, double wx, double *floordiv, double *mod) in _float_div_mod() function
684 _float_div_mod(vx, wx, &floordiv, &mod); in float_divmod()
699 _float_div_mod(vx, wx, &floordiv, &mod); in float_floor_div()