Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/
Dmathmodule.c2680 double diffs_on_stack[NUM_STACK_ELEMS]; in math_dist_impl() local
2681 double *diffs = diffs_on_stack; in math_dist_impl()
2728 if (diffs != diffs_on_stack) { in math_dist_impl()
2740 if (diffs != diffs_on_stack) { in math_dist_impl()