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

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ia32/
H A DDivS64x64Remainder.c42 INT64 Quot; local
44 Quot = InternalMathDivRemU64x64 (
52 return (Dividend ^ Divisor) >= 0 ? Quot : -Quot;

Completed in 60 milliseconds