Home
last modified time | relevance | path

Searched refs:decimal (Results 1 – 25 of 182) sorted by relevance

12345678

/freebsd-12-stable/usr.sbin/certctl/
Dcertctl.sh61 local checkdir hash decimal
65 decimal=0
67 while [ -e "$checkdir/$hash.$decimal" ]; do
68 decimal=$((decimal + 1))
71 echo ${decimal}
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/types/
Dtst.constants.d42 decimal = 12345;
47 printf("%d %d %d %d", decimal, octal, hexadecimal_1, hexadecimal_2);
48 printf("%d %o %x %x", decimal, octal, hexadecimal_1, hexadecimal_2);
/freebsd-12-stable/sys/dev/bhnd/nvram/
Dnvram_map140 fmt decimal
173 fmt decimal
226 fmt decimal
231 fmt decimal
257 fmt decimal
266 fmt decimal
671 fmt decimal
676 fmt decimal
681 fmt decimal
686 fmt decimal
[all …]
/freebsd-12-stable/contrib/binutils/binutils/
Dsize.c45 decimal, octal, hex enumerator
47 radix = decimal;
177 radix = decimal; in main()
202 radix = decimal; in main()
384 (radix == decimal ? "%lu" : in size_number()
397 (radix == decimal ? "%lu" : in rprint_number()
/freebsd-12-stable/contrib/gcc/
Ddfp.c78 r->decimal = 1; in decimal_from_decnumber()
131 gcc_assert (r->decimal); in decimal_to_decnumber()
349 if (!a->decimal) in decimal_do_compare()
354 if (!b->decimal) in decimal_do_compare()
434 if (a->decimal && fmt->b == 10) in decimal_real_convert()
436 if (a->decimal) in decimal_real_convert()
614 if (!op0->decimal) in decimal_real_arithmetic()
619 if (op1 && !op1->decimal) in decimal_real_arithmetic()
Dreal.c484 if (r->decimal) in normalize()
650 r->decimal = 0; in do_add()
946 if (a->decimal || b->decimal) in do_compare()
974 if (r->decimal) in do_fix_trunc()
1000 if (op0->decimal || (op1 && op1->decimal)) in real_arithmetic()
1206 if (a->decimal != b->decimal) in real_identical()
1290 if (r->decimal) in real_to_integer()
1354 if (r->decimal) in real_to_integer2()
1478 if (r.decimal) in real_to_decimal()
1750 if (r->decimal) in real_to_hexadecimal()
[all …]
/freebsd-12-stable/sys/kern/
Dkern_fail.c686 int decimal = ent->fe_prob % (PROB_MAX / 100); in fail_point_get() local
689 if (decimal) { in fail_point_get()
691 while (!(decimal % 10)) { in fail_point_get()
693 decimal /= 10; in fail_point_get()
695 sbuf_printf(sb, ".%0*d", digits, decimal); in fail_point_get()
999 int units, decimal; in parse_term() local
1001 p = parse_number(&units, &decimal, p); in parse_term()
1008 ent->fe_prob = units * (PROB_MAX / 100) + decimal; in parse_term()
1012 if (!units || units < 0 || decimal) in parse_term()
/freebsd-12-stable/contrib/gcc/config/
Dt-dfprules1 # Use DFP_ENABLE to build decimal floating point support routines for
2 # all decimal floating point types (32-bit, 64-bit and 128-bit). We
/freebsd-12-stable/contrib/gdtoa/
DREADME1 This directory contains source for a library of binary -> decimal
2 and decimal -> binary conversion routines, for single-, double-,
31 The core conversion routines are strtodg for decimal -> binary conversions
32 and gdtoa for binary -> decimal conversions. These routines operate
58 For decimal -> binary conversions, there are three families of
82 the decimal number:
177 For binary -> decimal conversions, I've provided just one family
187 which do a "%g" style conversion either to a specified number of decimal
189 decimal string that rounds to the given binary floating-point value
195 desired, the decimal value is either >= or <= the binary value).
[all …]
Dchanges23 defined; for input decimal strings representing numbers too large, have
224 computation of the shortest decimal string that rounds to the
289 decimal digits are requested.)
309 constants read by strtod and friends had to have either a decimal point
351 gdtoa.tgz: fix a bug in strtod's handling of 0-valued 0x... "decimal"
357 USE_LOCALE lines to g__fmt.c (to affect binary --> decimal conversions
360 causes them to determine the decimal-point character from the current
429 With decimal input, strtod honors the rounding mode automatically.
493 the current locale's decimal point character string.
521 -DUSE_LOCALE and the locale's decimal-point string is two or more
[all …]
/freebsd-12-stable/contrib/mandoc/
Dout.c333 col->decimal += (col->width - col->nwidth) / 2; in tblcalc()
498 } else if (cp[0] == opts->decimal && in tblcalc_number()
531 if (intsz > col->decimal) { in tblcalc_number()
532 col->nwidth += intsz - col->decimal; in tblcalc_number()
533 col->decimal = intsz; in tblcalc_number()
535 totsz += col->decimal - intsz; in tblcalc_number()
Dtbl_html.c260 if (col->decimal < col->nwidth) { in print_tbl()
262 sp->opts->decimal)) == NULL) { in print_tbl()
268 sz = col->nwidth - col->decimal; in print_tbl()
Dout.h38 size_t decimal; /* decimal position in cell */ member
Dtbl.h33 char decimal; /* Option "decimalpoint". */ member
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-strings/
Dllvm-strings.cpp73 enum radix { none, octal, hexadecimal, decimal }; enumerator
105 case decimal: in strings()
158 Radix = decimal; in main()
/freebsd-12-stable/contrib/nvi/vi/
Dv_increment.c114 goto decimal; in v_increment()
120 goto decimal; in v_increment()
129 decimal: base = 10; in v_increment()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
DSystemZFeatures.td230 "vector-packed-decimal", "VectorPackedDecimal", (all_of FeatureVectorPackedDecimal),
231 "Assume that the vector packed decimal facility is installed"
271 …"vector-packed-decimal-enhancement", "VectorPackedDecimalEnhancement", (all_of FeatureVectorPacked…
272 "Assume that the vector packed decimal enhancement facility is installed"
301 …"vector-packed-decimal-enhancement-2", "VectorPackedDecimalEnhancement2", (all_of FeatureVectorPac…
302 "Assume that the vector packed decimal enhancement facility 2 is installed"
/freebsd-12-stable/usr.bin/kdump/
Dkdump.c129 static bool abiflag, decimal, fancy = true, resolv, suppressdata, syscallno, variable
150 if (decimal) \
160 if (decimal) \
233 if (decimal) in print_integer_arg()
250 if (decimal) in print_integer_arg_valid()
381 decimal = true; in main()
743 else if (decimal) in ioctlname()
1073 decimal ? 10 : 16); in ktrsyscall()
1193 if (decimal) in ktrsyscall()
1542 if (decimal) in ktrsysret()
[all …]
/freebsd-12-stable/stand/forth/
Dcheck-password.4th34 13 constant enter_key \ The decimal ASCII value for Enter key
35 8 constant bs_key \ The decimal ASCII value for Backspace key
36 21 constant ctrl_u \ The decimal ASCII value for Ctrl-U sequence
47 \ decimal ASCII representation. Note: the stack cannot be empty when this
/freebsd-12-stable/crypto/heimdal/lib/krb5/
Dkrb5.moduli2 # comment security-bits-decimal secure-prime(p)-hex generator(g)-hex (q)-hex
/freebsd-12-stable/contrib/bc/tests/dc/
Dall.txt1 decimal
/freebsd-12-stable/contrib/libxo/doc/
Dfield-modifiers.rst21 \ hn-decimal Humanize: Add a decimal digit, if number < 10
174 "`hn-decimal`" modifier will add a decimal point and a single tenths
182 "{h,hn-decimal:errors/%u}, {h,hn-1000:capacity/%u}, "
183 "{h,hn-decimal:remaining/%u}\n",
/freebsd-12-stable/contrib/bearssl/T0/
Dkern.t078 \ Convert decimal character to number. Complain loudly if conversion
81 decval-nf dup 0 < if "Not a decimal digit: " puts . cr exitvm then ;
83 \ Convert decimal character to number. If not a decimal digit,
/freebsd-12-stable/contrib/bc/tests/bc/
Dall.txt1 decimal
/freebsd-12-stable/share/examples/find_interface/
DREADME3 the command line (sorry, it doesn't parse dotted decimal) and it will

12345678