Home
last modified time | relevance | path

Searched refs:tfun (Results 1 – 25 of 255) sorted by relevance

1234567891011

/dports/devel/libsimdpp/libsimdpp-2.1-400-g9dac213d/doc/wiki/
H A Dfp.mwiki8 {{dsc tfun | fp/add | performs addition }}
9 {{dsc tfun | fp/sub | performs subtraction }}
10 {{dsc tfun | fp/mul | performs multiplication }}
11 {{dsc tfun | fp/fmadd | performs fused multiply-add }}
13 {{dsc tfun | fp/div | performs division }}
30 {{dsc tfun | fp/abs | computes absolute value }}
31 {{dsc tfun | fp/sign | extracts sign bit }}
32 {{dsc tfun | fp/min | selects minimum values }}
33 {{dsc tfun | fp/max | selects maximum values }}
38 {{dsc tfun | fp/sqrt | computes square root }}
[all …]
H A Dmem.mwiki8 {{dsc tfun | mem/load | loads vector from aligned location }}
9 {{dsc tfun | mem/load_u | loads vector from unaligned location }}
10 {{dsc tfun | mem/load_splat | loads a value to all elements of a vector }}
11 {{dsc tfun | mem/load_packed2 | loads element pairs and deinterleaves into two vectors }}
12 {{dsc tfun | mem/load_packed3 | loads element triplets and deinterleaves into three vectors }}
13 {{dsc tfun | mem/load_packed4 | loads element quadruplets and deinterleaves into four vectors }}
16 {{dsc tfun | mem/store | stores vector to aligned location }}
17 {{dsc tfun | mem/stream | stores vector to aligned location without touching the caches }}
18 {{dsc tfun | mem/store_first | stores first N elements of a vector to aligned location }}
19 {{dsc tfun | mem/store_last | stores last N elements of a vector to aligned location }}
[all …]
H A Doperator.mwiki7 {{dsc tfun | nolink=true | operator+ | performs addition, wraps {{ltt|fp/add|add{{small|(floating-p…
8 {{dsc tfun | nolink=true | operator- | performs subtraction, wraps {{ltt|fp/sub|sub{{small|(floatin…
10 {{dsc tfun | nolink=true | operator/ | performs division, wraps {{ltt|fp/div|div{{small|(floating-p…
11 {{dsc tfun | nolink=true | operator>> | performs shift right, wraps {{ltt|int/shift_r|shift_r{{smal…
12 {{dsc tfun | nolink=true | operator<< | performs shift left, wraps {{ltt|int/shift_l|shift_l{{smal…
13 {{dsc tfun | nolink=true | operator& | performs bitwise AND, wraps {{ltt|bitwise/bit_and}} }}
14 {{dsc tfun | nolink=true | operator<nowiki>|</nowiki> | performs bitwise OR, wraps {{ltt|bitwise/bi…
15 {{dsc tfun | nolink=true | operator^ | performs bitwise XOR, wraps {{ltt|bitwise/bit_xor}} }}
16 {{dsc tfun | nolink=true | operator~ | performs bitwise NOT, wraps {{ltt|bitwise/bit_not}} }}
21 {{dsc tfun | nolink=true | operator>{{=}} | performs comparison for greater than or equal, wraps {{…
[all …]
H A Dbitwise.mwiki7 {{dsc tfun | bitwise/bit_and | computes bitwise AND }}
8 {{dsc tfun | bitwise/bit_andnot | computes bitwise AND NOT }}
9 {{dsc tfun | bitwise/bit_or | computes bitwise OR }}
10 {{dsc tfun | bitwise/bit_not | computes bitwise NOT }}
11 {{dsc tfun | bitwise/bit_xor | computes bitwise XOR }}
/dports/math/z3/z3-z3-4.8.13/src/muz/rel/
H A Ddl_table_relation.cpp117 if(!tfun) { in mk_join_fn()
136 SASSERT(tfun); in mk_join_project_fn()
176 SASSERT(tfun); in mk_project_fn()
192 SASSERT(tfun); in mk_rename_fn()
208 SASSERT(tfun); in mk_permutation_rename_fn()
227 SASSERT(tfun); in mk_select_equal_and_project_fn()
272 tr_union_fn(table_union_fn * tfun) : m_tfun(tfun) {} in tr_union_fn() argument
303 SASSERT(tfun); in mk_union_fn()
312 tr_mutator_fn(table_mutator_fn * tfun) : m_tfun(tfun) {} in tr_mutator_fn() argument
330 SASSERT(tfun); in mk_filter_identical_fn()
[all …]
/dports/math/py-z3-solver/z3-z3-4.8.10/src/muz/rel/
H A Ddl_table_relation.cpp117 if(!tfun) { in mk_join_fn()
136 SASSERT(tfun); in mk_join_project_fn()
176 SASSERT(tfun); in mk_project_fn()
192 SASSERT(tfun); in mk_rename_fn()
208 SASSERT(tfun); in mk_permutation_rename_fn()
227 SASSERT(tfun); in mk_select_equal_and_project_fn()
272 tr_union_fn(table_union_fn * tfun) : m_tfun(tfun) {} in tr_union_fn() argument
303 SASSERT(tfun); in mk_union_fn()
312 tr_mutator_fn(table_mutator_fn * tfun) : m_tfun(tfun) {} in tr_mutator_fn() argument
330 SASSERT(tfun); in mk_filter_identical_fn()
[all …]
/dports/math/vtk6/VTK-6.2.0/Examples/GUI/Tcl/
H A DVolumeRenderWithBoxWidget.tcl18 vtkPiecewiseFunction tfun
19 tfun AddPoint 70.0 0.0
20 tfun AddPoint 599.0 0
21 tfun AddPoint 600.0 0
22 tfun AddPoint 1195.0 0
23 tfun AddPoint 1200 .2
24 tfun AddPoint 1300 .3
25 tfun AddPoint 2000 .3
26 tfun AddPoint 4095.0 1.0
43 volumeProperty SetScalarOpacity tfun
/dports/math/vtk8/VTK-8.2.0/Examples/GUI/Python/
H A DVolumeRenderWithBoxWidget.py21 tfun = vtk.vtkPiecewiseFunction() variable
22 tfun.AddPoint(70.0, 0.0)
23 tfun.AddPoint(599.0, 0)
24 tfun.AddPoint(600.0, 0)
25 tfun.AddPoint(1195.0, 0)
26 tfun.AddPoint(1200, .2)
27 tfun.AddPoint(1300, .3)
28 tfun.AddPoint(2000, .3)
29 tfun.AddPoint(4095.0, 1.0)
44 volumeProperty.SetScalarOpacity(tfun)
/dports/math/vtk6/VTK-6.2.0/Examples/GUI/Python/
H A DVolumeRenderWithBoxWidget.py21 tfun = vtk.vtkPiecewiseFunction() variable
22 tfun.AddPoint(70.0, 0.0)
23 tfun.AddPoint(599.0, 0)
24 tfun.AddPoint(600.0, 0)
25 tfun.AddPoint(1195.0, 0)
26 tfun.AddPoint(1200, .2)
27 tfun.AddPoint(1300, .3)
28 tfun.AddPoint(2000, .3)
29 tfun.AddPoint(4095.0, 1.0)
46 volumeProperty.SetScalarOpacity(tfun)
/dports/devel/check/check-0.15.2/src/
H A Dcheck_run.c237 TF *tfun; in srunner_iterate_tcase_tfuns() local
247 tfun = (TF *)check_list_val(tfl); in srunner_iterate_tcase_tfuns()
249 for(i = tfun->loop_start; i < tfun->loop_end; i++) in srunner_iterate_tcase_tfuns()
251 log_test_start(sr, tc, tfun); in srunner_iterate_tcase_tfuns()
256 tr = tcase_run_tfun_fork(sr, tc, tfun, i); in srunner_iterate_tcase_tfuns()
263 tr = tcase_run_tfun_nofork(sr, tc, tfun, i); in srunner_iterate_tcase_tfuns()
419 tcase_fn_start(tfun->ttest->name, tfun->ttest->file, tfun->ttest->line); in tcase_run_tfun_nofork()
420 tfun->ttest->fn(i); in tcase_run_tfun_nofork()
496 tcase_fn_start(tfun->ttest->name, tfun->ttest->file, tfun->ttest->line); in tcase_run_tfun_fork()
497 tfun->ttest->fn(i); in tcase_run_tfun_fork()
[all …]
/dports/net-mgmt/statsite/statsite-0.8.0/deps/check-0.9.8/src/
H A Dcheck_run.c151 TF *tfun; in srunner_iterate_tcase_tfuns() local
158 tfun = list_val (tfl); in srunner_iterate_tcase_tfuns()
160 for (i = tfun->loop_start; i < tfun->loop_end; i++) in srunner_iterate_tcase_tfuns()
162 log_test_start (sr, tc, tfun); in srunner_iterate_tcase_tfuns()
166 tr = tcase_run_tfun_fork (sr, tc, tfun, i); in srunner_iterate_tcase_tfuns()
172 tr = tcase_run_tfun_nofork (sr, tc, tfun, i); in srunner_iterate_tcase_tfuns()
297 tfun->fn(i); in tcase_run_tfun_nofork()
299 return receive_result_info_nofork(tc->name, tfun->name, i); in tcase_run_tfun_nofork()
340 static TestResult *tcase_run_tfun_fork (SRunner *sr, TCase *tc, TF *tfun, int i) in tcase_run_tfun_fork() argument
353 tfun->fn(i); in tcase_run_tfun_fork()
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/check/src/
H A Dcheck_run.c162 TF *tfun; in srunner_iterate_tcase_tfuns() local
169 tfun = list_val (tfl); in srunner_iterate_tcase_tfuns()
171 for (i = tfun->loop_start; i < tfun->loop_end; i++) in srunner_iterate_tcase_tfuns()
173 log_test_start (sr, tc, tfun); in srunner_iterate_tcase_tfuns()
177 tr = tcase_run_tfun_fork (sr, tc, tfun, i); in srunner_iterate_tcase_tfuns()
183 tr = tcase_run_tfun_nofork (sr, tc, tfun, i); in srunner_iterate_tcase_tfuns()
308 tfun->fn(i); in tcase_run_tfun_nofork()
310 return receive_result_info_nofork(tc->name, tfun->name, i); in tcase_run_tfun_nofork()
351 static TestResult *tcase_run_tfun_fork (SRunner *sr, TCase *tc, TF *tfun, int i) in tcase_run_tfun_fork() argument
364 tfun->fn(i); in tcase_run_tfun_fork()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-unresolved.C4 template<typename T> void tfun();
10 fun1(tfun<int>); // ok in main()
11 fun2(tfun<int>); // error: unresolved overloaded function type in main()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-unresolved.C4 template<typename T> void tfun();
10 fun1(tfun<int>); // ok in main()
11 fun2(tfun<int>); // error: unresolved overloaded function type in main()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-unresolved.C4 template<typename T> void tfun();
10 fun1(tfun<int>); // ok in main()
11 fun2(tfun<int>); // error: unresolved overloaded function type in main()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-unresolved.C4 template<typename T> void tfun();
10 fun1(tfun<int>); // ok in main()
11 fun2(tfun<int>); // error: unresolved overloaded function type in main()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-unresolved.C4 template<typename T> void tfun();
10 fun1(tfun<int>); // ok in main()
11 fun2(tfun<int>); // error: unresolved overloaded function type in main()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-unresolved.C4 template<typename T> void tfun();
10 fun1(tfun<int>); // ok in main()
11 fun2(tfun<int>); // error: unresolved overloaded function type in main()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-unresolved.C4 template<typename T> void tfun();
10 fun1(tfun<int>); // ok in main()
11 fun2(tfun<int>); // error: unresolved overloaded function type in main()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-unresolved.C4 template<typename T> void tfun();
10 fun1(tfun<int>); // ok in main()
11 fun2(tfun<int>); // error: unresolved overloaded function type in main()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-unresolved.C4 template<typename T> void tfun();
10 fun1(tfun<int>); // ok in main()
11 fun2(tfun<int>); // error: unresolved overloaded function type in main()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-unresolved.C4 template<typename T> void tfun();
10 fun1(tfun<int>); // ok in main()
11 fun2(tfun<int>); // error: unresolved overloaded function type in main()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-unresolved.C4 template<typename T> void tfun();
10 fun1(tfun<int>); // ok in main()
11 fun2(tfun<int>); // error: unresolved overloaded function type in main()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-unresolved.C4 template<typename T> void tfun();
10 fun1(tfun<int>); // ok in main()
11 fun2(tfun<int>); // error: unresolved overloaded function type in main()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-unresolved.C4 template<typename T> void tfun();
10 fun1(tfun<int>); // ok in main()
11 fun2(tfun<int>); // error: unresolved overloaded function type in main()

1234567891011