Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dcmathmodule.c48 #define CM_SCALE_DOWN (-(CM_SCALE_UP+1)/2) macro
715 CM_SCALE_DOWN); in c_sqrt()
/external/python/cpython3/Modules/
Dcmathmodule.c82 #define CM_SCALE_DOWN (-(CM_SCALE_UP+1)/2) macro
829 CM_SCALE_DOWN); in cmath_sqrt_impl()