Searched refs:LONG_MIN (Results 1 - 25 of 63) sorted by relevance

123

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20031020-1.c20 foo (LONG_MIN);
21 foo (LONG_MIN + 10000);
/haiku-buildtools/gcc/gmp/mpf/
H A Dfits_slong.c23 #define MINIMUM LONG_MIN
/haiku-buildtools/gcc/gmp/mpz/
H A Dfits_slong.c23 #define MINIMUM LONG_MIN
/haiku-buildtools/gcc/mpfr/src/
H A Dfits_slong.c25 #define MINIMUM LONG_MIN
H A Dget_si.c36 MPFR_IS_NEG (f) ? LONG_MIN : LONG_MAX;
43 for (s = LONG_MIN, prec = 0; s != 0; s /= 2, prec++)
63 s = MPFR_SIGN(f) > 0 ? a : a <= LONG_MAX ? - (long) a : LONG_MIN;
H A Dout_str.c87 MPFR_ASSERTN(e >= LONG_MIN);
H A Dprint_raw.c66 MPFR_ASSERTN (ex >= LONG_MIN && ex <= LONG_MAX);
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/ubsan/
H A Doverflow-sub-2.c7 #define LONG_MIN (-__LONG_MAX__ - 1L) macro
28 volatile long int l = LONG_MIN;
32 l = LONG_MIN + 100;
35 l = LONG_MIN;
39 m = LONG_MIN + 1000;
H A Doverflow-add-2.c7 #define LONG_MIN (-__LONG_MAX__ - 1L) macro
37 m = LONG_MIN;
41 m = LONG_MIN + 100;
H A Doverflow-negate-1.c5 #define LONG_MIN (-__LONG_MAX__ - 1L) macro
17 volatile long int li = LONG_MIN;
H A Doverflow-negate-2.c7 #define LONG_MIN (-__LONG_MAX__ - 1L) macro
25 volatile long int li = LONG_MIN;
H A Dpr56917.c6 #define LONG_MIN (-__LONG_MAX__ - 1L) macro
31 || fn2 (__LONG_MAX__ + 1UL) != LONG_MIN
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/torture/
H A Dbuiltin-arith-overflow-2.c8 TESTS (long, LONG_MIN, LONG_MAX)
11 TESTS (long, LONG_MIN, LONG_MAX)
19 TESTS (long, LONG_MIN, LONG_MAX)
22 TESTS (long, LONG_MIN, LONG_MAX)
H A Dbuiltin-arith-overflow-13.c7 TESTS (long, LONG_MIN, LONG_MAX)
15 TESTS (long, LONG_MIN, LONG_MAX)
/haiku-buildtools/binutils/libiberty/
H A Dstrtol.c79 #ifndef LONG_MIN
80 #define LONG_MIN ((long)(~LONG_MAX)) /* 0x80000000 */ macro
137 cutoff = neg ? -(unsigned long)LONG_MIN : LONG_MAX;
158 acc = neg ? LONG_MIN : LONG_MAX;
/haiku-buildtools/gcc/libiberty/
H A Dstrtol.c79 #ifndef LONG_MIN
80 #define LONG_MIN ((long)(~LONG_MAX)) /* 0x80000000 */ macro
137 cutoff = neg ? -(unsigned long)LONG_MIN : LONG_MAX;
158 acc = neg ? LONG_MIN : LONG_MAX;
/haiku-buildtools/legacy/binutils/libiberty/
H A Dstrtol.c77 #ifndef LONG_MIN
78 #define LONG_MIN ((long)(~LONG_MAX)) /* 0x80000000 */ macro
135 cutoff = neg ? -(unsigned long)LONG_MIN : LONG_MAX;
156 acc = neg ? LONG_MIN : LONG_MAX;
/haiku-buildtools/legacy/gcc/libiberty/
H A Dstrtol.c54 #ifndef LONG_MIN
55 #define LONG_MIN ((long)(~LONG_MAX)) /* 0x80000000 */ macro
115 cutoff = neg ? -(unsigned long)LONG_MIN : LONG_MAX;
136 acc = neg ? LONG_MIN : LONG_MAX;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/18_support/headers/climits/
H A Dvalues.cc39 long l3 = LONG_MIN;
/haiku-buildtools/gcc/gmp/tests/mpz/
H A Dt-get_si.c94 want = LONG_MIN;
97 CHECK_MAX ("LONG_MIN");
104 want = LONG_MIN;
H A Dt-fits.c186 mpz_set_si (z, LONG_MIN);
187 expr = "LONG_MIN";
190 mpz_set_si (z, LONG_MIN);
192 expr = "LONG_MIN + 1";
/haiku-buildtools/legacy/gcc/gcc/
H A Dglimits.h73 #undef LONG_MIN macro
74 #define LONG_MIN (-LONG_MAX-1) macro
/haiku-buildtools/gcc/mpfr/tests/
H A Dtset_z_exp.c55 if (e < LONG_MIN)
56 printf ("(<LONG_MIN)");
102 if (e < LONG_MIN)
103 printf ("(<LONG_MIN)");
/haiku-buildtools/gcc/gcc/
H A Dglimits.h93 #undef LONG_MIN macro
94 #define LONG_MIN (-LONG_MAX - 1L) macro
/haiku-buildtools/gcc/libstdc++-v3/testsuite/18_support/numeric_limits/
H A Dmin_max.cc48 DEFINE_EXTREMA(long, LONG_MIN, LONG_MAX);

Completed in 107 milliseconds

123