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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A Dmathmodule.c881 Note 3: The intermediate values lo, yr, and hi are declared volatile so
887 hi value gets forced into a double before yr and lo are computed, the extra
969 volatile double hi, yr, lo; local
1000 yr = hi - x;
1001 lo = y - yr;
1051 yr = hi - x;
1052 lo = y - yr;
1065 yr = x - hi;
1066 if (y == yr)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dmathmodule.c881 Note 3: The intermediate values lo, yr, and hi are declared volatile so
887 hi value gets forced into a double before yr and lo are computed, the extra
969 volatile double hi, yr, lo; local
1000 yr = hi - x;
1001 lo = y - yr;
1051 yr = hi - x;
1052 lo = y - yr;
1065 yr = x - hi;
1066 if (y == yr)

Completed in 11 milliseconds