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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/
H A Dcompat.c701 long double ufvalue; local
710 ufvalue = abs_val(fvalue);
719 intpart = ufvalue;
731 fracpart = round((pow10 (max)) * (ufvalue - intpart));

Completed in 34 milliseconds