Searched refs:decimal (Results 76 - 93 of 93) sorted by relevance

1234

/openbsd-current/gnu/gcc/gcc/
H A Dread-rtl.c1283 fatal_with_file_and_line (infile, "invalid decimal constant \"%s\"\n", string);
1461 /* tmp_char is a buffer used for reading decimal integers
/openbsd-current/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/
H A DBigFloat.pm510 # At this point, what is left are decimal numbers that aren't handled
512 # "0o", "0O", "o", or "O" prefixes. First see if it is a decimal number.
537 # If we get here, the value is neither a valid decimal, binary, octal, or
674 my $enc; # significand encoding (applies only to decimal)
682 } elsif ($format =~ /^decimal(\d+)(dpd|bcd)?\z/) {
4198 # if $x has digits after the decimal point
4470 # Parts used for decimal notation, e.g., "12345.6789" is returned as "12345"
4797 # Not decimal point when the mantissa has length one, i.e., return the
4805 # length of the mantissa minus one (because the decimal point is after
5009 my $enc; # significand encoding (applies only to decimal)
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/
H A DSpec.pm848 Decimal versions are regular "decimal numbers", with some limitations.
862 Dotted-integer (also known as dotted-decimal) versions consist of
864 "periods" or "decimal points"). This are equivalent in format to Perl
867 three integer components. To retain a one-to-one mapping with decimal
/openbsd-current/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/lib/Hash/Util/
H A DFieldHash.pm156 reference address in decimal is used as the key.
345 Since the keys of real objects are decimal numbers, there is no
/openbsd-current/gnu/usr.bin/perl/dist/Exporter/lib/
H A DExporter.pm344 with at least two decimal places, e.g., 1.09.
/openbsd-current/gnu/usr.bin/perl/dist/Unicode-Normalize/
H A DNormalize.pm202 about the interpretation of C<$code_point> as a decimal number.
/openbsd-current/gnu/usr.bin/perl/cpan/bignum/lib/
H A Dbignum.pm77 # accepted by the functions parsing decimal and hexadecimal numbers, so
78 # handle octal numbers before decimal and hexadecimal numbers.
85 # See if it is decimal number.
393 # This takes care each number written as decimal integer and within the
403 # This takes care of each number written with a decimal point and/or
404 # using floating point notation, e.g., "3.", "3.0", "3.14e+2" (decimal),
413 # Take care of each number written as an integer (no decimal point or
488 decimal 314.
/openbsd-current/gnu/usr.bin/perl/dist/Time-HiRes/
H A DHiRes.pm285 before the decimal separator and five after. To see the microseconds
/openbsd-current/gnu/usr.bin/perl/pod/
H A Dperlmodlib.PL649 number with at least two digits after the decimal (i.e., hundredths,
/openbsd-current/gnu/usr.bin/gcc/gcc/f/
H A Dexpr.c395 ffelexToken decimal, ffelexToken fraction, ffelexToken exponent,
9540 /* Check whether rest of string is all decimal digits. */
15779 ffelexToken decimal, ffelexToken fraction,
15791 assert (decimal != NULL);
15792 e->token = ffelex_token_use (decimal);
15811 (integer, decimal, fraction, exponent, exponent_sign, exponent_digits));
15819 (integer, decimal, fraction, exponent, exponent_sign, exponent_digits));
15828 (integer, decimal, fraction, exponent, exponent_sign, exponent_digits));
15777 ffeexpr_make_float_const_(char exp_letter, ffelexToken integer, ffelexToken decimal, ffelexToken fraction, ffelexToken exponent, ffelexToken exponent_sign, ffelexToken exponent_digits) argument
/openbsd-current/gnu/usr.bin/perl/
H A Dtoke.c5270 /* deal with decimal/octal constants like 1 and 0123 */
11863 If it reads a number without a decimal point or an exponent, it will
11922 /* if it starts with a 0, it could be an octal number, a decimal in
11961 /* check for a decimal in disguise */
11963 goto decimal;
12087 * (and value construction) for hexfp, the decimal
12241 goto decimal;
12289 handle decimal numbers.
12294 decimal:
12349 /* read a decimal portio
[all...]
H A Dconfig_h.SH931 * number to a string without a trailing decimal point. This
934 * trailing decimal point, then gcvt() is used. If all else fails,
4036 * as a signed decimal integer.
4040 * as an unsigned decimal integer.
4142 * floating point expression to reduce the chance of decimal/binary
4195 * as a signed decimal integer.
4199 * as an unsigned decimal integer.
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A DChangeLog-3.x7 * convex-dep.c (comm_registers_info): accept decimal comm register
837 If they are less than +9, print them in signed decimal instead
/openbsd-current/gnu/usr.bin/perl/cpan/JSON-PP/lib/JSON/
H A DPP.pm1223 decode_error("malformed number (no digits after decimal point)");
2728 represent most decimal fractions exactly, and when converting from and to
2860 binary to decimal conversion follows the same rules as in Perl, which
/openbsd-current/gnu/usr.bin/perl/cpan/Math-BigRat/lib/Math/
H A DBigRat.pm2348 # is decimal 255, but new("0377") returns decimal 377.
3076 different ways to write the number decimal 314.
/openbsd-current/gnu/gcc/gcc/doc/include/
H A Dtexinfo.tex2750 % #1 is the @columnfraction, usually a decimal number like .5, but might
/openbsd-current/gnu/usr.bin/binutils-2.17/texinfo/
H A Dtexinfo.tex2538 % #1 is the @columnfraction, usually a decimal number like .5, but might
/openbsd-current/gnu/usr.bin/texinfo/doc/
H A Dtexinfo.tex2649 % #1 is the @columnfraction, usually a decimal number like .5, but might

Completed in 593 milliseconds

1234