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

1234567891011>>

/netbsd-current/external/lgpl3/gmp/dist/mpz/
H A Dfits_slong.c34 #define MINIMUM LONG_MIN
/netbsd-current/external/lgpl3/gmp/dist/mpf/
H A Dfits_slong.c34 #define MINIMUM LONG_MIN
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dfits_slong.c25 #define MINIMUM LONG_MIN
/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dfseeko.c29 #ifndef LONG_MIN
30 #define LONG_MIN (-1 - LONG_MAX) macro
42 long pos = (offset < 0) ? LONG_MIN : LONG_MAX;
/netbsd-current/sys/arch/hpc/stand/include/machine/
H A Dlimits.h27 #define LONG_MIN (-2147483647-1) /* min value for a long */ macro
/netbsd-current/lib/libm/src/
H A Ds_lroundf.c11 #define DTYPE_MIN LONG_MIN
H A Ds_lroundl.c11 #define DTYPE_MIN LONG_MIN
/netbsd-current/external/gpl3/gcc/dist/libquadmath/math/
H A Dlroundq.c50 && result == LONG_MIN)
72 && result == LONG_MIN)
81 /* The number is too large. Unless it rounds to LONG_MIN,
86 && !(sign == -1 && x > (__float128) LONG_MIN - 0.5Q))
89 return sign == 1 ? LONG_MAX : LONG_MIN;
92 && x <= (__float128) LONG_MIN - 0.5Q)
94 /* If truncation produces LONG_MIN, the cast will not raise
97 return LONG_MIN;
H A Dlrintq.c106 /* The number is too large. Unless it rounds to LONG_MIN,
110 if (x < (__float128) LONG_MIN
111 && x > (__float128) LONG_MIN - 1)
113 /* If truncation produces LONG_MIN, the cast will not raise
116 feraiseexcept (t == LONG_MIN ? FE_INEXACT : FE_INVALID);
117 return LONG_MIN;
119 else if (FIX_FLT128_LONG_CONVERT_OVERFLOW && x != (__float128) LONG_MIN)
122 return sx == 0 ? LONG_MAX : LONG_MIN;
/netbsd-current/external/gpl3/gcc.old/dist/libquadmath/math/
H A Dlroundq.c50 && result == LONG_MIN)
72 && result == LONG_MIN)
81 /* The number is too large. Unless it rounds to LONG_MIN,
86 && !(sign == -1 && x > (__float128) LONG_MIN - 0.5Q))
89 return sign == 1 ? LONG_MAX : LONG_MIN;
92 && x <= (__float128) LONG_MIN - 0.5Q)
94 /* If truncation produces LONG_MIN, the cast will not raise
97 return LONG_MIN;
H A Dlrintq.c106 /* The number is too large. Unless it rounds to LONG_MIN,
110 if (x < (__float128) LONG_MIN
111 && x > (__float128) LONG_MIN - 1)
113 /* If truncation produces LONG_MIN, the cast will not raise
116 feraiseexcept (t == LONG_MIN ? FE_INEXACT : FE_INVALID);
117 return LONG_MIN;
119 else if (FIX_FLT128_LONG_CONVERT_OVERFLOW && x != (__float128) LONG_MIN)
122 return sx == 0 ? LONG_MAX : LONG_MIN;
/netbsd-current/sys/arch/alpha/include/
H A Dlimits.h46 * INT_MIN and LONG_MIN is so the value is not unsigned; 2147483648 is an
65 #define LONG_MIN (-0x7fffffffffffffffL-1) /* min for a long */ macro
79 #define SSIZE_MIN LONG_MIN /* min value for a ssize_t */
85 #define QUAD_MIN (LONG_MIN) /* min value for a quad_t */
/netbsd-current/sys/arch/sparc/include/
H A Dlimits.h56 #define LONG_MIN (-0x7fffffffffffffffL-1) /* min value for a long */ macro
60 #define LONG_MIN (-0x7fffffffL-1) /* min value for a long */ macro
75 #define SSIZE_MIN LONG_MIN /* min value for a ssize_t */
/netbsd-current/external/gpl3/gcc/dist/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;
/netbsd-current/external/gpl3/binutils/dist/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;
/netbsd-current/external/gpl3/gdb/dist/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;
/netbsd-current/lib/libc/locale/
H A Dwcstol.c45 #define __INT_MIN LONG_MIN
/netbsd-current/lib/libc/stdlib/
H A Dstrtol.c42 #define __INT_MIN LONG_MIN
/netbsd-current/external/gpl3/gdb.old/dist/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;
/netbsd-current/external/gpl3/binutils.old/dist/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;
/netbsd-current/external/gpl3/gcc.old/dist/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;
/netbsd-current/sys/arch/amd64/include/
H A Dlimits.h57 #define LONG_MIN (-0x7fffffffffffffffL-1) /* min value for a long */ macro
71 #define SSIZE_MIN LONG_MIN /* min value for a ssize_t */
/netbsd-current/sys/arch/vax/include/
H A Dlimits.h55 #define LONG_MIN (-0x7fffffffL-1)/* min value for a long */ macro
69 #define SSIZE_MIN LONG_MIN /* min value for a ssize_t */
/netbsd-current/external/bsd/ntp/dist/libntp/
H A Dtimexsup.c35 if (dval <= (double)LONG_MIN)
36 return LONG_MIN;
/netbsd-current/sys/arch/ia64/include/
H A Dlimits.h53 #define LONG_MIN (-0x7fffffffffffffffL-1) /* min value for a long */ macro
68 #define SSIZE_MIN LONG_MIN /* min value for a ssize_t */

Completed in 301 milliseconds

1234567891011>>