Searched refs:insignificant (Results 1 – 25 of 35) sorted by relevance
12
52 exception of a few minor insignificant differences, any difference should be
95 -- some insignificant trailing zeros with positive exponent
96 -- some insignificant trailing zeros with positive exponent
1047 -- Exponents with insignificant leading zeros
1062 -- Exponents with insignificant leading zeros
1026 -- Exponents with insignificant leading zeros
139 "the sign of 0 is insignificant"),
62 // outside of a string is insignificant.
213 // uses is insignificant. This way, the same SchedReadWrite list may
410 same format with an insignificant amount of wasted space.
414 same format with an insignificant amount of wasted space.
559 const unsigned char insignificant = is_signed ? 0xff : 0x00; in _PyLong_FromByteArray() local562 if (*p != insignificant) in _PyLong_FromByteArray()
219 // uses is insignificant. This way, the same SchedReadWrite list may
194 # to be an acceptable match. The regional difference is considered almost insignificant.
198 # to be an acceptable match. The regional difference is considered almost insignificant.
809 const unsigned char insignificant = is_signed ? 0xff : 0x00; in _PyLong_FromByteArray() local812 if (*p != insignificant) in _PyLong_FromByteArray()
509 | | In both cases insignificant trailing zeros are removed |