Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dmathmodule.c2492 #define NUM_STACK_ELEMS 16 macro
2519 double diffs_on_stack[NUM_STACK_ELEMS]; in math_dist_impl()
2548 if (n > NUM_STACK_ELEMS) { in math_dist_impl()
2600 double coord_on_stack[NUM_STACK_ELEMS]; in math_hypot()
2603 if (nargs > NUM_STACK_ELEMS) { in math_hypot()
2632 #undef NUM_STACK_ELEMS