Home
last modified time | relevance | path

Searched refs:n_check (Results 1 – 25 of 108) sorted by relevance

12345

/dports/science/conduit/conduit-0.8.0/src/tests/relay/python/
H A Dt_python_relay_io_handle.py140 n_check = n
151 n_check.reset();
166 n_check.reset()
178 n_check.reset()
190 n_check.reset()
212 n_check.reset()
226 n_check.reset()
239 n_check.reset()
253 n_check.reset();
254 n_check.set([2, 2]);
[all …]
/dports/science/conduit/conduit-0.8.0/src/tests/relay/
H A Dt_relay_io_handle.cpp556 n_check = n; in TEST()
567 n_check.reset(); in TEST()
582 n_check.reset(); in TEST()
595 n_check.reset(); in TEST()
607 n_check.reset(); in TEST()
630 n_check.reset(); in TEST()
644 n_check.reset(); in TEST()
659 n_check.reset(); in TEST()
674 n_check.reset(); in TEST()
686 n_check.reset(); in TEST()
[all …]
H A Dt_relay_io_hdf5.cpp1899 Node n_check; in TEST() local
1900 n_check = 42.0; in TEST()
1904 EXPECT_THROW(io::hdf5_write(n_check,h5_file_id),Error); in TEST()
1907 n_check.set(n); in TEST()
1908 io::hdf5_write(n_check,h5_file_id); in TEST()
1910 n_check[4][4] = 3.1415; in TEST()
1911 io::hdf5_write(n_check,h5_file_id); in TEST()
1917 EXPECT_FALSE(n_check.diff(n_load,info)); in TEST()
2045 Node n, n_read, n_check, opts, info; in TEST() local
/dports/security/gnome-keyring/gnome-keyring-40.0/pkcs11/xdg-store/
H A Dtest-xdg-module.c77 CK_ULONG n_check; in test_module_find_twice_is_same() local
94 rv = gkm_session_C_FindObjects (test->session, objects, G_N_ELEMENTS (objects), &n_check); in test_module_find_twice_is_same()
100 gkm_assert_cmpulong (n_check, ==, n_objects); in test_module_find_twice_is_same()
108 CK_ULONG n_check; in test_module_file_becomes_invalid() local
126 rv = gkm_session_C_FindObjects (test->session, objects, G_N_ELEMENTS (objects), &n_check); in test_module_file_becomes_invalid()
132 gkm_assert_cmpulong (n_check, <, n_objects); in test_module_file_becomes_invalid()
140 CK_ULONG n_check; in test_module_file_remove() local
157 rv = gkm_session_C_FindObjects (test->session, objects, G_N_ELEMENTS (objects), &n_check); in test_module_file_remove()
163 gkm_assert_cmpulong (n_check, <, n_objects); in test_module_file_remove()
/dports/math/py-pygsl/pygsl-2.3.0/src/transform/
H A Darraycopy.c33 int i, n, n_check, n_2, modulo=0; in PyGSL_copy_real_to_complex() local
40 n_check = PyArray_DIM(dst, 0); in PyGSL_copy_real_to_complex()
56 if(n_2 >= n_check) in PyGSL_copy_real_to_complex()
102 int n, n_check, i, n_2; in PyGSL_copy_halfcomplex_to_real() local
113 n_check = PyArray_DIM(src, 0); in PyGSL_copy_halfcomplex_to_real()
132 if(n_2 >= n_check){ in PyGSL_copy_halfcomplex_to_real()
157 int n, n_check, size, flag, iscomplex=0; in PyGSL_copy_array_to_array() local
172 n_check = PyArray_DIM(src, 0); in PyGSL_copy_array_to_array()
173 if(n_check != n){ in PyGSL_copy_array_to_array()
486 int n_check = PyArray_DIM(a, 0); in PyGSL_Check_Array_Length() local
[all …]
/dports/science/chrono/chrono-7.0.1/src/tests/unit_tests/collision/
H A Dutest_COLL_narrow_mpr.cpp155 real3 n_check = real3(sin(CH_C_PI / 4.0), -sin(CH_C_PI / 4.0), 0); in TEST() local
156 Assert_near(n, n_check, precision); in TEST()
157 Assert_near(p1, real3(1, 1, 0) + n_check * 1, precision); in TEST()
158 Assert_near(p2, real3(2, 0, 0) - n_check * 1, precision); in TEST()
159 …ASSERT_NEAR(d, Dot(n_check, (real3(2, 0, 0) - n_check * 1) - (real3(1, 1, 0) + n_check * 1)), prec… in TEST()
206 real3 n_check = real3(sin(CH_C_PI / 4.0), -sin(CH_C_PI / 4.0), 0); in TEST() local
207 Assert_near(n, n_check, precision); in TEST()
208 Assert_near(p1, real3(1, 1, 0) + n_check * 1, precision); in TEST()
209 Assert_near(p2, real3(2, 0, 0) - n_check * 1, precision); in TEST()
210 …ASSERT_NEAR(d, Dot(n_check, (real3(2, 0, 0) - n_check * 1) - (real3(1, 1, 0) + n_check * 1)), prec… in TEST()
/dports/editors/cudatext/CudaText-1.151.0/app/cudatext.app/Contents/Resources/py/cuda_prefs/
H A Ddlg_json.py111 self.n_check = dlg_proc(h, DLG_CTL_ADD, 'button_ex')
112 dlg_proc(h, DLG_CTL_PROP_SET, index=self.n_check, prop={
120 self.h_btn_check = dlg_proc(h, DLG_CTL_HANDLE, index=self.n_check)
174 elif id_ctl == self.n_check: self.check()
/dports/editors/cudatext/CudaText-1.151.0/app/py/cuda_prefs/
H A Ddlg_json.py111 self.n_check = dlg_proc(h, DLG_CTL_ADD, 'button_ex')
112 dlg_proc(h, DLG_CTL_PROP_SET, index=self.n_check, prop={
120 self.h_btn_check = dlg_proc(h, DLG_CTL_HANDLE, index=self.n_check)
174 elif id_ctl == self.n_check: self.check()
/dports/misc/amanda-server/amanda-3.3.9/ndmp-src/
H A Dndml_chan.c230 unsigned int i, n_check; in ndmchan_pre_poll() local
232 n_check = 0; in ndmchan_pre_poll()
267 n_check++; in ndmchan_pre_poll()
270 return n_check; in ndmchan_pre_poll()
/dports/misc/amanda-client/amanda-3.3.9/ndmp-src/
H A Dndml_chan.c230 unsigned int i, n_check; in ndmchan_pre_poll() local
232 n_check = 0; in ndmchan_pre_poll()
267 n_check++; in ndmchan_pre_poll()
270 return n_check; in ndmchan_pre_poll()
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/core/src/ndmp/
H A Dndml_chan.c230 unsigned int i, n_check; in ndmchan_pre_poll() local
232 n_check = 0; in ndmchan_pre_poll()
267 n_check++; in ndmchan_pre_poll()
270 return n_check; in ndmchan_pre_poll()
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/core/src/ndmp/
H A Dndml_chan.c197 unsigned int i, n_check; in ndmchan_pre_poll() local
199 n_check = 0; in ndmchan_pre_poll()
230 n_check++; in ndmchan_pre_poll()
233 return n_check; in ndmchan_pre_poll()
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/core/src/ndmp/
H A Dndml_chan.c197 unsigned int i, n_check; in ndmchan_pre_poll() local
199 n_check = 0; in ndmchan_pre_poll()
230 n_check++; in ndmchan_pre_poll()
233 return n_check; in ndmchan_pre_poll()
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/ndmp/
H A Dndml_chan.c197 unsigned int i, n_check; in ndmchan_pre_poll() local
199 n_check = 0; in ndmchan_pre_poll()
230 n_check++; in ndmchan_pre_poll()
233 return n_check; in ndmchan_pre_poll()
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/ndmp/
H A Dndml_chan.c197 unsigned int i, n_check; in ndmchan_pre_poll() local
199 n_check = 0; in ndmchan_pre_poll()
230 n_check++; in ndmchan_pre_poll()
233 return n_check; in ndmchan_pre_poll()
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/core/src/ndmp/
H A Dndml_chan.c230 unsigned int i, n_check; in ndmchan_pre_poll() local
232 n_check = 0; in ndmchan_pre_poll()
267 n_check++; in ndmchan_pre_poll()
270 return n_check; in ndmchan_pre_poll()
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/ndmp/
H A Dndml_chan.c197 unsigned int i, n_check; in ndmchan_pre_poll() local
199 n_check = 0; in ndmchan_pre_poll()
230 n_check++; in ndmchan_pre_poll()
233 return n_check; in ndmchan_pre_poll()
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/core/src/ndmp/
H A Dndml_chan.c230 unsigned int i, n_check; in ndmchan_pre_poll() local
232 n_check = 0; in ndmchan_pre_poll()
267 n_check++; in ndmchan_pre_poll()
270 return n_check; in ndmchan_pre_poll()
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/core/src/ndmp/
H A Dndml_chan.c197 unsigned int i, n_check; in ndmchan_pre_poll() local
199 n_check = 0; in ndmchan_pre_poll()
230 n_check++; in ndmchan_pre_poll()
233 return n_check; in ndmchan_pre_poll()
/dports/www/bareos18-webui/bareos-Release-18.2.12/core/src/ndmp/
H A Dndml_chan.c230 unsigned int i, n_check; in ndmchan_pre_poll() local
232 n_check = 0; in ndmchan_pre_poll()
267 n_check++; in ndmchan_pre_poll()
270 return n_check; in ndmchan_pre_poll()
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/ndmp/
H A Dndml_chan.c197 unsigned int i, n_check; in ndmchan_pre_poll() local
199 n_check = 0; in ndmchan_pre_poll()
230 n_check++; in ndmchan_pre_poll()
233 return n_check; in ndmchan_pre_poll()
/dports/www/bareos19-webui/bareos-Release-19.2.11/core/src/ndmp/
H A Dndml_chan.c197 unsigned int i, n_check; in ndmchan_pre_poll() local
199 n_check = 0; in ndmchan_pre_poll()
230 n_check++; in ndmchan_pre_poll()
233 return n_check; in ndmchan_pre_poll()
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/libkst/
H A Dmatrix.cpp201 int n_check; // the number of (randomly selected) samples to check. in calcNoSpikeRange() local
236 n_check = 100000; in calcNoSpikeRange()
242 while (n_checked < n_check) { in calcNoSpikeRange()
253 _minNoSpike = pixels[size_t(n_check*per)]; in calcNoSpikeRange()
254 _maxNoSpike = pixels[size_t(n_check*(1.0-per)-1)]; in calcNoSpikeRange()
/dports/math/py-pygsl/pygsl-2.3.0/src/obsolete/
H A Dfftmodule.c389 int i, n, n_check, n_2; in PyGSL_copy_real_to_complex() local
392 n_check = PyArray_DIM(dst,0); in PyGSL_copy_real_to_complex()
401 if(n_2 >= n_check) in PyGSL_copy_real_to_complex()
417 int n, n_check, i, n_2; in PyGSL_copy_halfcomplex_to_real() local
420 n_check = PyArray_DIM(src, 0); in PyGSL_copy_halfcomplex_to_real()
435 if(n_2 >= n_check){ in PyGSL_copy_halfcomplex_to_real()
448 int n, n_check, i; in PyGSL_copy_complex_to_complex() local
450 n_check = PyArray_DIM(src, 0); in PyGSL_copy_complex_to_complex()
451 if(n_check != n){ in PyGSL_copy_complex_to_complex()
/dports/lang/solidity/solidity_0.8.11/test/libsolidity/smtCheckerTests/unchecked/
H A Dsigned_mod.sol18 …ng value larger than 0x80 * 2**248 - 1) happens here.\nCounterexample:\n\n_check = true\n = 0\nx =…

12345