Home
last modified time | relevance | path

Searched refs:test_uint (Results 1 – 25 of 116) sorted by path

12345

/dports/astro/py-astropy/astropy-5.0/astropy/io/fits/tests/
H A Dtest_core.py182 def test_uint(self): member in TestCore
H A Dtest_uint.py26 def test_uint(self, utype, compressed): member in TestUintFunctions
/dports/audio/py-mutagen/mutagen-1.42.0/tests/
H A Dtest__util.py218 def test_uint(self): member in Tcdata
/dports/benchmarks/nosqlbench/nosqlbench-0.0.20151214/third_party/tarantool-c/third_party/msgpuck/test/
H A Dmsgpuck.c82 test_uint(0U, "\x00", 1); in test_uints()
83 test_uint(1U, "\x01", 1); in test_uints()
84 test_uint(0x7eU, "\x7e", 1); in test_uints()
85 test_uint(0x7fU, "\x7f", 1); in test_uints()
87 test_uint(0x80U, "\xcc\x80", 2); in test_uints()
88 test_uint(0xfeU, "\xcc\xfe", 2); in test_uints()
89 test_uint(0xffU, "\xcc\xff", 2); in test_uints()
91 test_uint(0xfffeU, "\xcd\xff\xfe", 3); in test_uints()
98 test_uint(0x100000000ULL, in test_uints()
100 test_uint(0xfffffffffffffffeULL, in test_uints()
[all …]
/dports/cad/py-pymtl/pymtl3-3.1.6/pymtl3/datatypes/test/
H A Dbits_test.py49 def test_uint(): function
/dports/databases/py-gdbm/Python-3.8.12/Lib/ctypes/test/
H A Dtest_callbacks.py57 def test_uint(self): member in Callbacks
H A Dtest_cfuncs.py78 def test_uint(self): member in CFunctions
/dports/databases/py-sqlite3/Python-3.8.12/Lib/ctypes/test/
H A Dtest_callbacks.py57 def test_uint(self): member in Callbacks
H A Dtest_cfuncs.py78 def test_uint(self): member in CFunctions
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dattr-alloc_size-5.c132 test_uint (unsigned n) in test_uint() function
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dattr-alloc_size-5.c132 test_uint (unsigned n) in test_uint() function
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/
H A Dattr-alloc_size-5.c132 test_uint (unsigned n) in test_uint() function
/dports/devel/cutter/cutter-1.2.6/test/gcutter/
H A Dtest-gcut-dynamic-data.c29 void test_uint (void);
139 test_uint (void) in test_uint() function
H A Dtest-gcut-inspect.c27 void test_uint (void);
74 test_uint (void) in test_uint() function
/dports/devel/dee/dee-1.2.7/tests/
H A Dtest-model-readers.c96 test_uint (Fixture *fix, gconstpointer data) in test_uint() function
121 setup, test_uint, teardown); in test_model_readers_create_suite()
/dports/devel/flatbuffers/flatbuffers-2.0.0/tests/
H A Dpy_flexbuffers_test.py382 def test_uint(self): member in DecoderTest
/dports/devel/kokkos/kokkos-3.4.01/algorithms/unit_tests/
H A DTestRandom.hpp430 test_random_scalar<RandomGenerator, unsigned int> test_uint( in test_random() local
432 ASSERT_EQ(test_uint.pass_mean, 1); in test_random()
433 ASSERT_EQ(test_uint.pass_var, 1); in test_random()
434 ASSERT_EQ(test_uint.pass_covar, 1); in test_random()
435 ASSERT_EQ(test_uint.pass_hist1d_mean, 1); in test_random()
436 ASSERT_EQ(test_uint.pass_hist1d_var, 1); in test_random()
437 ASSERT_EQ(test_uint.pass_hist1d_covar, 1); in test_random()
438 ASSERT_EQ(test_uint.pass_hist3d_mean, 1); in test_random()
439 ASSERT_EQ(test_uint.pass_hist3d_var, 1); in test_random()
440 ASSERT_EQ(test_uint.pass_hist3d_covar, 1); in test_random()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/test/Target/Cpp/
H A Dcommon-cpp.mlir44 // CHECK: test_uint
45 func @test_uint() {
/dports/devel/lua-lgi/lgi-0.9.2/tests/
H A Dgireg.lua211 checkv(R.test_uint(0), 0, 'number')
212 checkv(R.test_uint(1), 1, 'number')
213 checkv(R.test_uint(1.1), 1, 'number')
214 check(not pcall(R.test_uint, -1))
/dports/devel/msgpuck/msgpuck-06e6308/test/
H A Dmsgpuck.c129 test_uint(0U, "\x00", 1); in test_uints()
130 test_uint(1U, "\x01", 1); in test_uints()
131 test_uint(0x7eU, "\x7e", 1); in test_uints()
132 test_uint(0x7fU, "\x7f", 1); in test_uints()
134 test_uint(0x80U, "\xcc\x80", 2); in test_uints()
135 test_uint(0xfeU, "\xcc\xfe", 2); in test_uints()
136 test_uint(0xffU, "\xcc\xff", 2); in test_uints()
138 test_uint(0xfffeU, "\xcd\xff\xfe", 3); in test_uints()
145 test_uint(0x100000000ULL, in test_uints()
147 test_uint(0xfffffffffffffffeULL, in test_uints()
[all …]
/dports/devel/opencl/OpenCL-Headers-2021.06.30/tests/
H A Dtest_headers.c322 int test_uint() in test_uint() function
/dports/devel/py-gobject3/pygobject-3.38.0/tests/
H A Dtest_everything.py227 def test_uint(self): member in TestEverything
228 self.assertEqual(Everything.test_uint(GLib.MAXUINT),
230 self.assertEqual(Everything.test_uint(0), 0)
231 self.assertRaises(OverflowError, Everything.test_uint, -1)
237 Everything.test_uint(GLib.MAXUINT + 1)
243 Everything.test_uint(GLib.MAXUINT64 * 2)
H A Dtest_properties.py1075 def test_uint(self): member in CPropertiesTestBase
/dports/devel/pygobject3-common/pygobject-3.38.0/tests/
H A Dtest_everything.py227 def test_uint(self): member in TestEverything
228 self.assertEqual(Everything.test_uint(GLib.MAXUINT),
230 self.assertEqual(Everything.test_uint(0), 0)
231 self.assertRaises(OverflowError, Everything.test_uint, -1)
237 Everything.test_uint(GLib.MAXUINT + 1)
243 Everything.test_uint(GLib.MAXUINT64 * 2)
H A Dtest_properties.py1075 def test_uint(self): member in CPropertiesTestBase

12345