Home
last modified time | relevance | path

Searched refs:MAX_SIZE (Results 176 – 200 of 2572) sorted by relevance

12345678910>>...103

/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/
H A D28277-1.cc24 #ifndef MAX_SIZE
25 #define MAX_SIZE 5000000 macro
38 const string str_01(MAX_SIZE, 'a'); in test01()
H A D28277-2.cc24 #ifndef MAX_SIZE
25 #define MAX_SIZE 5000000 macro
40 oss_01.width(MAX_SIZE); in test01()
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/
H A D28277-1.cc24 #ifndef MAX_SIZE
25 #define MAX_SIZE 5000000 macro
38 const string str_01(MAX_SIZE, 'a'); in test01()
/dports/devel/bullet/bullet3-3.21/test/Bullet2/Source/Tests/
H A DTest_maxdot.cpp31 #define MAX_SIZE (1U << MAX_LOG2_SIZE) macro
37 btSimdFloat4 *data = (btSimdFloat4 *)GuardCalloc(1, MAX_SIZE * sizeof(btSimdFloat4), NULL); in Test_maxdot()
45 for (i = 0; i < MAX_SIZE; i++) in Test_maxdot()
57 for (size = 1; size <= MAX_SIZE; size++) in Test_maxdot()
59 float *in = (float *)(data + MAX_SIZE - size); in Test_maxdot()
158 for (size = 64; size <= MAX_SIZE; size *= 2) in Test_maxdot()
205 for (size = 64; size <= MAX_SIZE; size *= 2) in Test_maxdot()
234 for (size = 64; size <= MAX_SIZE; size *= 2) in Test_maxdot()
/dports/devel/py-bullet3/bullet3-3.21/test/Bullet2/Source/Tests/
H A DTest_maxdot.cpp31 #define MAX_SIZE (1U << MAX_LOG2_SIZE) macro
37 btSimdFloat4 *data = (btSimdFloat4 *)GuardCalloc(1, MAX_SIZE * sizeof(btSimdFloat4), NULL); in Test_maxdot()
45 for (i = 0; i < MAX_SIZE; i++) in Test_maxdot()
57 for (size = 1; size <= MAX_SIZE; size++) in Test_maxdot()
59 float *in = (float *)(data + MAX_SIZE - size); in Test_maxdot()
158 for (size = 64; size <= MAX_SIZE; size *= 2) in Test_maxdot()
205 for (size = 64; size <= MAX_SIZE; size *= 2) in Test_maxdot()
234 for (size = 64; size <= MAX_SIZE; size *= 2) in Test_maxdot()
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/
H A D28277-1.cc24 #ifndef MAX_SIZE
25 #define MAX_SIZE 5000000 macro
39 const string str_01(MAX_SIZE, 'a'); in test01()
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/
H A D28277-1.cc24 #ifndef MAX_SIZE
25 #define MAX_SIZE 5000000 macro
39 const string str_01(MAX_SIZE, 'a'); in test01()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/
H A D28277-1.cc24 #ifndef MAX_SIZE
25 #define MAX_SIZE 5000000 macro
39 const string str_01(MAX_SIZE, 'a'); in test01()
/dports/lang/gcc6-aux/gcc-6-20180516/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/
H A D28277-1.cc24 #ifndef MAX_SIZE
25 #define MAX_SIZE 5000000 macro
39 const string str_01(MAX_SIZE, 'a'); in test01()
/dports/devel/mingw32-gcc/gcc-4.8.1/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/
H A D28277-1.cc24 #ifndef MAX_SIZE
25 #define MAX_SIZE 5000000 macro
39 const string str_01(MAX_SIZE, 'a'); in test01()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Util/
H A DSimpleRecyclingCache.cs24 private const int MAX_SIZE = 100; field in System.Web.Util.SimpleRecyclingCache
33 _hashtable = new Hashtable(MAX_SIZE, StringComparer.OrdinalIgnoreCase); in CreateHashtable()
43 if (_hashtable.Count >= MAX_SIZE)
/dports/x11/xpra/xpra-4.3/xpra/server/
H A Dgtk_server_base.py287 MAX_SIZE = 256
296 png_data = svg_to_png(icon_string, svg_data, MAX_SIZE, MAX_SIZE)
297 return "png", MAX_SIZE, MAX_SIZE, png_data
329 if w>MAX_SIZE or h>MAX_SIZE:
330 img = img.resize((MAX_SIZE, MAX_SIZE), Image.ANTIALIAS)
331 w = h = MAX_SIZE
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/
H A D28277-2.cc24 #ifndef MAX_SIZE
25 #define MAX_SIZE 5000000 macro
40 oss_01.width(MAX_SIZE); in test01()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/
H A D28277-2.cc24 #ifndef MAX_SIZE
25 #define MAX_SIZE 5000000 macro
40 oss_01.width(MAX_SIZE); in test01()
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/
H A D28277-2.cc24 #ifndef MAX_SIZE
25 #define MAX_SIZE 5000000 macro
40 oss_01.width(MAX_SIZE); in test01()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/
H A D28277-2.cc24 #ifndef MAX_SIZE
25 #define MAX_SIZE 5000000 macro
40 oss_01.width(MAX_SIZE); in test01()
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/
H A D28277-2.cc24 #ifndef MAX_SIZE
25 #define MAX_SIZE 5000000 macro
40 oss_01.width(MAX_SIZE); in test01()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/
H A D28277-2.cc24 #ifndef MAX_SIZE
25 #define MAX_SIZE 5000000 macro
40 oss_01.width(MAX_SIZE); in test01()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/
H A D28277-2.cc24 #ifndef MAX_SIZE
25 #define MAX_SIZE 5000000 macro
40 oss_01.width(MAX_SIZE); in test01()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/
H A D28277-2.cc24 #ifndef MAX_SIZE
25 #define MAX_SIZE 5000000 macro
40 oss_01.width(MAX_SIZE); in test01()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/
H A D28277-2.cc24 #ifndef MAX_SIZE
25 #define MAX_SIZE 5000000 macro
40 oss_01.width(MAX_SIZE); in test01()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/
H A D28277-2.cc24 #ifndef MAX_SIZE
25 #define MAX_SIZE 5000000 macro
40 oss_01.width(MAX_SIZE); in test01()
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/
H A D28277-2.cc24 #ifndef MAX_SIZE
25 #define MAX_SIZE 5000000 macro
40 oss_01.width(MAX_SIZE); in test01()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/
H A D28277-2.cc24 #ifndef MAX_SIZE
25 #define MAX_SIZE 5000000 macro
40 oss_01.width(MAX_SIZE); in test01()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/
H A D28277-2.cc24 #ifndef MAX_SIZE
25 #define MAX_SIZE 5000000 macro
40 oss_01.width(MAX_SIZE); in test01()

12345678910>>...103