Home
last modified time | relevance | path

Searched refs:INT_MIN (Results 1 – 25 of 27) sorted by relevance

12

/glibc-2.36/time/
Dgetdate.c59 if (wday == INT_MIN) in first_wday()
191 tp->tm_year = tp->tm_mon = tp->tm_mday = tp->tm_wday = INT_MIN; in __getdate_r()
192 tp->tm_hour = tp->tm_sec = tp->tm_min = INT_MIN; in __getdate_r()
226 if (tp->tm_wday >= 0 && tp->tm_wday <= 6 && tp->tm_year == INT_MIN in __getdate_r()
227 && tp->tm_mon == INT_MIN && tp->tm_mday == INT_MIN) in __getdate_r()
239 if (tp->tm_mon >= 0 && tp->tm_mon <= 11 && tp->tm_mday == INT_MIN) in __getdate_r()
241 if (tp->tm_year == INT_MIN) in __getdate_r()
249 if (tp->tm_hour == INT_MIN && tp->tm_min == INT_MIN && tp->tm_sec == INT_MIN) in __getdate_r()
257 if (tp->tm_hour == INT_MIN) in __getdate_r()
259 if (tp->tm_min == INT_MIN) in __getdate_r()
[all …]
Dbug-mktime4.c37 bool mktime_should_fail = ymin == 0 || INT_MIN + 1900 < ymin + 1970; in do_test()
39 struct tm tm0 = { .tm_year = INT_MIN, .tm_mday = 1, .tm_wday = -1 }; in do_test()
/glibc-2.36/math/
Dlibm-test-scalbn.inc69 …TEST_fi_f (scalbn, 1, INT_MIN, plus_uflow, INEXACT_EXCEPTION|UNDERFLOW_EXCEPTION|ERRNO_PLUS_UFLOW),
71 …TEST_fi_f (scalbn, max_value, INT_MIN, plus_uflow, INEXACT_EXCEPTION|UNDERFLOW_EXCEPTION|ERRNO_PLU…
73 …TEST_fi_f (scalbn, min_value, INT_MIN, plus_uflow, INEXACT_EXCEPTION|UNDERFLOW_EXCEPTION|ERRNO_PLU…
75 …TEST_fi_f (scalbn, min_value / 4, INT_MIN, plus_uflow, INEXACT_EXCEPTION|UNDERFLOW_EXCEPTION|ERRNO…
77 …TEST_fi_f (scalbn, min_subnorm_value, INT_MIN, plus_uflow, INEXACT_EXCEPTION|UNDERFLOW_EXCEPTION|E…
80 …TEST_fi_f (scalbn, -1, INT_MIN, minus_uflow, INEXACT_EXCEPTION|UNDERFLOW_EXCEPTION|ERRNO_MINUS_UFL…
82 …TEST_fi_f (scalbn, -max_value, INT_MIN, minus_uflow, INEXACT_EXCEPTION|UNDERFLOW_EXCEPTION|ERRNO_M…
84 …TEST_fi_f (scalbn, -min_value, INT_MIN, minus_uflow, INEXACT_EXCEPTION|UNDERFLOW_EXCEPTION|ERRNO_M…
86 …TEST_fi_f (scalbn, -min_value / 4, INT_MIN, minus_uflow, INEXACT_EXCEPTION|UNDERFLOW_EXCEPTION|ERR…
88 …TEST_fi_f (scalbn, -min_subnorm_value, INT_MIN, minus_uflow, INEXACT_EXCEPTION|UNDERFLOW_EXCEPTION…
Dlibm-test-scalbln.inc69 …TEST_fl_f (scalbln, 1, INT_MIN, plus_uflow, INEXACT_EXCEPTION|UNDERFLOW_EXCEPTION|ERRNO_PLUS_UFLOW…
71 …TEST_fl_f (scalbln, max_value, INT_MIN, plus_uflow, INEXACT_EXCEPTION|UNDERFLOW_EXCEPTION|ERRNO_PL…
73 …TEST_fl_f (scalbln, min_value, INT_MIN, plus_uflow, INEXACT_EXCEPTION|UNDERFLOW_EXCEPTION|ERRNO_PL…
75 …TEST_fl_f (scalbln, min_value / 4, INT_MIN, plus_uflow, INEXACT_EXCEPTION|UNDERFLOW_EXCEPTION|ERRN…
77 …TEST_fl_f (scalbln, min_subnorm_value, INT_MIN, plus_uflow, INEXACT_EXCEPTION|UNDERFLOW_EXCEPTION|…
80 …TEST_fl_f (scalbln, -1, INT_MIN, minus_uflow, INEXACT_EXCEPTION|UNDERFLOW_EXCEPTION|ERRNO_MINUS_UF…
82 …TEST_fl_f (scalbln, -max_value, INT_MIN, minus_uflow, INEXACT_EXCEPTION|UNDERFLOW_EXCEPTION|ERRNO_…
84 …TEST_fl_f (scalbln, -min_value, INT_MIN, minus_uflow, INEXACT_EXCEPTION|UNDERFLOW_EXCEPTION|ERRNO_…
86 …TEST_fl_f (scalbln, -min_value / 4, INT_MIN, minus_uflow, INEXACT_EXCEPTION|UNDERFLOW_EXCEPTION|ER…
88 …TEST_fl_f (scalbln, -min_subnorm_value, INT_MIN, minus_uflow, INEXACT_EXCEPTION|UNDERFLOW_EXCEPTIO…
Dtest-fp-ilogb-constants.c26 #if FP_ILOGB0 != INT_MIN && FP_ILOGB0 != -INT_MAX
34 #if FP_ILOGBNAN < 0 && FP_ILOGBNAN != INT_MIN
Dtst-definitions.c28 if (FP_ILOGB0 != INT_MIN && FP_ILOGB0 != -INT_MAX) in do_test()
36 if (FP_ILOGBNAN != INT_MIN && FP_ILOGBNAN != INT_MAX) in do_test()
Dtest-fp-llogb-constants.c38 #if (FP_ILOGB0 == INT_MIN) != (FP_LLOGB0 == LONG_MIN)
42 #if (FP_ILOGBNAN == INT_MIN) != (FP_LLOGBNAN == LONG_MIN)
/glibc-2.36/sunrpc/
Dtst-xdrmem.c53 T(int, INT_MIN) \ in do_test()
76 T(hyper, INT_MIN) \ in do_test()
98 T(longlong_t, INT_MIN) \ in do_test()
139 T(enum, INT_MIN) \ in do_test()
/glibc-2.36/sysdeps/mach/hurd/
Dgetpriority.c30 int maxpri = INT_MIN; in __getpriority()
75 if (!err && maxpri == INT_MIN) in __getpriority()
/glibc-2.36/include/
Dvalues.h40 #define MININT INT_MIN
Dlimits.h80 # define INT_MIN (-INT_MAX - 1) macro
Dintprops.h451 int, INT_MIN, INT_MAX), \
501 int, INT_MIN, INT_MAX) \
/glibc-2.36/stdlib/
Dtst-limits.c41 TEST (INT_MIN, "d", (int) -bitval (sizeof (int) * CHAR_BIT - 1) - 1); in do_test()
/glibc-2.36/sysdeps/unix/sysv/linux/
Dadjtime.c25 #define MIN_SEC (INT_MIN / 1000000L + 2)
/glibc-2.36/timezone/
Dprivate.h294 # define INT_FAST32_MIN INT_MIN
654 int: INT_MIN, long: LONG_MIN, long long: LLONG_MIN, \
/glibc-2.36/posix/
Dsysconf.c104 return INT_MIN; in __sysconf()
/glibc-2.36/conform/data/
Dlimits.h-data18 macro-int-constant INT_MIN {int} <= -2147483647
/glibc-2.36/sysdeps/posix/
Dsysconf.c710 return INT_MIN; in __sysconf()
/glibc-2.36/manual/
Dmath.texi604 numeric value is either @code{INT_MIN} or @code{-INT_MAX}.
620 numeric value is either @code{INT_MIN} or @code{INT_MAX}.
Dlang.texi761 @item INT_MIN
Darith.texi1245 the absolute value of @code{INT_MIN} (the smallest possible @code{int})
1246 cannot be represented; thus, @w{@code{abs (INT_MIN)}} is not defined.
Dstdio.texi3079 to the arginfo function contains a value of @code{INT_MIN}, since the
3087 to the arginfo function contains a value of @code{INT_MIN}, since the
/glibc-2.36/ChangeLog.old/
DChangeLog.nptl7535 (__vfork): Negate PID if non-zero and set to INT_MIN if zero
7540 (__vfork): Negate PID if non-zero and set to INT_MIN if zero
7567 if non-zero and set to INT_MIN if zero.
7576 (raise): Handle THREAD_SELF->pid INT_MIN the same as 0.
DChangeLog.66296 is near INT_MIN.
DChangeLog.56829 (LEAP_SECONDS_POSSIBLE, CHAR_BIT, INT_MIN, INT_MAX,

12