LONG_MIN 245 lib/common/logging.c if ((filemode_l != LONG_MIN) && (filemode_l != LONG_MAX)) { LONG_MIN 30 maint/gnulib/lib/ftell.c if (LONG_MIN <= offset && offset <= LONG_MAX) LONG_MIN 456 maint/gnulib/lib/intprops.h long int, LONG_MIN, LONG_MAX), \ LONG_MIN 509 maint/gnulib/lib/intprops.h long int, LONG_MIN, LONG_MAX) \ LONG_MIN 521 maint/gnulib/lib/intprops.h long int, LONG_MIN, LONG_MAX) \ LONG_MIN 114 maint/gnulib/lib/limits.in.h # define LONG_WIDTH _GL_INTEGER_WIDTH (LONG_MIN, LONG_MAX) LONG_MIN 1556 maint/gnulib/lib/mini-gmp.c return mpz_cmp_si (u, LONG_MAX) <= 0 && mpz_cmp_si (u, LONG_MIN) >= 0; LONG_MIN 1607 maint/gnulib/lib/mini-gmp.c unsigned long c = -LONG_MAX - LONG_MIN; LONG_MIN 3443 maint/gnulib/lib/mini-gmp.c assert (Q <= - (LONG_MIN / 2)); LONG_MIN 475 maint/gnulib/lib/stdint.in.h # define INT_FAST32_MIN LONG_MIN LONG_MIN 502 maint/gnulib/lib/stdint.in.h # define INTPTR_MIN LONG_MIN LONG_MIN 287 maint/gnulib/lib/strtod.c ? (value < LONG_MIN - exponent ? LONG_MIN : exponent + value) LONG_MIN 132 maint/gnulib/lib/strtol.c # define STRTOL_LONG_MIN LONG_MIN LONG_MIN 25 maint/gnulib/lib/xstrtol.c # define STRTOL_T_MINIMUM LONG_MIN LONG_MIN 119 maint/gnulib/tests/test-intprops.c VERIFY (TYPE_MINIMUM (long int) == LONG_MIN); LONG_MIN 222 maint/gnulib/tests/test-intprops.c CHECK_SBINOP (*, MULTIPLY, LONG_MIN / INT_MAX, (long int) INT_MAX, LONG_MIN 223 maint/gnulib/tests/test-intprops.c long int, false, LONG_MIN - LONG_MIN % INT_MAX); LONG_MIN 259 maint/gnulib/tests/test-intprops.c CHECK_SUM (-1, LONG_MIN, long int, true, LONG_MAX); LONG_MIN 261 maint/gnulib/tests/test-intprops.c CHECK_SUM (-1L, INT_MIN, long int, INT_MIN == LONG_MIN, LONG_MIN 262 maint/gnulib/tests/test-intprops.c INT_MIN == LONG_MIN ? INT_MAX : DONTCARE); LONG_MIN 266 maint/gnulib/tests/test-intprops.c CHECK_SUM (1, LONG_MAX, long int, true, LONG_MIN); LONG_MIN 290 maint/gnulib/tests/test-intprops.c ASSERT (INT_ADD_WRAPV (-1, INT_MIN, &result) == (INT_MIN == LONG_MIN)); LONG_MIN 349 maint/gnulib/tests/test-intprops.c CHECK_SPRODUCT (-32768, LONG_MAX / -32768 - 1, long int, true, LONG_MIN); LONG_MIN 374 maint/gnulib/tests/test-intprops.c CHECK_SPRODUCT (INT_MIN, LONG_MAX / INT_MIN - 1, long int, true, LONG_MIN); LONG_MIN 383 maint/gnulib/tests/test-intprops.c CHECK_SPRODUCT (0u, LONG_MIN, int, false, DONTCARE); LONG_MIN 401 maint/gnulib/tests/test-intprops.c ASSERT (INT_MULTIPLY_WRAPV (LONG_MIN, LONG_MIN, &result) LONG_MIN 402 maint/gnulib/tests/test-intprops.c || result == LONG_MIN * (long long int) LONG_MIN); LONG_MIN 414 maint/gnulib/tests/test-intprops.c CHECK_QUOTIENT (INT_MIN, -1L, INT_MIN == LONG_MIN); LONG_MIN 427 maint/gnulib/tests/test-intprops.c CHECK_REMAINDER (INT_MIN, -1L, INT_MIN == LONG_MIN); LONG_MIN 51 maint/gnulib/tests/test-limits-h.c verify_width (LONG_BIT, LONG_MIN, LONG_MAX); LONG_MIN 83 maint/gnulib/tests/test-limits-h.c long limits8[] = { LONG_MIN, LONG_MAX }; LONG_MIN 84 maint/gnulib/tests/test-limits-h.c verify (TYPE_MINIMUM (long int) == LONG_MIN); LONG_MIN 108 maint/gnulib/tests/test-limits-h.c verify_width (LONG_WIDTH, LONG_MIN, LONG_MAX);