Searched refs:LONG_MIN (Results 226 - 250 of 296) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dstrtol.c177 # define STRTOL_LONG_MIN LONG_MIN
/netbsd-current/usr.sbin/pcictl/
H A Dpcictl.c345 if ((errno == ERANGE) && ((value == LONG_MIN) || (value == LONG_MAX)))
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/aarch64/
H A Dfcvtz.s6 # For 64-bit signed convert, test values -1.5, LONG_MAX, and LONG_MIN.
/netbsd-current/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-get_d.c175 -999999L, LONG_MIN,
/netbsd-current/lib/libc/gen/
H A Dsetmode.c227 if (errno == ERANGE && (lval == LONG_MAX || lval == LONG_MIN))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtracer.c266 fibonacci_heap<long, basic_block_def> heap (LONG_MIN);
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Ddanetest.c230 if (((v == LONG_MIN || v == LONG_MAX) && e == ERANGE) ||
/netbsd-current/external/gpl3/gdb.old/dist/gdb/guile/
H A Dscm-utils.c243 CHECK_TYPE (scm_is_signed_integer (arg, LONG_MIN, LONG_MAX),
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Ddanetest.c227 if (((v == LONG_MIN || v == LONG_MAX) && e == ERANGE) ||
/netbsd-current/external/mit/lua/dist/src/
H A Dluaconf.h541 #define LUA_MININTEGER LONG_MIN
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtracer.cc280 fibonacci_heap<long, basic_block_def> heap (LONG_MIN);
/netbsd-current/external/gpl3/gdb/dist/gdb/guile/
H A Dscm-utils.c243 CHECK_TYPE (scm_is_signed_integer (arg, LONG_MIN, LONG_MAX),
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/aarch64/
H A Dfcvtz.s6 # For 64-bit signed convert, test values -1.5, LONG_MAX, and LONG_MIN.
/netbsd-current/external/mit/isl/dist/imath/
H A Dimath.h83 #define MP_SMALL_MIN LONG_MIN
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Deint.c303 MPFR_ASSERTN (MPFR_EMIN_MIN >= LONG_MIN);
H A Dgamma.c376 MPFR_ASSERTN (MPFR_EMIN_MIN - 2 >= LONG_MIN);
/netbsd-current/lib/libc/time/
H A Dzdump.c813 offsets are east of Greenwich. On failure, return LONG_MIN.
829 return LONG_MIN;
872 if (off != LONG_MIN)
1004 if (off == LONG_MIN)
/netbsd-current/external/bsd/kyua-testers/dist/
H A Datf_result.c138 if (errno == ERANGE && (value == LONG_MAX || value == LONG_MIN))
/netbsd-current/usr.bin/videoctl/
H A Dvideoctl.c561 if (n == LONG_MIN || n == LONG_MAX)
/netbsd-current/sbin/wsconsctl/
H A Dutil.c483 if (errno == ERANGE && (lval == LONG_MAX || lval == LONG_MIN))
/netbsd-current/common/lib/libprop/
H A Dprop_number.c525 TEMPLATE(long, long, LONG_MIN, LONG_MAX)
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dfibheap.c38 #define FIBHEAPKEY_MIN LONG_MIN
/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dtset_ld.c203 if (emin >= LONG_MIN)
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dfibheap.c38 #define FIBHEAPKEY_MIN LONG_MIN
/netbsd-current/usr.bin/vacation/
H A Dvacation.c184 (interval == LONG_MAX || interval == LONG_MIN))

Completed in 187 milliseconds

1234567891011>>