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

/external/python/cpython2/Objects/
H A Dlongobject.c553 significant byte. Leading 0 bytes are insignificant if the number
559 const unsigned char insignificant = is_signed ? 0xff : 0x00; local
562 if (*p != insignificant)
/external/python/cpython3/Objects/
H A Dlongobject.c773 significant byte. Leading 0 bytes are insignificant if the number
779 const unsigned char insignificant = is_signed ? 0xff : 0x00; local
782 if (*p != insignificant)

Completed in 1472 milliseconds