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

  /src/usr.bin/ktruss/
dump.c 70 int timestamp, decimal, fancy = 1, tail, maxdata; variable in typeref:typename:int
428 xwprintf(decimal ? ", _IO%s('%c',%ld" : ", _IO%s('%c',%#lx",
431 xwprintf(decimal ? ",%ld)" : ",%#lx)",
474 if (decimal)
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
ppevvmath.h 29 #define PRECISION 5 /* Change this value to change the number of decimal places in the final output - 5 is a good default */
41 * A.partial.decimal => Only the fractional portion
46 unsigned int decimal: SHIFT_AMOUNT; /*Needs to always be unsigned*/ member in struct:_fInt::_partial
58 static int ConvertBackToInteger(fInt); /* Convert a FINT back to an INT that is scaled by 1000 (i.e. last 3 digits are the decimal digits) */
340 X_LessThanOne = (X.partial.real == 0 && X.partial.decimal != 0 && X.full >= 0);
341 Y_LessThanOne = (Y.partial.real == 0 && Y.partial.decimal != 0 && Y.full >= 0);
352 tempProduct = tempProduct >> 16; /*Remove lagging 16 bits - Will lose some precision from decimal; */
514 int i, scaledDecimal = 0, tmp = A.partial.decimal;
547 solution.partial.decimal = 0; /*All fractional digits changes to 0 */
  /src/usr.bin/kdump/
kdump.c 87 static int timestamp, decimal, plain, tail, maxdata = -1, numeric; variable in typeref:typename:int
219 decimal = 1;
733 output_long(cmd & 0xff, decimal == 0);
736 output_long(IOCPARM_LEN(cmd), decimal == 0);
868 output_long((long)*ap, !(decimal || small(*ap)));
883 output_long((long)*ap, !(decimal || small(*ap)));
899 output_long((long)*ap, !(decimal || small(*ap)));
907 !(decimal || small(*ap)));
932 !(decimal || small(*ap)));
966 output_long((long)ap[0], !(decimal || small(*ap)))
    [all...]
  /src/sbin/fdisk/
fdisk.c 278 static int64_t decimal(const char *, int64_t, int, int64_t, int64_t);
1555 tmo = decimal("Timeout value (0 to 3600 seconds, -1 => never)",
1599 item = decimal("Default boot option", item, 0, 0, opt);
2137 sysid = decimal("sysid", sysid, 0, 0, 255);
2147 start = decimal("start", start,
2202 size = decimal("size", size, fl, 0, lim);
2315 tcylinder = decimal("beginning cylinder",
2317 thead = decimal("beginning head",
2319 tsector = decimal("beginning sector",
2328 tcylinder = decimal("ending cylinder"
2839 decimal(const char *prompt, int64_t dflt, int flags, int64_t minval, int64_t maxval) function in typeref:typename:int64_t
    [all...]

Completed in 15 milliseconds