Home
last modified time | relevance | path

Searched refs:rec4 (Results 1 – 25 of 122) sorted by relevance

12345

/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-93/billowitch/compliant/
H A Dtc1392.vhd46 VARIABLE rec4 : rec_list := (1,2,3,4); variable
60 (rec4.a, rec4.b, rec4.c, rec4.d)
61 := rec_list' ( d=>rec4.a, c=>rec4.b, b=>rec4.c, a=>rec4.d);
72 rec4 = (4,3,2,1) and
80 rec4 = (4,3,2,1) and
/dports/security/p5-Crypt-PWSafe3/Crypt-PWSafe3-1.22/t/
H A Drun.t149 my $rec4;
152 $rec4 = $vault4->getrecord($uuid3);
154 $rec4->user("u4");
155 $rec4->passwd("p4");
157 $vault4->addrecord($rec4);
162 $rec4 = $rvault4->getrecord($uuid3);
163 if ($rec4->user ne 'u4') {
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/ffs/ffs/ffs/tests/
H A Dio_read.c246 fourth_rec rec4; local
247 if (!read_IOfile(iofile, &rec4))
250 rec4.ifield, rec4.int_array[0]);
252 printf(", %d", rec4.int_array[i]);
255 (double) rec4.double_array[0][0],
256 (double) rec4.double_array[0][1],
257 (double) rec4.double_array[1][0],
258 (double) rec4.double_array[1][1]);
H A Dio_def_write.c363 fourth_rec rec4; in main() local
526 memset((char *) &rec4, 0, sizeof(rec4)); in main()
528 rec4.int_array[i] = 297 + i; in main()
530 rec4.double_array[0][0] = 1.0; in main()
531 rec4.double_array[0][1] = 2.0; in main()
532 rec4.double_array[1][0] = 3.0; in main()
533 rec4.double_array[1][1] = 4.0; in main()
534 rec4.ifield = -rec4.int_array[ARRAY_SIZE - 1]; in main()
535 vector[0].data = &rec4; in main()
H A Dxml_test.c48 fourth_rec rec4; local
290 memset((char *) &rec4, 0, sizeof(rec4));
292 rec4.int_array[i] = 297 + i;
294 rec4.double_array[0][0] = 1.0;
295 rec4.double_array[0][1] = 2.0;
296 rec4.double_array[1][0] = 3.0;
297 rec4.double_array[1][1] = 4.0;
298 rec4.ifield = -rec4.int_array[ARRAY_SIZE - 1];
299 xfer_buffer = encode_IOcontext_buffer(src_context, fourth_rec_ioformat, &rec4, &buf_size);
H A Dcompat_test.c49 fourth_rec rec4; local
310 memset((char *) &rec4, 0, sizeof(rec4));
312 rec4.int_array[i] = 297 + i;
314 rec4.double_array[0][0] = 1.0;
315 rec4.double_array[0][1] = 2.0;
316 rec4.double_array[1][0] = 3.0;
317 rec4.double_array[1][1] = 4.0;
318 rec4.ifield = -rec4.int_array[ARRAY_SIZE - 1];
319 xfer_buffer = encode_IOcontext_buffer(src_context, fourth_rec_ioformat, &rec4, &buf_size);
/dports/math/R-cran-recipes/recipes/tests/testthat/
H A Dtest_bin2factor.R42 rec4 <- rec %>% step_bin2factor(rocks, ref_first = FALSE) globalVar
43 rec4 <- prep(rec4, training = covers) globalVar
44 res4 <- bake(rec4, new_data = covers)
H A Dtest_shuffle.R69 rec4 <- recipe(y ~ ., data = dat) %>% globalVar
72 rec4 <- prep(rec4, training = dat, verbose = FALSE) globalVar
73 expect_warning(dat4 <- bake(rec4, dat[1,], everything()))
H A Dtest_unorder.R33 rec4 <- rec %>% step_unorder(X2) globalVar
34 expect_output(print(rec4))
35 expect_output(prep(rec4, training = examples, verbose = TRUE))
H A Dtest_formula.R18 rec4 <- rec3 %>% step_scale(all_numeric()) globalVar
19 expect_false(fully_trained(rec4))
21 rec5 <- prep(rec4, training = iris)
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/ffs/ffs/ffs/progs/
H A Dsort_test_generate.c68 fourth_rec rec4; in main() local
389 memset((char *) &rec4, 0, sizeof(rec4)); in main()
391 rec4.int_array[i] = 297 + i; in main()
393 rec4.double_array[0][0] = 1.0; in main()
394 rec4.double_array[0][1] = 2.0; in main()
395 rec4.double_array[1][0] = 3.0; in main()
396 rec4.double_array[1][1] = 4.0; in main()
397 rec4.ifield = -rec4.int_array[ARRAY_SIZE - 1]; in main()
398 if (!write_FFSfile(ffsfile, fourth_rec_ioformat, &rec4)) in main()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/utils/lit/tests/Inputs/shtest-recursive-substitution/substitutes-within-limit/
H A Dlit.cfg9 ("%rec3", "%rec2"), ("%rec4", "%rec3"),
10 ("%rec5", "%rec4")]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/utils/lit/tests/Inputs/shtest-recursive-substitution/does-not-substitute-no-limit/
H A Dlit.cfg9 ("%rec3", "%rec2"), ("%rec4", "%rec3"),
10 ("%rec5", "%rec4")]
/dports/devel/llvm11/llvm-11.0.1.src/utils/lit/tests/Inputs/shtest-recursive-substitution/does-not-substitute-no-limit/
H A Dlit.cfg9 ("%rec3", "%rec2"), ("%rec4", "%rec3"),
10 ("%rec5", "%rec4")]
/dports/devel/llvm11/llvm-11.0.1.src/utils/lit/tests/Inputs/shtest-recursive-substitution/substitutes-within-limit/
H A Dlit.cfg9 ("%rec3", "%rec2"), ("%rec4", "%rec3"),
10 ("%rec5", "%rec4")]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/utils/lit/tests/Inputs/shtest-recursive-substitution/does-not-substitute-no-limit/
H A Dlit.cfg9 ("%rec3", "%rec2"), ("%rec4", "%rec3"),
10 ("%rec5", "%rec4")]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/utils/lit/tests/Inputs/shtest-recursive-substitution/substitutes-within-limit/
H A Dlit.cfg9 ("%rec3", "%rec2"), ("%rec4", "%rec3"),
10 ("%rec5", "%rec4")]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/utils/lit/tests/Inputs/shtest-recursive-substitution/does-not-substitute-no-limit/
H A Dlit.cfg9 ("%rec3", "%rec2"), ("%rec4", "%rec3"),
10 ("%rec5", "%rec4")]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/utils/lit/tests/Inputs/shtest-recursive-substitution/substitutes-within-limit/
H A Dlit.cfg9 ("%rec3", "%rec2"), ("%rec4", "%rec3"),
10 ("%rec5", "%rec4")]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/utils/lit/tests/Inputs/shtest-recursive-substitution/does-not-substitute-no-limit/
H A Dlit.cfg9 ("%rec3", "%rec2"), ("%rec4", "%rec3"),
10 ("%rec5", "%rec4")]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/utils/lit/tests/Inputs/shtest-recursive-substitution/substitutes-within-limit/
H A Dlit.cfg9 ("%rec3", "%rec2"), ("%rec4", "%rec3"),
10 ("%rec5", "%rec4")]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/utils/lit/tests/Inputs/shtest-recursive-substitution/does-not-substitute-no-limit/
H A Dlit.cfg9 ("%rec3", "%rec2"), ("%rec4", "%rec3"),
10 ("%rec5", "%rec4")]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/utils/lit/tests/Inputs/shtest-recursive-substitution/substitutes-within-limit/
H A Dlit.cfg9 ("%rec3", "%rec2"), ("%rec4", "%rec3"),
10 ("%rec5", "%rec4")]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/utils/lit/tests/Inputs/shtest-recursive-substitution/does-not-substitute-no-limit/
H A Dlit.cfg9 ("%rec3", "%rec2"), ("%rec4", "%rec3"),
10 ("%rec5", "%rec4")]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/utils/lit/tests/Inputs/shtest-recursive-substitution/substitutes-within-limit/
H A Dlit.cfg9 ("%rec3", "%rec2"), ("%rec4", "%rec3"),
10 ("%rec5", "%rec4")]

12345