Searched refs:insignificant (Results 1 – 25 of 47) sorted by relevance
12
88 // When exp(-x) is insignificant compared to exp(x), return exp(x)/2125 // This is where exp(-x) is insignificant compared to exp(x) = ln(2^27)
90 // The point at which e^-x is insignificant compared to e^x = ln(2^27)
125 // This is where exp(-x) is insignificant compared to exp(x) = ln(2^27)
205 res4 = yneg ? -0.5 : 0.5; // atan(y/x) is insignificant compared to piby2
222 res4 = yneg ? -piby2 : piby2; // atan(y/x) is insignificant compared to piby2
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
117 Enable FP math optimizations that assume the sign of 0 is insignificant.
74 reduce the overhead of debug probes and make it insignificant.
145 "the sign of 0 is insignificant"),
284 | | In both cases insignificant trailing zeros are removed |
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.
559 const unsigned char insignificant = is_signed ? 0xff : 0x00; in _PyLong_FromByteArray() local562 if (*p != insignificant) in _PyLong_FromByteArray()
414 same format with an insignificant amount of wasted space.
194 # to be an acceptable match. The regional difference is considered almost insignificant.
217 // uses is insignificant. This way, the same SchedReadWrite list may
880 const unsigned char insignificant = is_signed ? 0xff : 0x00; in _PyLong_FromByteArray() local883 if (*p != insignificant) in _PyLong_FromByteArray()