HomeSort by: relevance | last modified time | path
    Searched refs:decimal (Results 1 - 12 of 12) 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/kdump/
kdump.c 88 static int timestamp, decimal, plain, tail, maxdata = -1, numeric; variable
221 decimal = 1;
741 output_long(cmd & 0xff, decimal == 0);
744 output_long(IOCPARM_LEN(cmd), decimal == 0); local
876 output_long((long)*ap, !(decimal || small(*ap)));
891 output_long((long)*ap, !(decimal || small(*ap)));
907 output_long((long)*ap, !(decimal || small(*ap)));
915 !(decimal || small(*ap)));
940 !(decimal || small(*ap)));
974 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/usr.bin/make/unit-tests/
cond-cmp-numeric-eq.mk 31 # Trailing zeroes after the decimal point are irrelevant for the numeric
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/sbin/fdisk/
fdisk.c 281 static int64_t decimal(const char *, int64_t, int, int64_t, int64_t);
1558 tmo = decimal("Timeout value (0 to 3600 seconds, -1 => never)",
1602 item = decimal("Default boot option", item, 0, 0, opt);
2140 sysid = decimal("sysid", sysid, 0, 0, 255);
2150 start = decimal("start", start,
2205 size = decimal("size", size, fl, 0, lim);
2318 tcylinder = decimal("beginning cylinder",
2320 thead = decimal("beginning head",
2322 tsector = decimal("beginning sector",
2331 tcylinder = decimal("ending cylinder"
2842 decimal(const char *prompt, int64_t dflt, int flags, int64_t minval, int64_t maxval) function
    [all...]
  /src/usr.bin/ktruss/
dump.c 70 int timestamp, decimal, fancy = 1, tail, maxdata; variable
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 104 milliseconds