Searched refs:a_is_small (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.c3095 int inexact, negate, a_is_small, b_is_small; local
3203 a_is_small = a_size <= MANT_DIG_DIGITS ||
3209 if (a_is_small && b_is_small) {

Completed in 322 milliseconds