Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dmathmodule.c2600 double coord_on_stack[NUM_STACK_ELEMS]; in math_hypot() local
2601 double *coordinates = coord_on_stack; in math_hypot()
2620 if (coordinates != coord_on_stack) { in math_hypot()
2626 if (coordinates != coord_on_stack) { in math_hypot()