Home
last modified time | relevance | path

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

/reactos/dll/cpl/sysdm/
H A Dgeneral.c397 static VOID MakeFloatValueString(DOUBLE* dFloatValue, LPTSTR szOutput, LPTSTR szAppend) in MakeFloatValueString() argument
408 uIntegral = (UINT)*dFloatValue; in MakeFloatValueString()
409 uDecimals = (UCHAR)((UINT)(*dFloatValue * 100) - uIntegral * 100); in MakeFloatValueString()