Searched defs:decimal (Results 1 - 10 of 10) sorted by relevance
/ast/src/cmd/tests/sfio/ |
H A D | tlocale.c | 30 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 D | lclib.h | 55 int decimal; member in struct:Lc_numeric_s
|
/ast/src/cmd/tests/ |
H A D | strtoi.c | 103 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 D | sftable.c | 58 int v, n, skip, dollar, decimal, thousand; local 69 dollar = decimal = thousand = 0; argn = maxp = -1; 167 SFSETLOCALE(&decimal,&thousand);
|
H A D | sfstrtof.h | 211 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 D | sfvprintf.c | 129 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 D | sfvscanf.c | 324 int decimal = 0, thousand = 0; local 371 SFSETLOCALE(&decimal, &thousand);
|
/ast/src/lib/libast/string/ |
H A D | strtoi.h | 64 * [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 D | rskey.c | 73 * 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 D | tkTextDisp.c | 4618 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