Searched defs:decimal (Results 1 - 10 of 10) sorted by relevance

/ast/src/cmd/tests/sfio/
H A Dtlocale.c30 int n, decimal, thousand; local
38 decimal = '.';
40 decimal = lv->decimal_point[0];
54 sfsprintf(cmp, sizeof(cmp), "1%c000%c10", thousand, decimal);
55 else sfsprintf(cmp, sizeof(cmp), "1000%c10", decimal);
/ast/src/lib/libast/port/
H A Dlclib.h55 int decimal; member in struct:Lc_numeric_s
/ast/src/cmd/tests/
H A Dstrtoi.c103 int decimal; local
114 decimal = *localeconv()->decimal_point;
129 decimal = *localeconv()->decimal_point;
136 m = strchr(s, decimal) ? 100 : 0;
/ast/src/lib/libast/sfio/
H A Dsftable.c58 int v, n, skip, dollar, decimal, thousand; local
69 dollar = decimal = thousand = 0; argn = maxp = -1;
167 SFSETLOCALE(&decimal,&thousand);
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;
H A Dsfvprintf.c129 int decimal = 0, thousand = 0; local
328 SFSETLOCALE(&decimal,&thousand);
333 SFSETLOCALE(&decimal,&thousand);
1252 SFSETLOCALE(&decimal,&thousand);
1254 *endsp++ = decimal;
1283 f_format: /* data before the decimal point */
1294 SFSETLOCALE(&decimal,&thousand);
1315 *endsp++ = decimal;
H A Dsfvscanf.c324 int decimal = 0, thousand = 0; local
371 SFSETLOCALE(&decimal, &thousand);
/ast/src/lib/libast/string/
H A Dstrtoi.h64 * [1-9] decimal
245 int decimal = 0; local
335 SFSETLOCALE(&decimal, &thousand);
517 else if (c == decimal && S2I_valid(s))
/ast/src/lib/librecsort/
H A Drskey.c73 * before the decimal point. The quantity actually stored
75 * 1 decimal digit d each, stored as d+2 if x is positive
109 int decimal = 0; local
143 decimal++;
162 if (decimal)
164 decimal++;
168 if (!decimal)
177 if (!decimal)
263 * packed decimal (bcd)
329 * zoned decimal
[all...]
/ast/src/lib/libtk/generic/
H A DtkTextDisp.c4618 int x, desired, delta, width, decimal, i, gotDigit;
4701 decimal = gotDigit = 0;
4712 decimal = p-ciPtr->chars;
4716 decimal = p-ciPtr->chars;
4729 ciPtr->chars, decimal, decimalChunkPtr->x, 1000000, 0,
4735 * There wasn't a decimal point. Right justify the text.
4851 * the damn decimal point will be.
4583 int x, desired, delta, width, decimal, i, gotDigit; local

Completed in 65 milliseconds