Home
last modified time | relevance | path

Searched refs:check_c (Results 1 – 25 of 164) sorted by relevance

1234567

/dports/science/conduit/conduit-0.8.0/src/tests/conduit/fortran/
H A Dt_f_type_sizes.f9048 integer check_kind, check_c local
56 check_c = SIZEOF(test_int_1)
58 print *,"[SIZEOF] integer(kind=1) = ",check_c
62 check_c = SIZEOF(test_int_2)
64 print *,"[SIZEOF] integer(kind=2) = ",check_c
68 check_c = SIZEOF(test_int_4)
70 print *,"[SIZEOF] integer(kind=4) = ",check_c
74 check_c = SIZEOF(test_int_8)
80 check_c = SIZEOF(test_int_8)
86 check_c = SIZEOF(test_re_4)
[all …]
/dports/databases/db18/db-18.1.40/test/tcl/
H A Dtest032.tcl182 set check_c [eval {$check_db cursor} $txn]
184 [is_valid_cursor $check_c $check_db] TRUE
187 for {set ret [$check_c get -first]} \
189 {set ret [$check_c get -next] } {
211 for {set ret [$check_c get -first]} \
213 {set ret [$check_c get -next] } {
233 for {set ret [$check_c get -first]} \
235 {set ret [$check_c get -next] } {
247 for {set ret [$check_c get -first]} \
249 {set ret [$check_c get -next] } {
[all …]
H A Dtest039.tcl170 set check_c [eval {$check_db cursor} $txn]
171 error_check_good cursor_open [is_valid_cursor $check_c $check_db] TRUE
174 for {set ret [$check_c get -first]} \
176 {set ret [$check_c get -next] } {
209 error_check_good check_c:close [$check_c close] 0
H A Dtest038.tcl168 set check_c [eval {$check_db cursor} $txn]
169 error_check_good cursor_open [is_valid_cursor $check_c $check_db] TRUE
172 for {set ret [$check_c get -first]} \
174 {set ret [$check_c get -next] } {
235 error_check_good check_c:close [$check_c close] 0
/dports/databases/db5/db-5.3.28/test/tcl/
H A Dtest032.tcl182 set check_c [eval {$check_db cursor} $txn]
184 [is_valid_cursor $check_c $check_db] TRUE
187 for {set ret [$check_c get -first]} \
189 {set ret [$check_c get -next] } {
211 for {set ret [$check_c get -first]} \
213 {set ret [$check_c get -next] } {
233 for {set ret [$check_c get -first]} \
235 {set ret [$check_c get -next] } {
247 for {set ret [$check_c get -first]} \
249 {set ret [$check_c get -next] } {
[all …]
H A Dtest039.tcl170 set check_c [eval {$check_db cursor} $txn]
171 error_check_good cursor_open [is_valid_cursor $check_c $check_db] TRUE
174 for {set ret [$check_c get -first]} \
176 {set ret [$check_c get -next] } {
209 error_check_good check_c:close [$check_c close] 0
H A Dtest038.tcl168 set check_c [eval {$check_db cursor} $txn]
169 error_check_good cursor_open [is_valid_cursor $check_c $check_db] TRUE
172 for {set ret [$check_c get -first]} \
174 {set ret [$check_c get -next] } {
224 error_check_good check_c:close [$check_c close] 0
/dports/graphics/graphene/graphene-1.10.6/tests/
H A Dtriangle.c14 graphene_point3d_t check_a, check_b, check_c; in triangle_init_from_point3d() local
18 graphene_triangle_get_points (t, &check_a, &check_b, &check_c); in triangle_init_from_point3d()
28 mutest_bool_value (graphene_point3d_equal (&check_c, &c)), in triangle_init_from_point3d()
37 graphene_triangle_get_points (t, &check_a, &check_b, &check_c); in triangle_init_from_point3d()
62 graphene_vec3_t check_a, check_b, check_c; in triangle_init_from_vec3() local
70 graphene_triangle_get_vertices (t, &check_a, &check_b, &check_c); in triangle_init_from_vec3()
80 mutest_bool_value (graphene_vec3_equal (&check_c, &c)), in triangle_init_from_vec3()
89 graphene_triangle_get_vertices (t, &check_a, &check_b, &check_c); in triangle_init_from_vec3()
114 graphene_vec3_t check_a, check_b, check_c; in triangle_init_from_float() local
123 graphene_triangle_get_vertices (t, &check_a, &check_b, &check_c); in triangle_init_from_float()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/js/test/inference/
H A Dnested.ts57 const check_c = (x = row.c) => expect(x instanceof BoolVector).toBe(true); constant
61 check_c(); check_c(row.c); check_c(row.get('c'));
/dports/databases/arrow/apache-arrow-6.0.1/js/test/inference/
H A Dnested.ts57 const check_c = (x = row.c) => expect(x instanceof BoolVector).toBe(true); constant
61 check_c(); check_c(row.c); check_c(row.get('c'));
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/js/test/inference/
H A Dnested.ts58 const check_c = (x = row.c) => expect(x instanceof BoolVector).toBe(true); constant
62 check_c() && check_c(row.c) && check_c(row.get('c'));
/dports/misc/tvm/incubator-tvm-0.6.1/tests/python/unittest/
H A Dtest_codegen_c_host.py29 def check_c(): function
45 check_c()
66 def check_c(): function
95 check_c()
105 def check_c(): function
119 check_c()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/tests/python/unittest/
H A Dtest_target_codegen_c_host.py32 def check_c(): function
48 check_c()
69 def check_c(): function
93 check_c()
105 def check_c(): function
119 check_c()
/dports/misc/py-tvm/incubator-tvm-0.6.1/tests/python/unittest/
H A Dtest_codegen_c_host.py29 def check_c(): function
45 check_c()
66 def check_c(): function
95 check_c()
105 def check_c(): function
119 check_c()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/cpp2a/
H A Dconcepts-requires19.C4 concept check_c = false; variable
8 requires check_c<decltype(x)>; in requires()
15 void f2(T x) requires requires { requires check_c<decltype(x)>; } { } in f2()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/cpp2a/
H A Dconcepts-requires19.C4 concept check_c = false; variable
8 requires check_c<decltype(x)>; in requires()
15 void f2(T x) requires requires { requires check_c<decltype(x)>; } { } in f2()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/cpp2a/
H A Dconcepts-requires19.C4 concept check_c = false; variable
8 requires check_c<decltype(x)>; in requires()
15 void f2(T x) requires requires { requires check_c<decltype(x)>; } { } in f2()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/cpp2a/
H A Dconcepts-requires19.C4 concept check_c = false; variable
8 requires check_c<decltype(x)>; in requires()
15 void f2(T x) requires requires { requires check_c<decltype(x)>; } { } in f2()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/cpp2a/
H A Dconcepts-requires19.C4 concept check_c = false; variable
8 requires check_c<decltype(x)>; in requires()
15 void f2(T x) requires requires { requires check_c<decltype(x)>; } { } in f2()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/cpp2a/
H A Dconcepts-requires19.C4 concept check_c = false; variable
8 requires check_c<decltype(x)>; in requires()
15 void f2(T x) requires requires { requires check_c<decltype(x)>; } { } in f2()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/cpp2a/
H A Dconcepts-requires19.C4 concept check_c = false; variable
8 requires check_c<decltype(x)>; in requires()
15 void f2(T x) requires requires { requires check_c<decltype(x)>; } { } in f2()
/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp/src/tests/
H A Dtest_sigma_ppm.cc113 bool check_c = c.isApprox(c_ref, 1e-5);
114 if (!check_c) {
120 BOOST_CHECK_EQUAL(check_c, true);
H A Dtest_sigma_exact.cc112 bool check_c = c.isApprox(c_ref, 1e-5); in BOOST_AUTO_TEST_CASE()
113 if (!check_c) { in BOOST_AUTO_TEST_CASE()
119 BOOST_CHECK_EQUAL(check_c, true); in BOOST_AUTO_TEST_CASE()
/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp/xtp-2a31d70/src/tests/
H A Dtest_sigma_exact.cc112 bool check_c = c.isApprox(c_ref, 1e-5);
113 if (!check_c) {
119 BOOST_CHECK_EQUAL(check_c, true);
H A Dtest_sigma_ppm.cc113 bool check_c = c.isApprox(c_ref, 1e-5); in BOOST_AUTO_TEST_CASE()
114 if (!check_c) { in BOOST_AUTO_TEST_CASE()
120 BOOST_CHECK_EQUAL(check_c, true); in BOOST_AUTO_TEST_CASE()

1234567