HomeSort by: relevance | last modified time | path
    Searched defs:Precision (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/utilities/
utprint.c 188 INT32 Precision,
388 * Precision - Precision of the integer
393 * DESCRIPTION: Print an integer into a string with any base and any precision.
404 INT32 Precision,
470 if (i > Precision)
472 Precision = i;
475 Width -= Precision;
507 while (i <= --Precision)
552 INT32 Precision;
    [all...]

Completed in 11 milliseconds