Home
last modified time | relevance | path

Searched refs:vd1 (Results 1 – 25 of 434) sorted by relevance

12345678910>>...18

/dports/security/helib/HElib-1.3.1/tests/
H A DTestCKKS.cpp201 ea.random(vd1); in TEST_P()
209 negateVec(vd1); in TEST_P()
227 ea.random(vd1); in TEST_P()
236 add(vd1, vd2); in TEST_P()
262 add(vd1, vd2); in TEST_P()
288 mul(vd1, vd2); in TEST_P()
333 vd0 = vd1; in TEST_P()
375 conjVec(vd1); in TEST_P()
423 add(vd1, vd2); in TEST_P()
444 sub(vd1, vd2); in TEST_P()
[all …]
H A DGTestApproxNums.cpp259 ea.random(vd1); in TEST_P()
263 vd1.resize(vd1.size() - 2); in TEST_P()
265 vd1.resize(vd1.size() + 2, 0.0); in TEST_P()
272 vd1[i] *= vd2[i]; in TEST_P()
279 vd1[i] += vd3[i]; in TEST_P()
285 for (auto& x : vd1) in TEST_P()
310 vd1[i] = 1.0 - vd1[i]; in TEST_P()
335 ea.random(vd1); in TEST_P()
343 for_each(vd1.begin(), vd1.end(), [](std::complex<double>& d) { in TEST_P()
412 ea.random(vd1); in TEST_P()
[all …]
/dports/science/siconos/siconos-4.4.0/kernel/src/utils/SiconosTools/test/
H A DSiconosGraphTest.cpp229 G::VDescriptor vd1; in t6() local
240 g.add_edge(vd1, vd1, 2, ag); in t6()
241 g.add_edge(vd1, vd1, 3, ag); in t6()
242 g.add_edge(vd1, vd1, 4, ag); in t6()
243 g.add_edge(vd1, vd1, 5, ag); in t6()
244 g.add_edge(vd1, vd1, 6, ag); in t6()
245 g.add_edge(vd1, vd1, 7, ag); in t6()
246 g.add_edge(vd1, vd1, 8, ag); in t6()
247 g.add_edge(vd1, vd1, 9, ag); in t6()
248 g.add_edge(vd1, vd1, 10, ag); in t6()
[all …]
/dports/security/helib/HElib-1.3.1/misc/legacy_tests/
H A DTest_approxNums.cpp385 ea.random(vd1); in testBasicArith()
389 vd1.resize(vd1.size()-2); in testBasicArith()
391 vd1.resize(vd1.size()+2, 0.0); in testBasicArith()
397 for (long i=0; i<lsize(vd1); i++) vd1[i] *= vd2[i]; in testBasicArith()
403 for (long i=0; i<lsize(vd1); i++) vd1[i] += vd3[i]; in testBasicArith()
420 for (long i=0; i<lsize(vd1); i++) vd1[i] *= mask[i]; in testBasicArith()
426 for (long i=0; i<lsize(vd1); i++) vd1[i] += vd3[i]; in testBasicArith()
430 for (long i=0; i<lsize(vd1); i++) vd1[i] = 1.0 - vd1[i]; in testBasicArith()
462 ea.random(vd1); in testComplexArith()
537 ea.random(vd1); in testRotsNShifts()
[all …]
/dports/security/helib/HElib-1.3.1/src/
H A Dtapprox.cpp460 ea.random(vd1); in testBasicArith()
464 vd1.resize(vd1.size() - 2); in testBasicArith()
466 vd1.resize(vd1.size() + 2, 0.0); in testBasicArith()
473 vd1[i] *= vd2[i]; in testBasicArith()
480 vd1[i] += vd3[i]; in testBasicArith()
486 for (auto& x : vd1) in testBasicArith()
506 vd1[i] += vd3[i]; in testBasicArith()
511 vd1[i] = 1.0 - vd1[i]; in testBasicArith()
544 ea.random(vd1); in testComplexArith()
627 ea.random(vd1); in testRotsNShifts()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/liboffloadmic/plugin/
H A Dlibgomp-plugin-intelmic.cpp240 vd1[0].ptr = &num_funcs; in get_target_table()
242 vd1[1].ptr = &num_vars; in get_target_table()
246 vd1, NULL)) in get_target_table()
452 vd1[0].ptr = &tgt_ptr; in GOMP_OFFLOAD_host2dev()
454 vd1[1].ptr = &size; in GOMP_OFFLOAD_host2dev()
455 vd1[1].size = sizeof (size); in GOMP_OFFLOAD_host2dev()
458 vd1, NULL)) in GOMP_OFFLOAD_host2dev()
479 vd1[0].ptr = &tgt_ptr; in GOMP_OFFLOAD_dev2host()
481 vd1[1].ptr = &size; in GOMP_OFFLOAD_dev2host()
482 vd1[1].size = sizeof (size); in GOMP_OFFLOAD_dev2host()
[all …]
/dports/lang/gcc8/gcc-8.5.0/liboffloadmic/plugin/
H A Dlibgomp-plugin-intelmic.cpp240 vd1[0].ptr = &num_funcs; in get_target_table()
242 vd1[1].ptr = &num_vars; in get_target_table()
246 vd1, NULL)) in get_target_table()
452 vd1[0].ptr = &tgt_ptr; in GOMP_OFFLOAD_host2dev()
454 vd1[1].ptr = &size; in GOMP_OFFLOAD_host2dev()
455 vd1[1].size = sizeof (size); in GOMP_OFFLOAD_host2dev()
458 vd1, NULL)) in GOMP_OFFLOAD_host2dev()
479 vd1[0].ptr = &tgt_ptr; in GOMP_OFFLOAD_dev2host()
481 vd1[1].ptr = &size; in GOMP_OFFLOAD_dev2host()
482 vd1[1].size = sizeof (size); in GOMP_OFFLOAD_dev2host()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/liboffloadmic/plugin/
H A Dlibgomp-plugin-intelmic.cpp240 vd1[0].ptr = &num_funcs; in get_target_table()
242 vd1[1].ptr = &num_vars; in get_target_table()
246 vd1, NULL)) in get_target_table()
452 vd1[0].ptr = &tgt_ptr; in GOMP_OFFLOAD_host2dev()
454 vd1[1].ptr = &size; in GOMP_OFFLOAD_host2dev()
455 vd1[1].size = sizeof (size); in GOMP_OFFLOAD_host2dev()
458 vd1, NULL)) in GOMP_OFFLOAD_host2dev()
479 vd1[0].ptr = &tgt_ptr; in GOMP_OFFLOAD_dev2host()
481 vd1[1].ptr = &size; in GOMP_OFFLOAD_dev2host()
482 vd1[1].size = sizeof (size); in GOMP_OFFLOAD_dev2host()
[all …]
/dports/lang/gcc11/gcc-11.2.0/liboffloadmic/plugin/
H A Dlibgomp-plugin-intelmic.cpp240 vd1[0].ptr = &num_funcs; in get_target_table()
242 vd1[1].ptr = &num_vars; in get_target_table()
246 vd1, NULL)) in get_target_table()
452 vd1[0].ptr = &tgt_ptr; in GOMP_OFFLOAD_host2dev()
454 vd1[1].ptr = &size; in GOMP_OFFLOAD_host2dev()
455 vd1[1].size = sizeof (size); in GOMP_OFFLOAD_host2dev()
458 vd1, NULL)) in GOMP_OFFLOAD_host2dev()
479 vd1[0].ptr = &tgt_ptr; in GOMP_OFFLOAD_dev2host()
481 vd1[1].ptr = &size; in GOMP_OFFLOAD_dev2host()
482 vd1[1].size = sizeof (size); in GOMP_OFFLOAD_dev2host()
[all …]
/dports/lang/gcc10/gcc-10.3.0/liboffloadmic/plugin/
H A Dlibgomp-plugin-intelmic.cpp240 vd1[0].ptr = &num_funcs; in get_target_table()
242 vd1[1].ptr = &num_vars; in get_target_table()
246 vd1, NULL)) in get_target_table()
452 vd1[0].ptr = &tgt_ptr; in GOMP_OFFLOAD_host2dev()
454 vd1[1].ptr = &size; in GOMP_OFFLOAD_host2dev()
455 vd1[1].size = sizeof (size); in GOMP_OFFLOAD_host2dev()
458 vd1, NULL)) in GOMP_OFFLOAD_host2dev()
479 vd1[0].ptr = &tgt_ptr; in GOMP_OFFLOAD_dev2host()
481 vd1[1].ptr = &size; in GOMP_OFFLOAD_dev2host()
482 vd1[1].size = sizeof (size); in GOMP_OFFLOAD_dev2host()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/liboffloadmic/plugin/
H A Dlibgomp-plugin-intelmic.cpp240 vd1[0].ptr = &num_funcs; in get_target_table()
242 vd1[1].ptr = &num_vars; in get_target_table()
246 vd1, NULL)) in get_target_table()
452 vd1[0].ptr = &tgt_ptr; in GOMP_OFFLOAD_host2dev()
454 vd1[1].ptr = &size; in GOMP_OFFLOAD_host2dev()
455 vd1[1].size = sizeof (size); in GOMP_OFFLOAD_host2dev()
458 vd1, NULL)) in GOMP_OFFLOAD_host2dev()
479 vd1[0].ptr = &tgt_ptr; in GOMP_OFFLOAD_dev2host()
481 vd1[1].ptr = &size; in GOMP_OFFLOAD_dev2host()
482 vd1[1].size = sizeof (size); in GOMP_OFFLOAD_dev2host()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/liboffloadmic/plugin/
H A Dlibgomp-plugin-intelmic.cpp240 vd1[0].ptr = &num_funcs; in get_target_table()
242 vd1[1].ptr = &num_vars; in get_target_table()
246 vd1, NULL)) in get_target_table()
452 vd1[0].ptr = &tgt_ptr; in GOMP_OFFLOAD_host2dev()
454 vd1[1].ptr = &size; in GOMP_OFFLOAD_host2dev()
455 vd1[1].size = sizeof (size); in GOMP_OFFLOAD_host2dev()
458 vd1, NULL)) in GOMP_OFFLOAD_host2dev()
479 vd1[0].ptr = &tgt_ptr; in GOMP_OFFLOAD_dev2host()
481 vd1[1].ptr = &size; in GOMP_OFFLOAD_dev2host()
482 vd1[1].size = sizeof (size); in GOMP_OFFLOAD_dev2host()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/liboffloadmic/plugin/
H A Dlibgomp-plugin-intelmic.cpp240 vd1[0].ptr = &num_funcs; in get_target_table()
242 vd1[1].ptr = &num_vars; in get_target_table()
246 vd1, NULL)) in get_target_table()
452 vd1[0].ptr = &tgt_ptr; in GOMP_OFFLOAD_host2dev()
454 vd1[1].ptr = &size; in GOMP_OFFLOAD_host2dev()
455 vd1[1].size = sizeof (size); in GOMP_OFFLOAD_host2dev()
458 vd1, NULL)) in GOMP_OFFLOAD_host2dev()
479 vd1[0].ptr = &tgt_ptr; in GOMP_OFFLOAD_dev2host()
481 vd1[1].ptr = &size; in GOMP_OFFLOAD_dev2host()
482 vd1[1].size = sizeof (size); in GOMP_OFFLOAD_dev2host()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/liboffloadmic/plugin/
H A Dlibgomp-plugin-intelmic.cpp240 vd1[0].ptr = &num_funcs; in get_target_table()
242 vd1[1].ptr = &num_vars; in get_target_table()
246 vd1, NULL)) in get_target_table()
452 vd1[0].ptr = &tgt_ptr; in GOMP_OFFLOAD_host2dev()
454 vd1[1].ptr = &size; in GOMP_OFFLOAD_host2dev()
455 vd1[1].size = sizeof (size); in GOMP_OFFLOAD_host2dev()
458 vd1, NULL)) in GOMP_OFFLOAD_host2dev()
479 vd1[0].ptr = &tgt_ptr; in GOMP_OFFLOAD_dev2host()
481 vd1[1].ptr = &size; in GOMP_OFFLOAD_dev2host()
482 vd1[1].size = sizeof (size); in GOMP_OFFLOAD_dev2host()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/liboffloadmic/plugin/
H A Dlibgomp-plugin-intelmic.cpp240 vd1[0].ptr = &num_funcs; in get_target_table()
242 vd1[1].ptr = &num_vars; in get_target_table()
246 vd1, NULL)) in get_target_table()
452 vd1[0].ptr = &tgt_ptr; in GOMP_OFFLOAD_host2dev()
454 vd1[1].ptr = &size; in GOMP_OFFLOAD_host2dev()
455 vd1[1].size = sizeof (size); in GOMP_OFFLOAD_host2dev()
458 vd1, NULL)) in GOMP_OFFLOAD_host2dev()
479 vd1[0].ptr = &tgt_ptr; in GOMP_OFFLOAD_dev2host()
481 vd1[1].ptr = &size; in GOMP_OFFLOAD_dev2host()
482 vd1[1].size = sizeof (size); in GOMP_OFFLOAD_dev2host()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/liboffloadmic/plugin/
H A Dlibgomp-plugin-intelmic.cpp240 vd1[0].ptr = &num_funcs; in get_target_table()
242 vd1[1].ptr = &num_vars; in get_target_table()
246 vd1, NULL)) in get_target_table()
452 vd1[0].ptr = &tgt_ptr; in GOMP_OFFLOAD_host2dev()
454 vd1[1].ptr = &size; in GOMP_OFFLOAD_host2dev()
455 vd1[1].size = sizeof (size); in GOMP_OFFLOAD_host2dev()
458 vd1, NULL)) in GOMP_OFFLOAD_host2dev()
479 vd1[0].ptr = &tgt_ptr; in GOMP_OFFLOAD_dev2host()
481 vd1[1].ptr = &size; in GOMP_OFFLOAD_dev2host()
482 vd1[1].size = sizeof (size); in GOMP_OFFLOAD_dev2host()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/liboffloadmic/plugin/
H A Dlibgomp-plugin-intelmic.cpp240 vd1[0].ptr = &num_funcs; in get_target_table()
242 vd1[1].ptr = &num_vars; in get_target_table()
246 vd1, NULL)) in get_target_table()
452 vd1[0].ptr = &tgt_ptr; in GOMP_OFFLOAD_host2dev()
454 vd1[1].ptr = &size; in GOMP_OFFLOAD_host2dev()
455 vd1[1].size = sizeof (size); in GOMP_OFFLOAD_host2dev()
458 vd1, NULL)) in GOMP_OFFLOAD_host2dev()
479 vd1[0].ptr = &tgt_ptr; in GOMP_OFFLOAD_dev2host()
481 vd1[1].ptr = &size; in GOMP_OFFLOAD_dev2host()
482 vd1[1].size = sizeof (size); in GOMP_OFFLOAD_dev2host()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/liboffloadmic/plugin/
H A Dlibgomp-plugin-intelmic.cpp240 vd1[0].ptr = &num_funcs; in get_target_table()
242 vd1[1].ptr = &num_vars; in get_target_table()
246 vd1, NULL)) in get_target_table()
452 vd1[0].ptr = &tgt_ptr; in GOMP_OFFLOAD_host2dev()
454 vd1[1].ptr = &size; in GOMP_OFFLOAD_host2dev()
455 vd1[1].size = sizeof (size); in GOMP_OFFLOAD_host2dev()
458 vd1, NULL)) in GOMP_OFFLOAD_host2dev()
479 vd1[0].ptr = &tgt_ptr; in GOMP_OFFLOAD_dev2host()
481 vd1[1].ptr = &size; in GOMP_OFFLOAD_dev2host()
482 vd1[1].size = sizeof (size); in GOMP_OFFLOAD_dev2host()
[all …]
/dports/lang/gcc9/gcc-9.4.0/liboffloadmic/plugin/
H A Dlibgomp-plugin-intelmic.cpp240 vd1[0].ptr = &num_funcs; in get_target_table()
242 vd1[1].ptr = &num_vars; in get_target_table()
246 vd1, NULL)) in get_target_table()
452 vd1[0].ptr = &tgt_ptr; in GOMP_OFFLOAD_host2dev()
454 vd1[1].ptr = &size; in GOMP_OFFLOAD_host2dev()
455 vd1[1].size = sizeof (size); in GOMP_OFFLOAD_host2dev()
458 vd1, NULL)) in GOMP_OFFLOAD_host2dev()
479 vd1[0].ptr = &tgt_ptr; in GOMP_OFFLOAD_dev2host()
481 vd1[1].ptr = &size; in GOMP_OFFLOAD_dev2host()
482 vd1[1].size = sizeof (size); in GOMP_OFFLOAD_dev2host()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/liboffloadmic/plugin/
H A Dlibgomp-plugin-intelmic.cpp240 vd1[0].ptr = &num_funcs; in get_target_table()
242 vd1[1].ptr = &num_vars; in get_target_table()
246 vd1, NULL)) in get_target_table()
452 vd1[0].ptr = &tgt_ptr; in GOMP_OFFLOAD_host2dev()
454 vd1[1].ptr = &size; in GOMP_OFFLOAD_host2dev()
455 vd1[1].size = sizeof (size); in GOMP_OFFLOAD_host2dev()
458 vd1, NULL)) in GOMP_OFFLOAD_host2dev()
479 vd1[0].ptr = &tgt_ptr; in GOMP_OFFLOAD_dev2host()
481 vd1[1].ptr = &size; in GOMP_OFFLOAD_dev2host()
482 vd1[1].size = sizeof (size); in GOMP_OFFLOAD_dev2host()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/liboffloadmic/plugin/
H A Dlibgomp-plugin-intelmic.cpp240 vd1[0].ptr = &num_funcs; in get_target_table()
242 vd1[1].ptr = &num_vars; in get_target_table()
246 vd1, NULL)) in get_target_table()
452 vd1[0].ptr = &tgt_ptr; in GOMP_OFFLOAD_host2dev()
454 vd1[1].ptr = &size; in GOMP_OFFLOAD_host2dev()
455 vd1[1].size = sizeof (size); in GOMP_OFFLOAD_host2dev()
458 vd1, NULL)) in GOMP_OFFLOAD_host2dev()
479 vd1[0].ptr = &tgt_ptr; in GOMP_OFFLOAD_dev2host()
481 vd1[1].ptr = &size; in GOMP_OFFLOAD_dev2host()
482 vd1[1].size = sizeof (size); in GOMP_OFFLOAD_dev2host()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/liboffloadmic/plugin/
H A Dlibgomp-plugin-intelmic.cpp269 vd1[0].ptr = &num_funcs; in get_target_table()
271 vd1[1].ptr = &num_vars; in get_target_table()
272 vd1[1].size = sizeof (num_vars); in get_target_table()
461 vd1[0].ptr = &tgt_ptr; in GOMP_OFFLOAD_host2dev()
462 vd1[0].size = sizeof (void *); in GOMP_OFFLOAD_host2dev()
463 vd1[1].ptr = &size; in GOMP_OFFLOAD_host2dev()
464 vd1[1].size = sizeof (size); in GOMP_OFFLOAD_host2dev()
489 vd1[0].ptr = &tgt_ptr; in GOMP_OFFLOAD_dev2host()
490 vd1[0].size = sizeof (void *); in GOMP_OFFLOAD_dev2host()
491 vd1[1].ptr = &size; in GOMP_OFFLOAD_dev2host()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/liboffloadmic/plugin/
H A Dlibgomp-plugin-intelmic.cpp269 vd1[0].ptr = &num_funcs; in get_target_table()
271 vd1[1].ptr = &num_vars; in get_target_table()
272 vd1[1].size = sizeof (num_vars); in get_target_table()
461 vd1[0].ptr = &tgt_ptr; in GOMP_OFFLOAD_host2dev()
462 vd1[0].size = sizeof (void *); in GOMP_OFFLOAD_host2dev()
463 vd1[1].ptr = &size; in GOMP_OFFLOAD_host2dev()
464 vd1[1].size = sizeof (size); in GOMP_OFFLOAD_host2dev()
489 vd1[0].ptr = &tgt_ptr; in GOMP_OFFLOAD_dev2host()
490 vd1[0].size = sizeof (void *); in GOMP_OFFLOAD_dev2host()
491 vd1[1].ptr = &size; in GOMP_OFFLOAD_dev2host()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.target/i386/
H A Davx2-gather-1.c9 double vd1[N+16], vd2[N]; variable
51 vd2[i] = vd1[k[i]]; in f5()
59 n[i] = (int) vd1[k[i]]; in f6()
67 vd2[i] = vd1[k[i] + x]; in f7()
75 n[i] = (int) vd1[k[i] + x]; in f8()
115 vd2[i] = vd1[l[i]]; in f13()
123 n[i] = (int) vd1[l[i]]; in f14()
131 vd2[i] = vd1[l[i] + x]; in f15()
139 n[i] = (int) vd1[l[i] + x]; in f16()
151 vd1[i] = 19.0 + i; in avx2_test()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.target/i386/
H A Davx2-gather-1.c9 double vd1[N+16], vd2[N]; variable
51 vd2[i] = vd1[k[i]]; in f5()
59 n[i] = (int) vd1[k[i]]; in f6()
67 vd2[i] = vd1[k[i] + x]; in f7()
75 n[i] = (int) vd1[k[i] + x]; in f8()
115 vd2[i] = vd1[l[i]]; in f13()
123 n[i] = (int) vd1[l[i]]; in f14()
131 vd2[i] = vd1[l[i] + x]; in f15()
139 n[i] = (int) vd1[l[i] + x]; in f16()
151 vd1[i] = 19.0 + i; in avx2_test()

12345678910>>...18