Searched defs:a_is_small (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Objects/
H A Dlongobject.c3097 int inexact, negate, a_is_small, b_is_small; local
3205 a_is_small = a_size <= MANT_DIG_DIGITS ||
3211 if (a_is_small && b_is_small) {
/external/python/cpython3/Objects/
H A Dlongobject.c3755 int inexact, negate, a_is_small, b_is_small; local
3865 a_is_small = a_size <= MANT_DIG_DIGITS ||
3871 if (a_is_small && b_is_small) {

Completed in 522 milliseconds