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

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/
analyze_libtsan.sh 41 size=$(grep __tsan_$f$ ${NM_CONTENTS} | awk --non-decimal-data '{print ("0x"$2)+0}')
  /src/usr.bin/make/unit-tests/
cond-cmp-numeric-ne.mk 30 # Trailing zeroes after the decimal point are irrelevant for the numeric
varmod-range.mk 72 # The upper limit of the range must always be given in decimal.
varmod-mtime.mk 38 # decimal integer.
varmod-to-separator.mk 245 # interpreted an "octal escape" as decimal if the first digit was not '0'.
246 .if ${:Ua b:ts\61} != "a1b" # decimal would have been "a=b"
  /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/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/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...]
  /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/usr.bin/ktrace/
ktrace.c 76 extern int timestamp, decimal, fancy, tail, maxdata;
  /src/sys/arch/vax/vax/
emulate.S 332 * Packed Decimal string operations
686 tstb -(%r2) # loop over source packed decimal number
  /src/sys/arch/m68k/060sp/dist/
pfpsp.s 12986 # The mantissa digits will be converted with the decimal point #
13056 # (i.e., all digits assumed left of the decimal point.)
13098 # (i.e., all digits assumed left of the decimal point.)
13470 # after the decimal point which are to be included as #
13477 # of decimal places needed to insure LEN integer digits #
13519 # such that the decimal point is to the left of bit 63. #
13697 # original decimal point which are to be included as
13747 # of decimal places needed to insure LEN integer digits
14176 # such that the decimal point is to the left of bit 63.
14252 # written as specified in the 881/882 manual for packed decimal
    [all...]
fpsp.s 23025 # The mantissa digits will be converted with the decimal point #
23095 # (i.e., all digits assumed left of the decimal point.)
23137 # (i.e., all digits assumed left of the decimal point.)
23509 # after the decimal point which are to be included as #
23516 # of decimal places needed to insure LEN integer digits #
23558 # such that the decimal point is to the left of bit 63. #
23736 # original decimal point which are to be included as
23786 # of decimal places needed to insure LEN integer digits
24215 # such that the decimal point is to the left of bit 63.
24291 # written as specified in the 881/882 manual for packed decimal
    [all...]

Completed in 77 milliseconds