/osnet-11/usr/src/lib/libast/common/port/ |
H A D | lclib.h | 55 int decimal; member in struct:Lc_numeric_s
|
/osnet-11/usr/src/lib/libast/common/string/ |
H A D | fmtscale.c | 86 sfsprintf(buf, z, "%I*u%c%d%s", sizeof(n), n, p->decimal >= 0 ? p->decimal : '.', r, suf);
|
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))
|
/osnet-11/usr/src/lib/libast/common/sfio/ |
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 | sfhdr.h | 633 /* function to get the decimal point for local environment */ 639 *(dp) = lv->decimal; \ 646 #define SFSETLOCALE(decimal,thousand) \ 648 if(*(decimal) == 0) \ 649 { *(decimal) = '.'; \ 653 *(decimal) = *(unsigned char*)lv->decimal_point; \ 662 #define SFSETLOCALE(decimal,thousand) (*(decimal)='.') 1074 /* sfucvt() converts decimal integers to ASCII */
|
H A D | sfvprintf.c | 129 int decimal = 0, thousand = 0; local 322 SFSETLOCALE(&decimal,&thousand); 327 SFSETLOCALE(&decimal,&thousand); 1207 SFSETLOCALE(&decimal,&thousand); 1209 *endsp++ = decimal; 1238 f_format: /* data before the decimal point */ 1249 SFSETLOCALE(&decimal,&thousand); 1270 *endsp++ = decimal;
|
H A D | sftable.c | 58 int v, n, skip, dollar, decimal, thousand; local 71 dollar = decimal = thousand = 0; argn = maxp = -1; 169 SFSETLOCALE(&decimal,&thousand);
|
H A D | sfvscanf.c | 326 int decimal = 0, thousand = 0; local 373 SFSETLOCALE(&decimal, &thousand);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/ |
H A D | UCD.pm | 102 decimal if decimal digit this is the integer numeric value 221 decimal digit numeric 462 A I<code point argument> is either a decimal or a hexadecimal scalar 467 be interpreted as a decimal code point. Also note that Unicode is
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/ |
H A D | upgrade.inc | 193 # convert hex/binary targets to decimal
|
H A D | bigintpm.inc | 184 # convert hex/binary targets to decimal
|
H A D | mbimbf.inc | 809 # convert hex/binary targets to decimal
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/I18N/Langinfo/ |
H A D | Langinfo.pm | 169 of decimal numbers (yes, this is redundant with POSIX::localeconv())
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/ |
H A D | BigInt.pm | 1903 # return the nth decimal digit, negative values count backward, 0 is right 2038 # since we do not know underlying represention of $x, use decimal string 2090 # do not use digit(), it is costly for binary => decimal 2902 input is accepted as decimal, hex (with leading '0x') or binary (with leading 3183 Returns the number of digits in the decimal representation of the number. 3257 the decimal point. For example, 123.45 has a precision of -2. 0 means an 3259 of the decimal point are zero, so 123 with P = 1 becomes 120. Note that 3260 numbers with zeros before the decimal point may have different precisions, 3262 was). It could also have p < 0, when the digits after the decimal point 3315 decimal poin [all...] |
H A D | BigRat.pm | 1339 Calc.pm uses as internal format an array of elements of some decimal base
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/ |
H A D | mktables | 705 $decimal, ## decimal digit value 754 $To{Digit}->Append($code, $decimal) if length $decimal;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/ |
H A D | Calc.pm | 11 # Package to store unsigned big integers in decimal and do math with them 977 # return amount of trailing zeros in decimal 1760 # convert a decimal number to hex (ref to array, return ref to string) 1796 # convert a decimal number to bin (ref to array, return ref to string) 1837 # convert a hex number to decimal (ref to string, return ref to array) 1861 # convert a hex number to decimal (ref to string, return ref to array) 1996 _new(string) return ref to new object from ref to decimal string 2027 _len(obj) returns count of the decimal digits of the object 2028 _digit(obj,n) returns the n'th decimal digit of object 2066 _zeros(obj) return number of trailing decimal zero [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/x2p/ |
H A D | s2p.t | 27 Except for bin2dec (which indeed converts binary to decimal) none of the 95 # binary -> decimal 111 # count Xs in decimal
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Unicode/Normalize/ |
H A D | Normalize.pm | 147 interpretation of C<$codepoint> as a decimal number has incompatibility.
|
/osnet-11/usr/src/lib/libc/port/print/ |
H A D | doprnt.c | 239 /* This function computes the decimal low-order digit of the number */ 930 * strings before and after the decimal 932 * decimal point, then flagword & DOTSEEN 977 * decimal fixed point representations 1053 decimal: 1155 goto decimal; 1158 * non-decimal fixed point representations 1354 /* put in a decimal point if needed */ 1460 /* Put in a decimal point if needed */ 1575 /* Emit the digits before the decimal poin [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/ |
H A D | HiRes.pm | 167 decimal separator and five after. To see the microseconds you can use
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | Exporter.pm | 329 with at least two decimal places, e.g., 1.09.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/ |
H A D | c2ph.PL | 162 the formatting of each column, whether you prefer wide or fat, hex or decimal,
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/PPPort/ |
H A D | PPPort.pm | 971 /* UVs are at least 32 bits, so the first 9 decimal digits cannot
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | config_h.SH | 1050 * number to a string without a trailing decimal point. This 1053 * trailing decimal point, then gcvt() is used. If all else fails, 3264 * as a signed decimal integer. 3268 * as an unsigned decimal integer.
|