Home
last modified time | relevance | path

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

123

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/types/
H A Dtst.constants.d40 decimal = 12345;
45 printf("%d %d %d %d", decimal, octal, hexadecimal_1, hexadecimal_2);
46 printf("%d %o %x %x", decimal, octal, hexadecimal_1, hexadecimal_2);
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfstrtof.h211 int decimal = 0; local
224 SFSETLOCALE(&decimal, &thousand);
267 else if (c == decimal)
269 decimal = -1;
331 else if (c == decimal)
333 decimal = -1;
410 else if (c == decimal)
412 decimal = -1;
417 else if (c != thousand || (c == thousand && decimal == -1))
H A Dsfhdr.h649 *(dp) = lv->decimal; \
656 #define SFSETLOCALE(decimal,thousand) \ argument
658 if(*(decimal) == 0) \
659 { *(decimal) = '.'; \
663 *(decimal) = *(unsigned char*)lv->decimal_point; \
672 #define SFSETLOCALE(decimal,thousand) (*(decimal)='.',*(thousand)=-1) argument
H A Dsfvprintf.c129 int decimal = 0, thousand = 0; local
328 SFSETLOCALE(&decimal,&thousand);
333 SFSETLOCALE(&decimal,&thousand);
1257 SFSETLOCALE(&decimal,&thousand);
1259 *endsp++ = decimal;
1299 SFSETLOCALE(&decimal,&thousand);
1320 *endsp++ = decimal;
H A Dsftable.c58 int v, n, skip, dollar, decimal, thousand; local
69 dollar = decimal = thousand = 0; argn = maxp = -1;
167 SFSETLOCALE(&decimal,&thousand);
/illumos-gate/usr/src/common/ficl/test/
H A Dficltest.fr90 { 0x10 -> decimal 16 }
91 { hex 0d10 -> decimal 10 }
93 -> decimal 256 }
/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dfmtscale.c86 sfsprintf(buf, z, "%I*u%c%d%s", sizeof(n), n, p->decimal >= 0 ? p->decimal : '.', r, suf); in fmtscale()
H A Dstrtoi.h245 int decimal = 0; local
335 SFSETLOCALE(&decimal, &thousand);
517 else if (c == decimal && S2I_valid(s))
/illumos-gate/usr/src/cmd/mandoc/
H A 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()
H A 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()
H A Dout.h38 size_t decimal; /* decimal position in cell */ member
H A Dtbl.h33 char decimal; /* Option "decimalpoint". */ member
H A Dtbl_opts.c99 tbl->opts.decimal = p[*pos]; in arg()
H A Dterm.h49 int decimal; /* decimal point position */ member
H A Dtbl.c102 tbl->opts.decimal = '.'; in tbl_alloc()
H A Dtbl_term.c873 } else if (cp[0] == opts->decimal && in tbl_number()
900 if (col->decimal > intsz && col->width > totsz) { in tbl_number()
901 padl = col->decimal - intsz; in tbl_number()
/illumos-gate/usr/src/uts/intel/io/amdzen/
H A Dsmntemp.c115 int64_t raw, decimal; in smntemp_temp_update() local
128 decimal = SMN_SMU_THERMAL_CURTEMP_TEMPERATURE(reg) & in smntemp_temp_update()
135 stt->stt_temp += decimal; in smntemp_temp_update()
/illumos-gate/usr/src/boot/forth/
H A Dpcibios.4th40 hex ?number decimal
42 dup pcibios-device-count ." Found " . ." instances of " hex . decimal cr
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
H A Dmenu.4th41 46 constant dot \ ASCII definition of a period (in decimal)
195 \ the incremental decimal ASCII value associated with the menu item, and
233 \ Here we will add the ASCII decimal of the numerical prefix
234 \ to the stack (decimal ASCII for `1' is 49) as a "return value"
371 \ `printmenuitem' ends by adding the decimal ASCII value for the
378 \ and the key required to activate that menu item will be the decimal
579 \ decimal ASCII representation. This function is called by the menu-display
1025 \ Evaluate the decimal ASCII value against known menu item
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/
H A Dlclib.h55 int decimal; member
/illumos-gate/usr/src/cmd/cmd-inet/etc/
H A Dnetmasks37 # "decimal dot" notation, e.g:
H A Dipqosconf.1.sample101 # Set all 64 entries of dscp_map to 46 decimal.
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Darith.sh304 then err_exit '-Z3 not treated as decimal'
313 then err_exit 'display of unsigned integers in non-decimal bases wrong'
/illumos-gate/usr/src/cmd/fs.d/smbclnt/smbutil/
H A Dsrvsvc1.ndl123 /* for svX_platform (note: decimal!) */

123