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 80 INT32 Precision,
280 * Precision - Precision of the integer
285 * DESCRIPTION: Print an integer into a string with any base and any precision.
296 INT32 Precision,
362 if (i > Precision)
364 Precision = i;
367 Width -= Precision;
399 while (i <= --Precision)
444 INT32 Precision;
    [all...]

Completed in 15 milliseconds