Home
last modified time | relevance | path

Searched refs:output_type (Results 226 – 250 of 5068) sorted by relevance

12345678910>>...203

/dports/math/mppp/mppp-0.26/doc/notebooks/
H A Dinteger_formatted_output.ipynb64 "output_type": "stream",
88 "output_type": "stream",
105 "output_type": "stream",
122 "output_type": "stream",
139 "output_type": "stream",
169 "output_type": "execute_result"
189 "output_type": "execute_result"
209 "output_type": "execute_result"
231 "output_type": "stream",
259 "output_type": "stream",
[all …]
/dports/devel/onetbb/oneTBB-2021.4.0/include/oneapi/tbb/
H A Dflow_graph.h216 typedef T output_type; typedef
547 typedef Output output_type; in __TBB_requires() typedef
748 output_type v; in __TBB_requires()
1094 typedef T output_type; typedef
1162 typedef T output_type; typedef
1553 typedef T output_type; typedef
1594 typedef T output_type; in __TBB_requires() typedef
1661 typedef T output_type; typedef
1880 typedef T output_type; typedef
2994 typedef T output_type; typedef
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/compute/algorithm/
H A Dexclusive_scan.hpp81 std::iterator_traits<OutputIterator>::value_type output_type; in exclusive_scan() typedef
84 init, boost::compute::plus<output_type>(), in exclusive_scan()
99 std::iterator_traits<OutputIterator>::value_type output_type; in exclusive_scan() typedef
102 output_type(0), boost::compute::plus<output_type>(), in exclusive_scan()
/dports/devel/hyperscan/boost_1_75_0/boost/compute/algorithm/
H A Dexclusive_scan.hpp81 std::iterator_traits<OutputIterator>::value_type output_type; in exclusive_scan() typedef
84 init, boost::compute::plus<output_type>(), in exclusive_scan()
99 std::iterator_traits<OutputIterator>::value_type output_type; in exclusive_scan() typedef
102 output_type(0), boost::compute::plus<output_type>(), in exclusive_scan()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/compute/algorithm/
H A Dexclusive_scan.hpp81 std::iterator_traits<OutputIterator>::value_type output_type;
84 init, boost::compute::plus<output_type>(),
99 std::iterator_traits<OutputIterator>::value_type output_type;
102 output_type(0), boost::compute::plus<output_type>(),
/dports/devel/R-cran-BH/BH/inst/include/boost/compute/algorithm/
H A Dexclusive_scan.hpp81 std::iterator_traits<OutputIterator>::value_type output_type; in exclusive_scan() typedef
84 init, boost::compute::plus<output_type>(), in exclusive_scan()
99 std::iterator_traits<OutputIterator>::value_type output_type; in exclusive_scan() typedef
102 output_type(0), boost::compute::plus<output_type>(), in exclusive_scan()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/sops/plugins/filter/
H A Ddecrypt.py19 def decrypt_filter(data, input_type='yaml', output_type='yaml', sops_binary='sops', rstrip=True, de… argument
28 if output_type not in _VALID_TYPES:
30 expected=', '.join(sorted(_VALID_TYPES)), value=output_type))
57 input_type=input_type, output_type=output_type, get_option_value=get_option_value)
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/compute/algorithm/
H A Dexclusive_scan.hpp81 std::iterator_traits<OutputIterator>::value_type output_type; in exclusive_scan() typedef
84 init, boost::compute::plus<output_type>(), in exclusive_scan()
99 std::iterator_traits<OutputIterator>::value_type output_type; in exclusive_scan() typedef
102 output_type(0), boost::compute::plus<output_type>(), in exclusive_scan()
/dports/devel/boost-libs/boost_1_72_0/boost/compute/algorithm/
H A Dexclusive_scan.hpp81 std::iterator_traits<OutputIterator>::value_type output_type; in exclusive_scan() typedef
84 init, boost::compute::plus<output_type>(), in exclusive_scan()
99 std::iterator_traits<OutputIterator>::value_type output_type; in exclusive_scan() typedef
102 output_type(0), boost::compute::plus<output_type>(), in exclusive_scan()
/dports/devel/boost-python-libs/boost_1_72_0/boost/compute/algorithm/
H A Dexclusive_scan.hpp81 std::iterator_traits<OutputIterator>::value_type output_type; in exclusive_scan() typedef
84 init, boost::compute::plus<output_type>(), in exclusive_scan()
99 std::iterator_traits<OutputIterator>::value_type output_type; in exclusive_scan() typedef
102 output_type(0), boost::compute::plus<output_type>(), in exclusive_scan()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/compute/algorithm/
H A Dexclusive_scan.hpp81 std::iterator_traits<OutputIterator>::value_type output_type;
84 init, boost::compute::plus<output_type>(),
99 std::iterator_traits<OutputIterator>::value_type output_type;
102 output_type(0), boost::compute::plus<output_type>(),
/dports/graphics/py-scikit-image/scikit-image-0.19.0/skimage/segmentation/
H A D_join.py143 output_type = required_type
146 output_type = input_type
148 output_type = required_type
149 out_array = np.empty(label_field.shape, dtype=output_type)
150 out_vals = out_vals.astype(output_type)
/dports/emulators/hercules/hercules-3.13/
H A Ddmap2hrc.c62 char output_type[5]; /* Device type to print */ in main() local
179 strncpy(output_type, device.type, 4); in main()
180 output_type[4] = '\0'; in main()
187 strcpy(output_type, "3270"); in main()
191 strcpy(output_type, "3505"); in main()
196 output_type); in main()
/dports/devel/gn/gn-1962/src/gn/
H A Dtarget.cc635 if (output_type() == Target::ACTION || output_type() == Target::COPY_FILES || in GetOutputsAsSourceFiles()
685 if (output_type() == Target::COPY_FILES || in GetOutputFilesForSource()
760 if (dep->output_type() == STATIC_LIBRARY || in PullDependentTargetLibsFrom()
761 dep->output_type() == SHARED_LIBRARY || in PullDependentTargetLibsFrom()
762 dep->output_type() == RUST_LIBRARY || in PullDependentTargetLibsFrom()
764 dep->output_type() == SOURCE_SET || in PullDependentTargetLibsFrom()
765 (dep->output_type() == CREATE_BUNDLE && in PullDependentTargetLibsFrom()
770 if (dep->output_type() == STATIC_LIBRARY || in PullDependentTargetLibsFrom()
772 dep->output_type() == RUST_LIBRARY) { in PullDependentTargetLibsFrom()
786 if (dep->output_type() == RUST_LIBRARY || in PullDependentTargetLibsFrom()
[all …]
/dports/misc/py-tqdm/tqdm-4.62.3/
H A Dtests_notebook.ipynb36 "output_type": "stream",
80 "output_type": "stream",
137 "output_type": "stream",
171 "output_type": "stream",
208 "output_type": "stream",
238 "output_type": "stream",
258 "output_type": "stream",
280 "output_type": "stream",
304 "output_type": "stream",
333 "output_type": "stream",
[all …]
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/include/tbb/
H A Dflow_graph.h907 typedef Output output_type;
1154 output_type v;
1439 output_type v;
1908 typedef T output_type;
2059 typedef T output_type;
2629 typedef T output_type;
2681 typedef T output_type;
2759 typedef T output_type;
2988 typedef T output_type;
4413 typedef T output_type;
[all …]
/dports/devel/tbb/oneTBB-2020.3/include/tbb/
H A Dflow_graph.h907 typedef Output output_type;
1154 output_type v;
1439 output_type v;
1908 typedef T output_type;
2059 typedef T output_type;
2629 typedef T output_type;
2681 typedef T output_type;
2759 typedef T output_type;
2988 typedef T output_type;
4413 typedef T output_type;
[all …]
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/include/tbb/
H A Dflow_graph.h907 typedef Output output_type;
1154 output_type v;
1439 output_type v;
1908 typedef T output_type;
2059 typedef T output_type;
2629 typedef T output_type;
2681 typedef T output_type;
2759 typedef T output_type;
2988 typedef T output_type;
4413 typedef T output_type;
[all …]
/dports/math/rkward-kde/rkward-0.7.1/rkward/rbackend/
H A Drkrbackendprotocol_shared.cpp146 void appendToOutputList (ROutputList *list, const QString &output, ROutput::ROutputType output_type in appendToOutputList() argument
152 if (current_output->type != output_type) current_output = 0; in appendToOutputList()
156 current_output->type = output_type; in appendToOutputList()
163 …dleOutput (const QString &output, int buf_length, ROutput::ROutputType output_type, bool allow_blo… in handleOutput() argument
166 RK_DEBUG (RBACKEND, DL_DEBUG, "Output type %d: %s", output_type, qPrintable (output)); in handleOutput()
178 if (output_type == ROutput::Output) { in handleOutput()
179 if (cap.mode & RecordOutput) appendToOutputList (&(cap.recorded), output, output_type); in handleOutput()
182 if (cap.mode & RecordMessages) appendToOutputList (&(cap.recorded), output, output_type); in handleOutput()
187 appendToOutputList (&output_buffer, output, output_type); in handleOutput()
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/apps/o3prm/prm_run/src/
H A Dmain.cpp105 OutputType output_type ) { in print_results() argument
107 switch ( output_type ) { in print_results()
128 auto output_type = OutputType::TXT; in read_file() local
132 output_type = OutputType::CSV; in read_file()
143 print_results( engine, std::cout, output_type ); in read_file()
146 print_results( engine, std::cout, output_type ); in read_file()
149 print_results( engine, std::cout, output_type ); in read_file()
/dports/devel/py-nbclient/nbclient-0.5.9/nbclient/tests/files/
H A DClear Output.ipynb20 "output_type": "stream",
49 "output_type": "stream",
67 "output_type": "stream",
91 "output_type": "display_data"
110 "output_type": "display_data"
148 "output_type": "display_data"
163 "output_type": "stream",
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/generated_tests/templates/gen_intel_shader_integer_functions2_tests/
H A DabsoluteDifference.shader_test.mako19 % if output_type in {"uint", "int"}:
63 ${output_type} get_expected_result(uint i, uint j)
67 return ${output_type}(0);
69 return ${output_type}(src[i]);
78 % if output_type in {"uint", "int"}:
116 % if output_type in {"uint", "int"}:
148 ${output_type} get_expected_result(uint i, uint j)
152 return ${output_type}(0);
154 return ${output_type}(src[i]);
163 % if output_type in {"uint", "int"}:
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_khomp/src/
H A Dcli.cpp340 output_type = Cli::XML; in execute()
358 switch(output_type) in execute()
397 switch(output_type) in execute()
429 switch(output_type) in execute()
478 if (output_type == Cli::XML) in execute()
1178 if(output_type == Cli::XML) in cliStatistics()
1215 switch(output_type) in cliDetailedStatistics()
1431 switch(output_type) in showChannel()
1697 if (output_type != Cli::CONCISE && output_type != Cli::XML) in showLinks()
1811 if (output_type != Cli::CONCISE && output_type != Cli::XML) in showErrors()
[all …]
/dports/graphics/wayland-utils/wayland-utils-1664a20eb1dfd830113a38d02ad0937de73e4f90/wayland-info/
H A Dmeson.build26 foreach output_type: [ 'client-header', 'private-code' ]
27 if output_type == 'client-header' variable
32 output_type = 'code' variable
37 '@0@ @1@'.format(base_file, output_type),
38 command: [ prog_scanner, output_type, '@INPUT@', '@OUTPUT@' ],
/dports/graphics/py-plotly/plotly-4.14.3/plotly/io/
H A D_json.py103 def from_json(value, output_type="Figure", skip_invalid=False): argument
148 cls = validate_coerce_output_type(output_type)
156 def read_json(file, output_type="Figure", skip_invalid=False): argument
196 return from_json(json_str, skip_invalid=skip_invalid, output_type=output_type)

12345678910>>...203