Home
last modified time | relevance | path

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

1234567

/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/types/
H A 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/sys/dev/bhnd/nvram/
H A Dnvram_map139 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 Dkdump.h35 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)
/freebsd/contrib/lyaml/lib/lyaml/
H A Dimplicit.lua147 local function decimal(value) function
273 decimal = decimal,
H A Dexplicit.lua75 maybefloat(implicit.decimal),
90 implicit.decimal,
/freebsd/contrib/gdtoa/
H A 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 …]
H A 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/sys/kern/
H A Dkern_fail.c697 int decimal = ent->fe_prob % (PROB_MAX / 100); in fail_point_get()
700 if (decimal) { in fail_point_get()
702 while (!(decimal % 10)) { in fail_point_get() local
704 decimal /= 10; in fail_point_get()
706 sbuf_printf(sb, ".%0*d", digits, decimal); in fail_point_get()
1010 int units, decimal; in parse_term()
1012 p = parse_number(&units, &decimal, p); in parse_term()
1019 ent->fe_prob = units * (PROB_MAX / 100) + decimal; in parse_term()
1023 if (!units || units < 0 || decimal) in parse_term()
1015 int units, decimal; parse_term() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-strings/
H A Dllvm-strings.cpp74 enum radix { none, octal, hexadecimal, decimal }; enumerator
106 case decimal: in strings()
160 Radix = decimal; in main()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFeatures.td242 "vector-packed-decimal", "VectorPackedDecimal", (all_of FeatureVectorPackedDecimal),
243 "Assume that the vector packed decimal facility is installed"
289 …"vector-packed-decimal-enhancement", "VectorPackedDecimalEnhancement", (all_of FeatureVectorPacked…
290 "Assume that the vector packed decimal enhancement facility is installed"
319 …"vector-packed-decimal-enhancement-2", "VectorPackedDecimalEnhancement2", (all_of FeatureVectorPac…
320 "Assume that the vector packed decimal enhancement facility 2 is installed"
368 …"vector-packed-decimal-enhancement-3", "VectorPackedDecimalEnhancement3", (all_of FeatureVectorPac…
369 "Assume that the vector packed decimal enhancement facility 3 is installed"
/freebsd/contrib/mandoc/
H A Dout.c111 * Calculate the abstract widths and decimal positions of columns in a
145 * widths and decimal positions for all cells in the column. It in tblcalc()
354 col->decimal += (col->width - col->nwidth) / 2; in tblcalc()
515 * the last decimal point that is adjacent to a digit. in tblcalc_number()
524 } else if (cp[0] == opts->decimal && in tblcalc_number()
557 if (intsz > col->decimal) {
558 col->nwidth += intsz - col->decimal;
559 col->decimal = intsz;
561 totsz += col->decimal - intsz;
H A Dtbl_html.c234 if (col->decimal < col->nwidth) { in print_tbl()
236 sp->opts->decimal)) == NULL) { in print_tbl()
242 sz = col->nwidth - col->decimal; in print_tbl()
H A Dout.h38 size_t decimal; /* Decimal position [BU]. */ member
H A Dtbl.h33 char decimal; /* Option "decimalpoint". */ member
/freebsd/contrib/nvi/vi/
H A Dv_increment.c114 goto decimal; in v_increment()
120 goto decimal; in v_increment()
129 decimal: base = 10; in v_increment()
/freebsd/crypto/heimdal/lib/krb5/
H A Dkrb5.moduli2 # comment security-bits-decimal secure-prime(p)-hex generator(g)-hex (q)-hex
/freebsd/stand/forth/
H A Dcheck-password.4th33 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/crypto/krb5/src/lib/krb5/os/
H A Dt_trace.ref2 int, in decimal: -1
3 long, in decimal: -2
/freebsd/contrib/bc/tests/dc/
H A Dall.txt1 decimal
/freebsd/contrib/libxo/doc/
H A 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/crypto/openssl/doc/man3/
H A DOSSL_ALGORITHM.pod64 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 DOSSL_PARAM_allocate_from_text.pod59 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/bearssl/T0/
H A 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/contrib/llvm-project/lldb/docs/
H A Ddil-expr-lang.ebnf32 integer_literal = ? Integer constant: hexademical, decimal, octal, binary ? ;
/freebsd/share/examples/find_interface/
H A DREADME3 the command line (sorry, it doesn't parse dotted decimal) and it will

1234567