Home
last modified time | relevance | path

Searched refs:long_max (Results 1 – 25 of 141) sorted by relevance

123456

/dports/databases/postgresql-libpqxx/libpqxx-7.2.0/test/
H A Dtest00.cxx72 long const long_min{LONG_MIN}, long_max{LONG_MAX}; in test_000() local
75 long_max{std::numeric_limits<long>::max()}; in test_000() local
86 lmaxstr << long_max; in test_000()
98 strconv("long", long_max, lmaxstr.str()); in test_000()
/dports/lang/ruby26/ruby-2.6.9/test/-ext-/string/
H A Dtest_modify_expand.rb22 long_max = (1 << (8 * RbConfig::SIZEOF['long'] - 1)) - 1
24 s.modify_expand!(long_max)
/dports/editors/calligra/calligra-3.2.1/sheets/commands/
H A DRowColumnManipulators.cpp515 double long_max = 0.0; in adjustColumnHelper() local
518 if (size.width() > long_max) { in adjustColumnHelper()
529 long_max = indent + size.width() in adjustColumnHelper()
537 long_max -= cw; in adjustColumnHelper()
543 if (long_max == 0.0) in adjustColumnHelper()
546 return long_max + 4.0; in adjustColumnHelper()
551 double long_max = 0.0; in adjustRowHelper() local
554 if (size.height() > long_max) in adjustRowHelper()
555 long_max = size.height() + style.topBorderPen().width() + style.bottomBorderPen().width(); in adjustRowHelper()
558 if (long_max == 0.0) in adjustRowHelper()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-pos1.C27 constexpr long long_max() // OK in long_max() function
30 SA(long_max() == 2147483647);
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-pos1.C27 constexpr long long_max() // OK in long_max() function
30 SA(long_max() == 2147483647);
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-pos1.C27 constexpr long long_max() // OK in long_max() function
30 SA(long_max() == 2147483647);
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-pos1.C27 constexpr long long_max() // OK in long_max() function
30 SA(long_max() == 2147483647);
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-pos1.C27 constexpr long long_max() // OK in long_max() function
30 SA(long_max() == 2147483647);
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-pos1.C27 constexpr long long_max() // OK in long_max() function
30 SA(long_max() == 2147483647);
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-pos1.C27 constexpr long long_max() // OK in long_max() function
30 SA(long_max() == 2147483647);
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-pos1.C27 constexpr long long_max() // OK in long_max() function
30 SA(long_max() == 2147483647);
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-pos1.C27 constexpr long long_max() // OK in long_max() function
30 SA(long_max() == 2147483647);
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-pos1.C27 constexpr long long_max() // OK in long_max() function
30 SA(long_max() == 2147483647);
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-pos1.C27 constexpr long long_max() // OK in long_max() function
30 SA(long_max() == 2147483647);
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-pos1.C27 constexpr long long_max() // OK in long_max() function
30 SA(long_max() == 2147483647);
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-pos1.C27 constexpr long long_max() // OK in long_max() function
30 SA(long_max() == 2147483647);
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-pos1.C27 constexpr long long_max() // OK in long_max() function
30 SA(long_max() == 2147483647);
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-pos1.C27 constexpr long long_max() // OK in long_max() function
30 SA(long_max() == 2147483647);
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-pos1.C27 constexpr long long_max() // OK in long_max() function
30 SA(long_max() == 2147483647);
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-pos1.C27 constexpr long long_max() // OK in long_max() function
30 SA(long_max() == 2147483647);
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-pos1.C27 constexpr long long_max() // OK in long_max() function
30 SA(long_max() == 2147483647);
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-pos1.C27 constexpr long long_max() // OK in long_max() function
30 SA(long_max() == 2147483647);
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-pos1.C27 constexpr long long_max() // OK in long_max() function
30 SA(long_max() == 2147483647);
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-pos1.C27 constexpr long long_max() // OK in long_max() function
30 SA(long_max() == 2147483647);
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/dependencies/lib-SDL2-2.0.8-mingw/test/
H A Dtestautomation_sdltest.c825 Sint32 long_max = LONG_MAX; in sdltest_randomBoundaryNumberSint32() local
828 Sint32 long_max = INT_MAX; in sdltest_randomBoundaryNumberSint32() local
892 sresult = (Sint64)SDLTest_RandomSint32BoundaryValue(long_min + 1, long_max, SDL_FALSE); in sdltest_randomBoundaryNumberSint32()
902 sresult = (Sint64)SDLTest_RandomSint32BoundaryValue(long_min, long_max - 1, SDL_FALSE); in sdltest_randomBoundaryNumberSint32()
905 sresult == long_max, in sdltest_randomBoundaryNumberSint32()
912 sresult = (Sint64)SDLTest_RandomSint32BoundaryValue(long_min, long_max, SDL_FALSE); in sdltest_randomBoundaryNumberSint32()
1051 Sint32 long_max = LONG_MAX; in sdltest_randomIntegerInRange() local
1054 Sint32 long_max = INT_MAX; in sdltest_randomIntegerInRange() local
1094 max = long_max + (Sint32)SDLTest_RandomSint16(); in sdltest_randomIntegerInRange()
1101 max = long_max; in sdltest_randomIntegerInRange()
[all …]

123456