/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/types/ |
H A D | tst.constants.d | 42 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/usr.sbin/certctl/ |
H A D | certctl.sh | 95 local checkdir hash decimal 99 decimal=0 101 while [ -e "$checkdir/$hash.$decimal" ] ; do 102 decimal=$((decimal + 1)) 105 echo ${decimal}
|
/freebsd/sys/dev/bhnd/nvram/ |
H A D | nvram_map | 139 fmt decimal 172 fmt decimal 225 fmt decimal 230 fmt decimal 256 fmt decimal 265 fmt decimal 670 fmt decimal 675 fmt decimal 680 fmt decimal 685 fmt decimal [all …]
|
/freebsd/usr.bin/kdump/ |
H A D | kdump.h | 35 extern bool decimal, fancy, resolv; 68 #define print_number(i,n,c) _print_number(i,n,c,decimal) 70 #define print_number64(first,i,n,c) _print_number64(first,i,n,c,decimal)
|
H A D | kdump.c | 129 bool decimal, fancy = true, resolv; variable 203 if (decimal) in print_integer_arg() 220 if (decimal) in print_integer_arg_valid() 354 decimal = true; in main() 776 else if (decimal) in ioctlname() 1146 decimal ? 10 : 16); in ktrsyscall_freebsd() 1266 if (decimal) in ktrsyscall_freebsd() 1637 if (decimal) in ktrsysret() 1854 if (decimal) in ktruser() 2301 decimal ? 10 : 16); in ktrkevent()
|
/freebsd/contrib/gdtoa/ |
H A D | README | 1 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 …]
|
H A D | changes | 23 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/sys/kern/ |
H A D | kern_fail.c | 702 int decimal = ent->fe_prob % (PROB_MAX / 100); in fail_point_get() local 705 if (decimal) { in fail_point_get() 707 while (!(decimal % 10)) { in fail_point_get() 709 decimal /= 10; in fail_point_get() 711 sbuf_printf(sb, ".%0*d", digits, decimal); in fail_point_get() 1015 int units, decimal; in parse_term() local 1017 p = parse_number(&units, &decimal, p); in parse_term() 1024 ent->fe_prob = units * (PROB_MAX / 100) + decimal; in parse_term() 1028 if (!units || units < 0 || decimal) in parse_term()
|
/freebsd/contrib/mandoc/ |
H A D | out.c | 333 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()
|
H A D | tbl_html.c | 260 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()
|
H A D | out.h | 38 size_t decimal; /* decimal position in cell */ member
|
H A D | tbl.h | 33 char decimal; /* Option "decimalpoint". */ member
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-strings/ |
H A D | llvm-strings.cpp | 72 enum radix { none, octal, hexadecimal, decimal }; 104 case decimal: in strings() 158 Radix = decimal; in main() 163 "(octal), 'd' (decimal), 'x' (hexadecimal)"); in main() 79 enum radix { none, octal, hexadecimal, decimal }; global() enumerator
|
/freebsd/contrib/nvi/vi/ |
H A D | v_increment.c | 114 goto decimal; in v_increment() 120 goto decimal; in v_increment() 129 decimal: base = 10; in v_increment()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZFeatures.td | 240 "vector-packed-decimal", "VectorPackedDecimal", (all_of FeatureVectorPackedDecimal), 241 "Assume that the vector packed decimal facility is installed" 287 …"vector-packed-decimal-enhancement", "VectorPackedDecimalEnhancement", (all_of FeatureVectorPacked… 288 "Assume that the vector packed decimal enhancement facility is installed" 317 …"vector-packed-decimal-enhancement-2", "VectorPackedDecimalEnhancement2", (all_of FeatureVectorPac… 318 "Assume that the vector packed decimal enhancement facility 2 is installed"
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | krb5.moduli | 2 # comment security-bits-decimal secure-prime(p)-hex generator(g)-hex (q)-hex
|
/freebsd/stand/forth/ |
H A D | check-password.4th | 33 13 constant enter_key \ The decimal ASCII value for Enter key 34 8 constant bs_key \ The decimal ASCII value for Backspace key 35 21 constant ctrl_u \ The decimal ASCII value for Ctrl-U sequence 46 \ decimal ASCII representation. Note: the stack cannot be empty when this
|
/freebsd/contrib/bc/tests/dc/ |
H A D | all.txt | 1 decimal
|
/freebsd/contrib/libxo/doc/ |
H A D | field-modifiers.rst | 21 \ 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/crypto/openssl/doc/man3/ |
H A D | OSSL_ALGORITHM.pod | 64 This is the OID itself for C<rsaEncryption>, in canonical decimal text form. 116 OIDs that are registered, or the OID itself in canonical decimal text form 121 canonical decimal text form. That should cover all scenarios.
|
H A D | OSSL_PARAM_allocate_from_text.pod | 59 I<value_n> decimal characters, which are decoded, and the resulting 69 hexadecimal or decimal characters, OSSL_PARAM_allocate_from_text() 88 hexadecimal or decimal characters, OSSL_PARAM_allocate_from_text()
|
/freebsd/contrib/bc/tests/bc/ |
H A D | all.txt | 1 decimal
|
/freebsd/contrib/bearssl/T0/ |
H A D | kern.t0 | 78 \ 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/share/examples/find_interface/ |
H A D | README | 3 the command line (sorry, it doesn't parse dotted decimal) and it will
|
/freebsd/contrib/bc/vs/tests/ |
H A D | tests_dc.bat | 16 decimal
|