Searched refs:KARATSUBA_CUTOFF (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Objects/
H A Dlongobject.c25 * both operands contain more than KARATSUBA_CUTOFF digits (this
28 #define KARATSUBA_CUTOFF 70 macro
29 #define KARATSUBA_SQUARE_CUTOFF (2 * KARATSUBA_CUTOFF)
2732 i = a == b ? KARATSUBA_SQUARE_CUTOFF : KARATSUBA_CUTOFF;
2902 bsize >= KARATSUBA_CUTOFF >= 2.
2926 assert(asize > KARATSUBA_CUTOFF);

Completed in 272 milliseconds