Home
last modified time | relevance | path

Searched refs:SHORT_MIN (Results 1 – 25 of 376) sorted by relevance

12345678910>>...16

/dports/astro/opencpn/OpenCPN-5.2.4/plugins/wmm_pi/src/
H A Djson_defs.h152 #if !defined( SHORT_MIN )
153 #define SHORT_MIN -32768 macro
/dports/comms/trustedqsl/tqsl-2.4/apps/
H A Djson_defs.h152 #if !defined( SHORT_MIN )
153 #define SHORT_MIN -32768 macro
/dports/games/springlobby/springlobby-0.180/src/json/wx/
H A Djson_defs.h152 #if !defined( SHORT_MIN )
153 #define SHORT_MIN -32768 macro
/dports/astro/opencpn/OpenCPN-5.2.4/plugins/dashboard_pi/include/wx/
H A Djson_defs.h162 #if !defined( SHORT_MIN )
163 #define SHORT_MIN -32768 macro
/dports/astro/opencpn/OpenCPN-5.2.4/plugins/grib_pi/src/
H A Djson_defs.h162 #if !defined( SHORT_MIN )
163 #define SHORT_MIN -32768 macro
/dports/astro/opencpn/OpenCPN-5.2.4/libs/wxJSON/include/wx/
H A Djson_defs.h162 #if !defined( SHORT_MIN )
163 #define SHORT_MIN -32768 macro
/dports/lang/cython/Cython-0.29.24/tests/run/
H A Dc_int_types_T255.pyx140 SHORT_MIN = (-SHORT_MAX-1) variable
144 >>> test_short(SHORT_MIN-1) #doctest: +ELLIPSIS
148 >>> test_short(SHORT_MIN) == SHORT_MIN
167 >>> test_add_short(SHORT_MIN, -1) #doctest: +ELLIPSIS
171 >>> test_add_short(SHORT_MIN, 0) == SHORT_MIN
173 >>> test_add_short(SHORT_MIN, 1) == SHORT_MIN+1
/dports/lang/cython-devel/cython-2b1e743/tests/run/
H A Dc_int_types_T255.pyx140 SHORT_MIN = (-SHORT_MAX-1) variable
144 >>> test_short(SHORT_MIN-1) #doctest: +ELLIPSIS
148 >>> test_short(SHORT_MIN) == SHORT_MIN
167 >>> test_add_short(SHORT_MIN, -1) #doctest: +ELLIPSIS
171 >>> test_add_short(SHORT_MIN, 0) == SHORT_MIN
173 >>> test_add_short(SHORT_MIN, 1) == SHORT_MIN+1
/dports/databases/py-postgresql/py-postgresql-1.1.0/postgresql/port/_optimized/
H A Dmodule.c22 #define SHORT_MIN (-(1<<15)) macro
H A Dstructlib.c121 if (l > SHORT_MAX || l < SHORT_MIN) in int2_pack()
142 if (l > SHORT_MAX || l < SHORT_MIN) in swap_int2_pack()
/dports/devel/omniORB/omniORB-4.2.4/src/lib/omniORB/python/omniidl_be/cxx/
H A Dast.py265 SHORT_MIN = - 2L ** 15 variable
278 idltype.tk_short: (SHORT_MIN, SHORT_MAX),
/dports/devel/omniORB/omniORB-4.2.4/src/lib/omniORB/python3/omniidl_be/cxx/
H A Dast.py265 SHORT_MIN = - 2 ** 15 variable
278 idltype.tk_short: (SHORT_MIN, SHORT_MAX),
/dports/lang/perl5.30/perl-5.30.3/dist/Devel-PPPort/parts/inc/
H A Dlimits96 # ifdef SHORT_MIN
97 # define PERL_SHORT_MIN ((short)SHORT_MIN)
/dports/lang/perl5.34/perl-5.34.0/dist/Devel-PPPort/parts/inc/
H A Dlimits96 # ifdef SHORT_MIN
97 # define PERL_SHORT_MIN ((short)SHORT_MIN)
/dports/lang/perl5.32/perl-5.32.1/dist/Devel-PPPort/parts/inc/
H A Dlimits96 # ifdef SHORT_MIN
97 # define PERL_SHORT_MIN ((short)SHORT_MIN)
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Devel-PPPort/parts/inc/
H A Dlimits96 # ifdef SHORT_MIN
97 # define PERL_SHORT_MIN ((short)SHORT_MIN)
/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/parts/inc/
H A Dlimits96 # ifdef SHORT_MIN
97 # define PERL_SHORT_MIN ((short)SHORT_MIN)
/dports/graphics/libbpg/libbpg-0.9.8/x265/source/test/
H A Dtestharness.h37 #define SHORT_MIN -32767 macro
H A Dmbdstharness.cpp65 int_idct_test_buff[0][i] = (rand() % (SHORT_MAX - SHORT_MIN)) - SHORT_MAX; in MBDstHarness()
70 int_idct_test_buff[1][i] = SHORT_MIN; in MBDstHarness()
/dports/multimedia/handbrake/x265_3.5/source/test/
H A Dtestharness.h38 #define SHORT_MIN -32767 macro
/dports/multimedia/x265/source/test/
H A Dtestharness.h38 #define SHORT_MIN -32767 macro
/dports/print/texlive-base/texlive-20150521-source/utils/m-tx/mtx-0.60d/libp2c/
H A Dp2c.h154 # define SHORT_MIN (-32768) macro
161 # define SHORT_MIN (~SHORT_MAX) macro
/dports/devel/php-ice37/ice-3.7.2/php/test/Ice/operations/
H A DClient.php183 $SHORT_MIN = -32768;
186 $r = $p->opShortIntLong($SHORT_MIN, $INT_MIN, $LONG_MIN, $s, $i, $l);
187 test($s == $SHORT_MIN);
233 $r = $p->opShortIntLong($SHORT_MIN - 1, 0, 0, $s, $i, $l);
/dports/devel/ice37/ice-3.7.2/php/test/Ice/operations/
H A DClient.php183 $SHORT_MIN = -32768;
186 $r = $p->opShortIntLong($SHORT_MIN, $INT_MIN, $LONG_MIN, $s, $i, $l);
187 test($s == $SHORT_MIN);
233 $r = $p->opShortIntLong($SHORT_MIN - 1, 0, 0, $s, $i, $l);
/dports/devel/py-ice37/ice-3.7.2/php/test/Ice/operations/
H A DClient.php183 $SHORT_MIN = -32768;
186 $r = $p->opShortIntLong($SHORT_MIN, $INT_MIN, $LONG_MIN, $s, $i, $l);
187 test($s == $SHORT_MIN);
233 $r = $p->opShortIntLong($SHORT_MIN - 1, 0, 0, $s, $i, $l);

12345678910>>...16