Home
last modified time | relevance | path

Searched refs:start_order (Results 1 – 25 of 78) sorted by relevance

1234

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DNonDMultilevelFunctionTrain.hpp109 unsigned short start_order(size_t index) const;
110 unsigned short start_order() const;
163 start_order(size_t index) const in start_order() function in Dakota::NonDMultilevelFunctionTrain
173 inline unsigned short NonDMultilevelFunctionTrain::start_order() const in start_order() function in Dakota::NonDMultilevelFunctionTrain
174 { return start_order(sequenceIndex); } in start_order()
197 configure_expansion_orders(start_order(), dimPrefSpec, orders); in push_c3_active()
H A DNonDMultilevelFunctionTrain.cpp78 configure_expansion_orders(start_order(), dimPrefSpec, start_orders); in NonDMultilevelFunctionTrain()
222 configure_expansion_orders(start_order(index), dimPrefSpec, regress_o); in regression_size()
334 configure_expansion_orders(start_order(), dimPrefSpec, start_orders); in assign_specification_sequence()
413 configure_expansion_orders(start_order(), dimPrefSpec, orders); in increment_sample_sequence()
/dports/science/libxc/libxc-5.0.0/scripts/
H A Dmaple2c_work.pm67 my ($type, $code, $derivatives, $start_order) = @_;
106 my $total_order = $start_order;
172 for(my $i=$start_order; $i<$total_order; $i++){
305 my ($variables, $derivatives, $variants, $start_order, $input_args, $output_args) = @_;
317 for(my $i=$start_order; $i<=$config{'max_order'}; $i++){
318 print $out " | " if($i != $start_order);
325 ${$variants}[$j+1], $derivatives, $start_order);
/dports/www/ilias/ILIAS-5.4.25/Services/PrivacySecurity/classes/
H A Dclass.ilExportFieldsInfo.php279 $start_order = array("lastname" => array(), "firstname" => array(), "username" => array());
281 foreach ($start_order as $key => $value) {
283 $start_order[$key] = $this->possible_fields[$key];
286 unset($start_order[$key]);
290 if (count($start_order) > 0) {
291 $this->possible_fields = array_merge($start_order, $this->possible_fields);
/dports/www/ilias6/ILIAS-6.14/Services/PrivacySecurity/classes/
H A Dclass.ilExportFieldsInfo.php279 $start_order = array("lastname" => array(), "firstname" => array(), "username" => array());
281 foreach ($start_order as $key => $value) {
283 $start_order[$key] = $this->possible_fields[$key];
286 unset($start_order[$key]);
290 if (count($start_order) > 0) {
291 $this->possible_fields = array_merge($start_order, $this->possible_fields);
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/docs/KeywordMetadata/
H A DDUPLICATE-adapt_order6 It searches from \c start_order to \c max_order in increments of
23 adapt_order start_order = 2 kick_order = 2 max_order = 6
34 See_Also:: model-surrogate-global-function_train-start_order, model-surrogate-global-function_train…
H A DDUPLICATE-max_order7 … obtained during adaptation, where polynomial order will start from \c start_order and be limited …
13 See_Also:: model-surrogate-global-function_train-start_order
H A DDUPLICATE-start_order_sequence15 \ref method-function_train-start_order
21 See_Also:: method-function_train-start_order
H A Dmodel-surrogate-global-function_train-start_order1 DUPLICATE-start_order
H A Dmethod-function_train-start_order1 DUPLICATE-start_order
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/init/
H A Dservice_list.cpp47 if (service->start_order() > 0) shutdown_services.emplace_back(service.get()); in services_in_shutdown_order()
50 [](const auto& a, const auto& b) { return a->start_order() > b->start_order(); }); in services_in_shutdown_order()
/dports/audio/musicpd/mpd-0.23.6/src/queue/
H A DQueue.cxx401 Queue::FindPriorityOrder(unsigned start_order, uint8_t priority, in FindPriorityOrder() argument
405 assert(start_order <= length); in FindPriorityOrder()
407 for (unsigned i = start_order; i < length; ++i) { in FindPriorityOrder()
418 Queue::CountSamePriority(unsigned start_order, uint8_t priority) const noexcept in CountSamePriority() argument
421 assert(start_order <= length); in CountSamePriority()
423 for (unsigned i = start_order; i < length; ++i) { in CountSamePriority()
427 return i - start_order; in CountSamePriority()
430 return length - start_order; in CountSamePriority()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/dumb/
H A Dcdumb.c64 open_module(const char *fname, const char *ext, int *start_order, int *is_it, int *is_dos, const ch…
80 int start_order = 0; in cdumb_init() local
91 info->duh = open_module (uri, ext, &start_order, &is_it, &is_dos, &ftype); in cdumb_init()
262 static DUH * open_module(const char *fname, const char *ext, int *start_order, int *is_it, int *is_… in open_module() argument
400 duh = dumb_read_psm_quick(f, *start_order); in open_module()
401 *start_order = 0; in open_module()
856 int start_order = 0; in cdumb_read_metadata() local
871 duh = open_module(fname, ext, &start_order, &is_it, &is_dos, &ftype); in cdumb_read_metadata()
895 int start_order = 0; in cdumb_insert() local
899 DUH* duh = open_module(fname, ext, &start_order, &is_it, &is_dos, &ftype); in cdumb_insert()
/dports/audio/musicpd/mpd-0.23.6/test/
H A Dtest_queue_priority.cxx13 unsigned start_order) in check_descending_priority() argument
15 assert(start_order < queue->GetLength()); in check_descending_priority()
18 for (unsigned order = start_order; order < queue->GetLength(); ++order) { in check_descending_priority()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/vmware/plugins/modules/
H A Dvmware_host_auto_start.py290 start_order=existing_vm_power_info['startOrder'],
299 start_order=-1,
358 start_order=dict(type='int', default=-1),
367 start_order=-1,
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/vmware/tests/integration/targets/vmware_host_auto_start/tasks/
H A Desxi_auto_start_ops.yml112 - changed_vm_power_info_result.power_info_config.start_order == -1
152 start_order: 1
205 start_order: 2
245 start_order: -1
301 start_order: 1
341 start_order: 1
H A Dvcenter_auto_start_ops.yml111 - changed_vm_power_info_result.power_info_config.start_order == -1
151 start_order: 1
204 start_order: 2
244 start_order: -1
300 start_order: 1
340 start_order: 1
/dports/sysutils/webmin/webmin-1.981/init/
H A Datboot.pl31 $start_order = "9" x $config{'order_digits'};
38 "$start_order $stop_order\n");
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/test/
H A Dsequenced_task_runner_test_template.cc239 const std::vector<int> start_order = in CheckNonNestableInvariants() local
244 if (start_order != post_order) { in CheckNonNestableInvariants()
249 << ::testing::PrintToString(start_order); in CheckNonNestableInvariants()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_buddy.c75 unsigned int start_order, in dr_buddy_find_free_seg() argument
81 for (order_iter = start_order; in dr_buddy_find_free_seg()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_buddy.c75 unsigned int start_order, in dr_buddy_find_free_seg() argument
81 for (order_iter = start_order; in dr_buddy_find_free_seg()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_buddy.c75 unsigned int start_order, in dr_buddy_find_free_seg() argument
81 for (order_iter = start_order; in dr_buddy_find_free_seg()
/dports/games/stuntrally/stuntrally-2.6.1/source/network/
H A Dprotocol.hpp107 uint8_t start_order; member
116 ,start_order(0) in GameInfo()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/test/
H A Ddakota_uq_function_train.in9 start_order = 5 #s0,#s1,#s2,#s3
32 start_order = 5 # max_order not used for current adaptation options
/dports/audio/zmusic/ZMusic-1.1.8/source/streamsources/
H A Dmusic_dumb.cpp81 int start_order; member in DumbSong
1006 start_order = 0; in DumbSong()
1062 if (order == start_order) in SetSubsong()
1068 start_order = order; in SetSubsong()
1073 start_order = order; in SetSubsong()
1091 if (start_order != 0) in open2()
1093 sr = dumb_it_start_at_order(duh, 2, start_order); in open2()

1234