Searched refs:integers (Results 1 - 25 of 43) sorted by relevance

12

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dffs-2.c9 /* at least 32-bit integers */
16 /* at least 16-bit integers */
23 #error integers are too small
/openbsd-current/gnu/usr.bin/perl/t/porting/
H A Dutils.t79 # Does this perl have 64 bit integers?
89 # check to see if this script needs 64 bit integers.
90 if (!$has_64bit_ints and $got =~ /requires 64 bit integers/) {
91 skip("$victim requires 64 bit integers and this is a 32 bit Perl", 1);
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/
H A Dfp_compare_impl.inc59 // a and b as signed integers as we would with a floating-point compare.
70 // complement integer representation; if integers are represented in a
/openbsd-current/gnu/usr.bin/perl/dist/Storable/
H A DMakefile.PL61 You appear to have a perl configured to use 64 bit integers in its scalar
H A DStorable.pm1337 unsigned integers on storing. By default Storable prefers to store a
1339 problems when storing large unsigned integers that had never been converted
1365 to use C's C<long long> type to allow scalars to store 64 bit integers on 32
1369 whether the perl writing was using 32 or 64 bit integers, despite the fact
1371 running on perl with 64 bit integers will read the header from a file
1377 information about the size of integers. It's impossible to detect whether
1378 an old file being read in was written with 32 or 64 bit integers (they have
1384 on perl 5.6.0 or 5.6.1 configured with 64 bit integers on Unix or Linux
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dinteger.pm32 integers, i.e., -(2**31) .. (2**31-1) on 32-bit architectures, and
64 B<unsigned> integers, but with C<use integer;> the operands and results
/openbsd-current/regress/lib/libevent/
H A Devent_regress.c1563 uint32_t integers[TEST_MAX_INT] = { local
1572 encode_int(tmp, integers[i]);
1575 integers[i], newlen - oldlen);
1583 if (integer != integers[i]) {
1585 integer, integers[i]);
1646 uint32_t integers[TEST_MAX_INT] = { local
1655 evtag_encode_tag(tmp, integers[i]);
1658 integers[i], newlen - oldlen);
1666 if (integer != integers[i]) {
1668 integer, integers[
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/bignum/lib/
H A Dbignum.pm485 considered an integer or non-integers depends only on the value of the constant,
494 The classes used for integers and non-integers can be set at compile time with
497 # use Math::BigInt for integers and Math::BigRat for non-integers
548 Disabling downgrading doesn't change the fact that literal constant integers are
558 If you want all numeric literals, both integers and non-integers, to become
562 non-integers are converted to the upgrade class, it only prevents upgrading as a
571 If you want all numeric literals, both integers an
[all...]
H A Dbigint.pm51 # combination of non-integers with no upgrading. Such cases are by
432 Numeric literal that represent non-integers are truncated to an integer. All
438 Unlike the L<integer> pragma, the C<bigint> pragma creates integers that are
479 bigint> can handle arbitrarily large integers.
502 In practice this seldom makes a difference for small integers as B<parts and
/openbsd-current/gnu/usr.bin/perl/
H A Dlocale.c45 * categories need not be small contiguous integers, so do not lend themselves
47 * are all small contiguous non-negative integers, and translation functions
3411 const lconv_offset_t * integers; local
3456 integers = NULL;
3463 integers = NULL;
3476 integers = P_CS_PRECEDES_ADDRESS;
3521 integers = lconv_integers;
3538 integers
3633 if (integers) while (1) {
3634 const char * name = integers
3657 S_populate_hash_from_localeconv(pTHX_ HV * hv, const char * locale, const U32 which_mask, const lconv_offset_t * strings[2], const lconv_offset_t * integers) argument
[all...]
H A DConfigure1858 -Duse64bitint use 64bit integers
1859 -Duse64bitall use 64bit integers and pointers
5791 echo "Checking to see how big your integers are..." >&4
5810 echo "Your integers are $intsize bytes long."
5811 echo "Your long integers are $longsize bytes long."
5812 echo "Your short integers are $shortsize bytes long."
6097 *) echo "We could use '$quadtype' for 64-bit integers." >&4
6168 You have natively 64-bit long integers.
6189 rp='Try to use 64-bit integers, if available?'
6233 the use of 64-bit integers
[all...]
H A Dconfig_h.SH2366 * __builtin_add_overflow for adding integers with overflow checks.
2370 * __builtin_sub_overflow for subtracting integers with overflow checks.
2374 * __builtin_mul_overflow for multiplying integers with overflow checks.
4305 * This symbol, if defined, indicates that 64-bit integers should
4306 * be used when available. If not defined, the native integers
4308 * 64-bitness is used, just enough to get 64-bit integers into Perl.
4313 * This symbol, if defined, indicates that 64-bit integers should
4314 * be used when available. If not defined, the native integers
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/
H A DHistory.pm47 Going forward, specification version numbers will be integers and
/openbsd-current/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/lib/Math/BigInt/
H A DFastCalc.pm129 integers, but the base length used in the internal representation can be
/openbsd-current/gnu/usr.bin/perl/hints/
H A Dsolaris_2.sh532 # after it has prompted the user for whether to use 64 bit integers.
538 Solaris `uname -r|sed -e 's/^5\./2./'` does not support 64-bit integers.
/openbsd-current/gnu/usr.bin/perl/cpan/Math-BigRat/lib/Math/
H A DBigRat.pm2536 both values are integers. Mnemonic: fraction.
2581 Returns the BigRat as hexadecimal string. Works only for integers.
2588 Returns the BigRat as binary string. Works only for integers.
2595 Returns the BigRat as octal string. Works only for integers.
2684 Works currently only for integers.
2696 in addition, both $x and $y are integers, the result is identical to the result
2979 Calculates two integers A and B so that A/B is equal to C<e ** $x>, where C<e> is
/openbsd-current/gnu/usr.bin/perl/ext/IPC-Open3/lib/IPC/
H A DOpen3.pm63 The filehandles may also be integers, in which case they are understood
/openbsd-current/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/
H A DBigInt.pm593 # Shortcut for non-zero scalar integers with no non-zero exponent.
938 croak "the elements must be finite non-negative integers"
2469 # integers $x.
2681 # We don't support finite non-integers, so return zero. The reason for
4030 # integers. E.g., "12345.6789" is returned as "123456789" (mantissa) and "-4"
4199 # Fractional parts with the numerator and denominator as integers. E.g.,
5997 $x->sparts(); # mantissa and exponent (as integers)
6008 $x->bsstr(); # string in scientific notation with integers
6018 $x->to_base_num($b); # as array of integers in any base
6030 Math::BigInt provides support for arbitrary precision integers
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/BigInt/
H A DLib.pm1553 # Convert the number to an array of integers in any base.
1589 # 32 bit integers. There are 4 bits pr hexadecimal digit, and we use only
1618 # bit integers. There are 3 bits pr octal digit, and we use only 31 bits to
1648 # integers is 31. We use only 31 bits to play safe.
2050 A library only needs to deal with unsigned big integers. Testing of input
2249 Returns the factorial of OBJ, i.e., the product of all positive integers up to
2255 product of all positive, even integers up to and including OBJ, i.e.,
2257 odd integers, i.e., 1*3*5*...*OBJ.
H A DCalc.pm15 # Package to store unsigned big integers in decimal and do math with them
179 # of integers, where each integer represents a chunk of the original input
209 # so make sure that 99_999 * 99_999 + 99_998 is within the range of integers
252 # integers are converted to floating point numbers, even though they are
253 # within the range of what can be represented as integers. For example, on
638 # This version works on integers
1475 # We cache k*k, and calculate (j * j) as the sum of the first j odd integers
2445 Note that it is better to specify the base length and whether to use integers as
/openbsd-current/gnu/usr.bin/perl/cpan/Scalar-List-Utils/lib/List/
H A DUtil.pm565 be coerced into integers.
576 values returned by C<uniqint> are well-behaved as integers.
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A DChangeLog-3.x1546 * expread.y (parse_number): Will now accept integers suffixed with
2177 printing of large integers.
2181 which to print typeless integers.
2198 packed structure. Added code for printing typeless integers and
4116 Converted these pointers into integers.
4664 displaying 64-bit `long long' integers. Each machine must define
/openbsd-current/gnu/usr.bin/perl/dist/Time-HiRes/
H A DHiRes.pm462 and therefore the timestamps will stay integers. The same
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dbench.pl192 If the final results are plain integers, they are prefixed with "p"
814 # if the auto-generated labels are plain integers, prefix
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/
H A DZip.pm1714 integers in the "Ux" field. Use C<< exUnixN >> if your UID or GID are
1730 The UID & GID are stored as 32-bit integers.

Completed in 415 milliseconds

12