Home
last modified time | relevance | path

Searched refs:ufvalue (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
Dcompat.c701 long double ufvalue; in fmtfp() local
710 ufvalue = abs_val(fvalue); in fmtfp()
719 intpart = ufvalue; in fmtfp()
731 fracpart = round((pow10 (max)) * (ufvalue - intpart)); in fmtfp()