Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dmathmodule.c994 math_1_to_int(PyObject *arg, double (*func) (double), int can_overflow) in math_1_to_int() function
1095 return math_1_to_int(number, ceil, 0); in math_ceil()
1153 return math_1_to_int(number, floor, 0); in math_floor()