Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dmodmath.c73 #define MATH_FUN_1_TO_INT(py_name, c_name) \ macro
161 MATH_FUN_1_TO_INT(ceil, ceil) in MATH_FUN_2()
173 MATH_FUN_1_TO_INT(floor, floor) // TODO: delegate to x.__floor__() if x is not a float in MATH_FUN_1()
190 MATH_FUN_1_TO_INT(trunc, trunc) in MATH_FUN_2()

Completed in 3 milliseconds