Home
last modified time | relevance | path

Searched refs:LLONG_MIN (Results 1 – 25 of 3078) sorted by relevance

12345678910>>...124

/dports/graphics/bmeps/dktools-4.31.1/src/libdk4ma/
H A Ddk4maall.c30 if (LLONG_MIN == a) { in dk4ma_ll_abs()
47 if (LLONG_MIN == a) { in dk4ma_ll_add()
50 if ((LLONG_MIN - a) > b) { in dk4ma_ll_add()
70 if ((LLONG_MIN + b) > a) { in dk4ma_ll_sub()
84 if (LLONG_MIN == a) { in dk4ma_ll_mul()
89 if (LLONG_MIN == b) { in dk4ma_ll_mul()
100 if ((LLONG_MIN / a) > b) { in dk4ma_ll_mul()
106 if ((LLONG_MIN / b) > a) { in dk4ma_ll_mul()
139 back = LLONG_MIN; in dk4ma_ll_div()
164 if ((double)(LLONG_MIN) > d) { in dk4ma_ll_from_double()
[all …]
/dports/graphics/argyllcms/Argyll_V1.9.2/yajl/
H A Dyajl_common.h67 #ifndef LLONG_MIN
68 # define LLONG_MIN INT64_MIN macro
83 #ifndef LLONG_MIN
84 # define LLONG_MIN _I64_MIN
104 # ifndef LLONG_MIN
105 # define LLONG_MIN (-LLONG_MAX-1)
117 # ifndef LLONG_MIN
118 # define LLONG_MIN (-LLONG_MAX-1)
/dports/security/gnome-ssh-askpass/openssh-6.6p1/openbsd-compat/regress/
H A Dstrtonumtest.c27 # define LLONG_MIN LONGLONG_MIN macro
33 # define LLONG_MIN LONG_LONG_MIN macro
67 test("-9223372036854775808", LLONG_MIN, LLONG_MAX, 1); in main()
68 test("9223372036854775807", LLONG_MIN, LLONG_MAX, 1); in main()
69 test("-9223372036854775809", LLONG_MIN, LLONG_MAX, 0); in main()
70 test("9223372036854775808", LLONG_MIN, LLONG_MAX, 0); in main()
71 test("1000000000000000000000000", LLONG_MIN, LLONG_MAX, 0); in main()
72 test("-1000000000000000000000000", LLONG_MIN, LLONG_MAX, 0); in main()
/dports/security/pam_ssh_agent_auth/pam_ssh_agent_auth-7ff7858/openbsd-compat/regress/
H A Dstrtonumtest.c27 # define LLONG_MIN LONGLONG_MIN macro
33 # define LLONG_MIN LONG_LONG_MIN macro
67 test("-9223372036854775808", LLONG_MIN, LLONG_MAX, 1); in main()
68 test("9223372036854775807", LLONG_MIN, LLONG_MAX, 1); in main()
69 test("-9223372036854775809", LLONG_MIN, LLONG_MAX, 0); in main()
70 test("9223372036854775808", LLONG_MIN, LLONG_MAX, 0); in main()
71 test("1000000000000000000000000", LLONG_MIN, LLONG_MAX, 0); in main()
72 test("-1000000000000000000000000", LLONG_MIN, LLONG_MAX, 0); in main()
/dports/security/openssh-portable/openssh-8.8p1/openbsd-compat/regress/
H A Dstrtonumtest.c29 # define LLONG_MIN LONGLONG_MIN macro
35 # define LLONG_MIN LONG_LONG_MIN macro
69 test("-9223372036854775808", LLONG_MIN, LLONG_MAX, 1); in main()
70 test("9223372036854775807", LLONG_MIN, LLONG_MAX, 1); in main()
71 test("-9223372036854775809", LLONG_MIN, LLONG_MAX, 0); in main()
72 test("9223372036854775808", LLONG_MIN, LLONG_MAX, 0); in main()
73 test("1000000000000000000000000", LLONG_MIN, LLONG_MAX, 0); in main()
74 test("-1000000000000000000000000", LLONG_MIN, LLONG_MAX, 0); in main()
/dports/editors/rehex/rehex-0.4.0/tests/
H A DNumericTextCtrl.cpp253 GV_RESULT2(long long, LLONG_MIN, LLONG_MAX, 0, "0", 0); in TEST()
254 GV_RESULT2(long long, LLONG_MIN, LLONG_MAX, 10, "0", 0); in TEST()
255 GV_RESULT2(long long, LLONG_MIN, LLONG_MAX, 10, "5", 5); in TEST()
256 GV_RESULT2(long long, LLONG_MIN, LLONG_MAX, 10, "+0", 10); in TEST()
257 GV_RESULT2(long long, LLONG_MIN, LLONG_MAX, 10, "-0", 10); in TEST()
258 GV_RESULT2(long long, LLONG_MIN, LLONG_MAX, 10, "+5", 15); in TEST()
259 GV_RESULT2(long long, LLONG_MIN, LLONG_MAX, 10, "-5", 5); in TEST()
260 GV_RESULT2(long long, LLONG_MIN, LLONG_MAX, 10, "-11", -1); in TEST()
261 GV_RESULT2(long long, LLONG_MIN, LLONG_MAX, 10, "+9223372036854775797", 9223372036854775807LL); in TEST()
265 GV_RESULT2(long long, LLONG_MIN, LLONG_MAX, 0, "0", 0); in TEST()
[all …]
/dports/security/sudo/sudo-1.9.8p2/lib/util/regress/strtofoo/
H A Dstrtonum_test.c40 { "0,1", LLONG_MIN, LLONG_MAX, 0, EINVAL },
45 { "9223372036854775808X", LLONG_MIN, LLONG_MAX, 0, EINVAL },
46 { "-9223372036854775809X", LLONG_MIN, LLONG_MAX, 0, EINVAL },
67 { "9223372036854775807", LLONG_MIN, LLONG_MAX, LLONG_MAX, 0 },
68 { "-9223372036854775808", LLONG_MIN, LLONG_MAX, LLONG_MIN, 0 },
69 { "9223372036854775808", LLONG_MIN, LLONG_MAX, 0, ERANGE },
70 { "-9223372036854775809", LLONG_MIN, LLONG_MAX, 0, ERANGE },
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/test/util/
H A DNumericUtilsTest.cpp191 …static const int64_t vals[] = {LLONG_MIN, LLONG_MIN + 1, LLONG_MIN + 2, -5003400000000LL, -4000LL,… in TEST_F()
321 checkLongRangeSplit(LLONG_MIN, LLONG_MIN, 1, true, in TEST_F()
325 checkLongRangeSplit(LLONG_MIN, LLONG_MIN, 2, true, in TEST_F()
329 checkLongRangeSplit(LLONG_MIN, LLONG_MIN, 4, true, in TEST_F()
333 checkLongRangeSplit(LLONG_MIN, LLONG_MIN, 6, true, in TEST_F()
337 checkLongRangeSplit(LLONG_MIN, LLONG_MIN, 8, true, in TEST_F()
341 checkLongRangeSplit(LLONG_MIN, LLONG_MIN, 64, true, in TEST_F()
346 checkLongRangeSplit(LLONG_MIN, LLONG_MIN + 0xfLL, 4, true, in TEST_F()
350 checkLongRangeSplit(LLONG_MIN, LLONG_MIN + 0x10LL, 4, true, in TEST_F()
440 checkLongRangeSplit(LLONG_MIN, LLONG_MAX, 8, false, in TEST_F()
[all …]
/dports/lang/tcl85/tcl8.5.19/generic/
H A DtclPort.h27 #if !defined(LLONG_MIN)
29 # define LLONG_MIN LONG_MIN macro
32 # define LLONG_MIN ((Tcl_WideInt)(Tcl_LongAsWide(1)<<(LLONG_BIT-1))) macro
35 # define LLONG_MIN ((Tcl_WideInt)(Tcl_LongAsWide(1)<<63)) macro
39 # define LLONG_MAX (~LLONG_MIN)
/dports/math/vtk6/VTK-6.2.0/ThirdParty/TclTk/internals/tk8.5/
H A DtclPort.h32 #if !defined(LLONG_MIN)
34 # define LLONG_MIN LONG_MIN macro
37 # define LLONG_MIN ((Tcl_WideInt)(Tcl_LongAsWide(1)<<(LLONG_BIT-1))) macro
40 # define LLONG_MIN ((Tcl_WideInt)(Tcl_LongAsWide(1)<<63)) macro
44 # define LLONG_MAX (~LLONG_MIN)
/dports/math/vtk8/VTK-8.2.0/ThirdParty/TclTk/internals/tk8.5/
H A DtclPort.h32 #if !defined(LLONG_MIN)
34 # define LLONG_MIN LONG_MIN macro
37 # define LLONG_MIN ((Tcl_WideInt)(Tcl_LongAsWide(1)<<(LLONG_BIT-1))) macro
40 # define LLONG_MIN ((Tcl_WideInt)(Tcl_LongAsWide(1)<<63)) macro
44 # define LLONG_MAX (~LLONG_MIN)
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/tclGeneric/
H A DtclPort.h31 #if !defined(LLONG_MIN)
33 # define LLONG_MIN LONG_MIN macro
36 # define LLONG_MIN ((Tcl_WideInt)(Tcl_LongAsWide(1)<<(LLONG_BIT-1))) macro
39 # define LLONG_MIN ((Tcl_WideInt)(Tcl_LongAsWide(1)<<63)) macro
43 # define LLONG_MAX (~LLONG_MIN)
/dports/math/vtk8/VTK-8.2.0/ThirdParty/TclTk/internals/tk8.6/
H A DtclPort.h28 #if !defined(LLONG_MIN)
30 # define LLONG_MIN LONG_MIN macro
33 # define LLONG_MIN ((Tcl_WideInt)(Tcl_LongAsWide(1)<<(LLONG_BIT-1))) macro
36 # define LLONG_MIN ((Tcl_WideInt)(Tcl_LongAsWide(1)<<63)) macro
40 # define LLONG_MAX (~LLONG_MIN)
/dports/math/vtk6/VTK-6.2.0/ThirdParty/TclTk/internals/tk8.6/
H A DtclPort.h28 #if !defined(LLONG_MIN)
30 # define LLONG_MIN LONG_MIN macro
33 # define LLONG_MIN ((Tcl_WideInt)(Tcl_LongAsWide(1)<<(LLONG_BIT-1))) macro
36 # define LLONG_MIN ((Tcl_WideInt)(Tcl_LongAsWide(1)<<63)) macro
40 # define LLONG_MAX (~LLONG_MIN)
/dports/lang/tcl86/tcl8.6.12/generic/
H A DtclPort.h27 #if !defined(LLONG_MIN)
29 # define LLONG_MIN LONG_MIN macro
32 # define LLONG_MIN ((Tcl_WideInt)(Tcl_LongAsWide(1)<<(LLONG_BIT-1))) macro
35 # define LLONG_MIN ((Tcl_WideInt)(Tcl_LongAsWide(1)<<63)) macro
39 # define LLONG_MAX (~LLONG_MIN)
/dports/converters/p5-Convert-Binary-C/Convert-Binary-C-0.84/tests/include/pdclib/functions/stdlib/
H A Dstrtoll.c31 …_main( &p, ( unsigned )base, ( uintmax_t )LLONG_MIN, ( uintmax_t )( LLONG_MIN / -base ), ( int )( … in strtoll()
83 TESTCASE( strtoll( overflow, &endptr, 36 ) == LLONG_MIN ); in main()
112 TESTCASE( strtoll( "-9223372036854775808", NULL, 0 ) == LLONG_MIN ); in main()
114 TESTCASE( strtoll( "-9223372036854775809", NULL, 0 ) == LLONG_MIN ); in main()
126 TESTCASE( strtoll( "-170141183460469231731687303715884105729", NULL, 0 ) == LLONG_MIN ); in main()
128 TESTCASE( strtoll( "-170141183460469231731687303715884105730", NULL, 0 ) == LLONG_MIN ); in main()
/dports/lang/gcc12-devel/gcc-12-20211205/libquadmath/math/
H A Dllrintq.c81 if (x < (__float128) LLONG_MIN in llrintq()
82 && x > (__float128) LLONG_MIN - 1) in llrintq()
87 feraiseexcept (t == LLONG_MIN ? FE_INEXACT : FE_INVALID); in llrintq()
88 return LLONG_MIN; in llrintq()
90 else if (FIX_FLT128_LLONG_CONVERT_OVERFLOW && x != (__float128) LLONG_MIN) in llrintq()
93 return sx == 0 ? LLONG_MAX : LLONG_MIN; in llrintq()
/dports/lang/gcc10/gcc-10.3.0/libquadmath/math/
H A Dllrintq.c81 if (x < (__float128) LLONG_MIN in llrintq()
82 && x > (__float128) LLONG_MIN - 1) in llrintq()
87 feraiseexcept (t == LLONG_MIN ? FE_INEXACT : FE_INVALID); in llrintq()
88 return LLONG_MIN; in llrintq()
90 else if (FIX_FLT128_LLONG_CONVERT_OVERFLOW && x != (__float128) LLONG_MIN) in llrintq()
93 return sx == 0 ? LLONG_MAX : LLONG_MIN; in llrintq()
/dports/lang/gcc11-devel/gcc-11-20211009/libquadmath/math/
H A Dllrintq.c81 if (x < (__float128) LLONG_MIN in llrintq()
82 && x > (__float128) LLONG_MIN - 1) in llrintq()
87 feraiseexcept (t == LLONG_MIN ? FE_INEXACT : FE_INVALID); in llrintq()
88 return LLONG_MIN; in llrintq()
90 else if (FIX_FLT128_LLONG_CONVERT_OVERFLOW && x != (__float128) LLONG_MIN) in llrintq()
93 return sx == 0 ? LLONG_MAX : LLONG_MIN; in llrintq()
/dports/devel/avr-gcc/gcc-10.2.0/libquadmath/math/
H A Dllrintq.c81 if (x < (__float128) LLONG_MIN in llrintq()
82 && x > (__float128) LLONG_MIN - 1) in llrintq()
87 feraiseexcept (t == LLONG_MIN ? FE_INEXACT : FE_INVALID); in llrintq()
88 return LLONG_MIN; in llrintq()
90 else if (FIX_FLT128_LLONG_CONVERT_OVERFLOW && x != (__float128) LLONG_MIN) in llrintq()
93 return sx == 0 ? LLONG_MAX : LLONG_MIN; in llrintq()
/dports/lang/gcc9-devel/gcc-9-20211007/libquadmath/math/
H A Dllrintq.c81 if (x < (__float128) LLONG_MIN in llrintq()
82 && x > (__float128) LLONG_MIN - 1) in llrintq()
87 feraiseexcept (t == LLONG_MIN ? FE_INEXACT : FE_INVALID); in llrintq()
88 return LLONG_MIN; in llrintq()
90 else if (FIX_FLT128_LLONG_CONVERT_OVERFLOW && x != (__float128) LLONG_MIN) in llrintq()
93 return sx == 0 ? LLONG_MAX : LLONG_MIN; in llrintq()
/dports/lang/gcc9/gcc-9.4.0/libquadmath/math/
H A Dllrintq.c81 if (x < (__float128) LLONG_MIN in llrintq()
82 && x > (__float128) LLONG_MIN - 1) in llrintq()
87 feraiseexcept (t == LLONG_MIN ? FE_INEXACT : FE_INVALID); in llrintq()
88 return LLONG_MIN; in llrintq()
90 else if (FIX_FLT128_LLONG_CONVERT_OVERFLOW && x != (__float128) LLONG_MIN) in llrintq()
93 return sx == 0 ? LLONG_MAX : LLONG_MIN; in llrintq()
/dports/lang/gcc11/gcc-11.2.0/libquadmath/math/
H A Dllrintq.c81 if (x < (__float128) LLONG_MIN in llrintq()
82 && x > (__float128) LLONG_MIN - 1) in llrintq()
87 feraiseexcept (t == LLONG_MIN ? FE_INEXACT : FE_INVALID); in llrintq()
88 return LLONG_MIN; in llrintq()
90 else if (FIX_FLT128_LLONG_CONVERT_OVERFLOW && x != (__float128) LLONG_MIN) in llrintq()
93 return sx == 0 ? LLONG_MAX : LLONG_MIN; in llrintq()
/dports/lang/gcc10-devel/gcc-10-20211008/libquadmath/math/
H A Dllrintq.c81 if (x < (__float128) LLONG_MIN in llrintq()
82 && x > (__float128) LLONG_MIN - 1) in llrintq()
87 feraiseexcept (t == LLONG_MIN ? FE_INEXACT : FE_INVALID); in llrintq()
88 return LLONG_MIN; in llrintq()
90 else if (FIX_FLT128_LLONG_CONVERT_OVERFLOW && x != (__float128) LLONG_MIN) in llrintq()
93 return sx == 0 ? LLONG_MAX : LLONG_MIN; in llrintq()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libquadmath/math/
H A Dllrintq.c81 if (x < (__float128) LLONG_MIN in llrintq()
82 && x > (__float128) LLONG_MIN - 1) in llrintq()
87 feraiseexcept (t == LLONG_MIN ? FE_INEXACT : FE_INVALID); in llrintq()
88 return LLONG_MIN; in llrintq()
90 else if (FIX_FLT128_LLONG_CONVERT_OVERFLOW && x != (__float128) LLONG_MIN) in llrintq()
93 return sx == 0 ? LLONG_MAX : LLONG_MIN; in llrintq()

12345678910>>...124