Home
last modified time | relevance | path

Searched refs:max_state (Results 1 – 25 of 302) sorted by relevance

12345678910>>...13

/dports/science/quantum-espresso/q-e-qe-6.7.0/GWW/pw4gww/
H A Ddiago_cg.f90108 DO iw = 1, max_state
115 ALLOCATE( hr( max_state, max_state, 2 ) )
116 ALLOCATE( sr( max_state, max_state ) )
117 ALLOCATE( en( max_state) ,ctmp(max_state))
118 DO m = 1, max_state
133 DO j = m + 1, max_state
159 …CALL diaghg( max_state, max_state, hr(:,:,1), sr, max_state, en, hr(:,:,2), me_bgrp, root_bgrp, in…
163 e(1:max_state) = en(1:max_state)
182 call dgemm('N','N',nsize,max_state,max_state,1.d0,ovec2(nbegin:nend,1:max_state),&
183 &nsize,hr(1:max_state,1:max_state,2),max_state,0.d0,ovec(nbegin:nend,1:max_state),nsize)
[all …]
H A Ddiago_cg_g.f90109 DO iw = 1, max_state
116 ALLOCATE( hr( max_state, max_state, 2 ) )
117 ALLOCATE( sr( max_state, max_state ) )
118 ALLOCATE( en( max_state) ,ctmp(max_state))
119 DO m = 1, max_state
130 DO j = m + 1, max_state
152 …CALL diaghg( max_state, max_state, hr(:,:,1), sr, max_state, en, hr(:,:,2), me_bgrp, root_bgrp, in…
156 e(1:max_state) = en(1:max_state)
171 allocate(ovec2(ndim,max_state))
174 call dgemm('N','N',nsize,max_state,max_state,1.d0,ovec2(nbegin:nend,1:max_state),&
[all …]
/dports/net-mgmt/p5-Monitoring-Plugin/Monitoring-Plugin-0.40/t/
H A DMonitoring-Plugin-Functions-03.t1 # max_state tests
8 my $new_state = max_state( OK, WARNING );
11 is( max_state( $new_state, UNKNOWN ), WARNING, "Still at WARNING" );
13 $new_state = max_state( $new_state, CRITICAL );
15 is( max_state( OK, OK ), OK, "This is OK" );
17 is( max_state( OK, UNKNOWN ), OK, "This is still OK, not UNKNOWN" );
19 is( max_state( OK, OK, OK, OK, OK, WARNING ), WARNING, "Use WARNING in this list" );
21 is( max_state(), UNKNOWN, "Return UNKNOWN if no parameters" );
/dports/net-mgmt/p5-Nagios-Plugin/Nagios-Plugin-0.36/t/
H A DNagios-Plugin-Functions-03.t1 # max_state tests
8 my $new_state = max_state( OK, WARNING );
11 is( max_state( $new_state, UNKNOWN ), WARNING, "Still at WARNING" );
13 $new_state = max_state( $new_state, CRITICAL );
15 is( max_state( OK, OK ), OK, "This is OK" );
17 is( max_state( OK, UNKNOWN ), OK, "This is still OK, not UNKNOWN" );
19 is( max_state( OK, OK, OK, OK, OK, WARNING ), WARNING, "Use WARNING in this list" );
21 is( max_state(), UNKNOWN, "Return UNKNOWN if no parameters" );
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/fiasco/output/
H A Dmc.c63 encode_mc_tree (unsigned max_state, frame_type_e frame_type, const wfa_t *wfa,
66 encode_mc_coords (unsigned max_state, const wfa_t *wfa, bitfile_t *output);
77 unsigned max_state = wfa->wfainfo->color in write_mc() local
81 encode_mc_tree (max_state, frame_type, wfa, output); in write_mc()
82 encode_mc_coords (max_state, wfa, output); in write_mc()
92 encode_mc_tree (unsigned max_state, frame_type_e frame_type, const wfa_t *wfa, in encode_mc_tree() argument
123 for (last = 0, state = wfa->basis_states; state < max_state; state++) in encode_mc_tree()
159 encode_mc_coords (unsigned max_state, const wfa_t *wfa, bitfile_t *output) in encode_mc_coords() argument
182 for (state = wfa->basis_states; state < max_state; state++) in encode_mc_coords()
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/fiasco/input/
H A Dmc.c53 decode_mc_tree (frame_type_e frame_type, unsigned max_state,
56 decode_mc_coords (unsigned max_state, wfa_t *wfa, bitfile_t *input);
82 unsigned max_state = wfa->wfainfo->color in read_mc() local
86 decode_mc_tree (frame_type, max_state, wfa, input); in read_mc()
87 decode_mc_coords (max_state, wfa, input); in read_mc()
97 decode_mc_tree (frame_type_e frame_type, unsigned max_state, in decode_mc_tree() argument
121 for (last = 0, state = wfa->basis_states; state < max_state; state++) in decode_mc_tree()
192 decode_mc_coords (unsigned max_state, wfa_t *wfa, bitfile_t *input) in decode_mc_coords() argument
212 for (state = wfa->basis_states; state < max_state; state++) in decode_mc_coords()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/soc/qcom/
H A Drpmpd.c109 unsigned int max_state; member
116 unsigned int max_state; member
144 .max_state = MAX_CORNER_RPMPD_STATE,
164 .max_state = MAX_CORNER_RPMPD_STATE,
211 .max_state = MAX_CORNER_RPMPD_STATE,
267 .max_state = RPM_SMD_LEVEL_BINNING,
293 .max_state = RPM_SMD_LEVEL_BINNING,
325 .max_state = RPM_SMD_LEVEL_TURBO,
445 if (state > pd->max_state) in rpmpd_set_performance()
446 state = pd->max_state; in rpmpd_set_performance()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/soc/qcom/
H A Drpmpd.c109 unsigned int max_state; member
116 unsigned int max_state; member
144 .max_state = MAX_CORNER_RPMPD_STATE,
164 .max_state = MAX_CORNER_RPMPD_STATE,
211 .max_state = MAX_CORNER_RPMPD_STATE,
267 .max_state = RPM_SMD_LEVEL_BINNING,
293 .max_state = RPM_SMD_LEVEL_BINNING,
325 .max_state = RPM_SMD_LEVEL_TURBO,
445 if (state > pd->max_state) in rpmpd_set_performance()
446 state = pd->max_state; in rpmpd_set_performance()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/soc/qcom/
H A Drpmpd.c109 unsigned int max_state; member
116 unsigned int max_state; member
144 .max_state = MAX_CORNER_RPMPD_STATE,
164 .max_state = MAX_CORNER_RPMPD_STATE,
211 .max_state = MAX_CORNER_RPMPD_STATE,
267 .max_state = RPM_SMD_LEVEL_BINNING,
293 .max_state = RPM_SMD_LEVEL_BINNING,
325 .max_state = RPM_SMD_LEVEL_TURBO,
445 if (state > pd->max_state) in rpmpd_set_performance()
446 state = pd->max_state; in rpmpd_set_performance()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/thermal/
H A Ddevfreq_cooling.c54 size_t max_state; member
67 *state = dfc->max_state; in devfreq_cooling_get_max_state()
96 if (state > dfc->max_state) in devfreq_cooling_set_cur_state()
100 perf_idx = dfc->max_state - state; in devfreq_cooling_set_cur_state()
242 if (state > dfc->max_state) in devfreq_cooling_state2power()
245 perf_idx = dfc->max_state - state; in devfreq_cooling_state2power()
282 for (i = dfc->max_state; i > 0; i--) in devfreq_cooling_power2state()
286 *state = dfc->max_state - i; in devfreq_cooling_power2state()
397 dfc->max_state = num_opps - 1; in of_devfreq_cooling_register_power()
H A Dgov_fair_share.c52 unsigned long max_state; in get_target_state() local
54 cdev->ops->get_max_state(cdev, &max_state); in get_target_state()
56 return (long)(percentage * level * max_state) / (100 * tz->trips); in get_target_state()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/thermal/
H A Ddevfreq_cooling.c54 size_t max_state; member
67 *state = dfc->max_state; in devfreq_cooling_get_max_state()
96 if (state > dfc->max_state) in devfreq_cooling_set_cur_state()
100 perf_idx = dfc->max_state - state; in devfreq_cooling_set_cur_state()
242 if (state > dfc->max_state) in devfreq_cooling_state2power()
245 perf_idx = dfc->max_state - state; in devfreq_cooling_state2power()
282 for (i = dfc->max_state; i > 0; i--) in devfreq_cooling_power2state()
286 *state = dfc->max_state - i; in devfreq_cooling_power2state()
397 dfc->max_state = num_opps - 1; in of_devfreq_cooling_register_power()
H A Dgov_fair_share.c52 unsigned long max_state; in get_target_state() local
54 cdev->ops->get_max_state(cdev, &max_state); in get_target_state()
56 return (long)(percentage * level * max_state) / (100 * tz->trips); in get_target_state()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/thermal/
H A Ddevfreq_cooling.c54 size_t max_state; member
67 *state = dfc->max_state; in devfreq_cooling_get_max_state()
96 if (state > dfc->max_state) in devfreq_cooling_set_cur_state()
100 perf_idx = dfc->max_state - state; in devfreq_cooling_set_cur_state()
242 if (state > dfc->max_state) in devfreq_cooling_state2power()
245 perf_idx = dfc->max_state - state; in devfreq_cooling_state2power()
282 for (i = dfc->max_state; i > 0; i--) in devfreq_cooling_power2state()
286 *state = dfc->max_state - i; in devfreq_cooling_power2state()
397 dfc->max_state = num_opps - 1; in of_devfreq_cooling_register_power()
H A Dgov_fair_share.c52 unsigned long max_state; in get_target_state() local
54 cdev->ops->get_max_state(cdev, &max_state); in get_target_state()
56 return (long)(percentage * level * max_state) / (100 * tz->trips); in get_target_state()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/devfreq/
H A Dgovernor_passive.c49 || devfreq->profile->max_state <= 0) in devfreq_passive_get_target_freq()
80 for (i = 0; i < parent_devfreq->profile->max_state; i++) in devfreq_passive_get_target_freq()
84 if (i == parent_devfreq->profile->max_state) in devfreq_passive_get_target_freq()
88 if (i < devfreq->profile->max_state) { in devfreq_passive_get_target_freq()
91 count = devfreq->profile->max_state; in devfreq_passive_get_target_freq()
H A Ddevfreq.c190 profile->max_state = count; in set_freq_table()
192 profile->max_state, in set_freq_table()
196 profile->max_state = 0; in set_freq_table()
204 profile->max_state = 0; in set_freq_table()
878 devfreq->profile->max_state, in devfreq_add_device()
1658 unsigned int max_state; in trans_stat_show() local
1662 max_state = df->profile->max_state; in trans_stat_show()
1664 if (max_state == 0) in trans_stat_show()
1677 for (i = 0; i < max_state; i++) in trans_stat_show()
1726 df->profile->max_state, in trans_stat_store()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/devfreq/
H A Dgovernor_passive.c49 || devfreq->profile->max_state <= 0) in devfreq_passive_get_target_freq()
80 for (i = 0; i < parent_devfreq->profile->max_state; i++) in devfreq_passive_get_target_freq()
84 if (i == parent_devfreq->profile->max_state) in devfreq_passive_get_target_freq()
88 if (i < devfreq->profile->max_state) { in devfreq_passive_get_target_freq()
91 count = devfreq->profile->max_state; in devfreq_passive_get_target_freq()
H A Ddevfreq.c190 profile->max_state = count; in set_freq_table()
192 profile->max_state, in set_freq_table()
196 profile->max_state = 0; in set_freq_table()
204 profile->max_state = 0; in set_freq_table()
878 devfreq->profile->max_state, in devfreq_add_device()
1658 unsigned int max_state; in trans_stat_show() local
1662 max_state = df->profile->max_state; in trans_stat_show()
1664 if (max_state == 0) in trans_stat_show()
1677 for (i = 0; i < max_state; i++) in trans_stat_show()
1726 df->profile->max_state, in trans_stat_store()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/devfreq/
H A Dgovernor_passive.c49 || devfreq->profile->max_state <= 0) in devfreq_passive_get_target_freq()
80 for (i = 0; i < parent_devfreq->profile->max_state; i++) in devfreq_passive_get_target_freq()
84 if (i == parent_devfreq->profile->max_state) in devfreq_passive_get_target_freq()
88 if (i < devfreq->profile->max_state) { in devfreq_passive_get_target_freq()
91 count = devfreq->profile->max_state; in devfreq_passive_get_target_freq()
H A Ddevfreq.c190 profile->max_state = count; in set_freq_table()
192 profile->max_state, in set_freq_table()
196 profile->max_state = 0; in set_freq_table()
204 profile->max_state = 0; in set_freq_table()
878 devfreq->profile->max_state, in devfreq_add_device()
1658 unsigned int max_state; in trans_stat_show() local
1662 max_state = df->profile->max_state; in trans_stat_show()
1664 if (max_state == 0) in trans_stat_show()
1677 for (i = 0; i < max_state; i++) in trans_stat_show()
1726 df->profile->max_state, in trans_stat_store()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/cpufreq/
H A Dcpufreq_stats.c18 unsigned int max_state; member
41 unsigned int count = stats->max_state; in cpufreq_stats_reset_table()
158 count = stats->trans_table[i * stats->max_state + j]; in show_trans_table()
190 for (index = 0; index < stats->max_state; index++) in freq_table_get_index()
244 stats->max_state = count; in cpufreq_stats_create_table()
289 stats->trans_table[old_index * stats->max_state + new_index]++; in cpufreq_stats_record_transition()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/cpufreq/
H A Dcpufreq_stats.c18 unsigned int max_state; member
41 unsigned int count = stats->max_state; in cpufreq_stats_reset_table()
158 count = stats->trans_table[i * stats->max_state + j]; in show_trans_table()
190 for (index = 0; index < stats->max_state; index++) in freq_table_get_index()
244 stats->max_state = count; in cpufreq_stats_create_table()
289 stats->trans_table[old_index * stats->max_state + new_index]++; in cpufreq_stats_record_transition()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/cpufreq/
H A Dcpufreq_stats.c18 unsigned int max_state; member
41 unsigned int count = stats->max_state; in cpufreq_stats_reset_table()
158 count = stats->trans_table[i * stats->max_state + j]; in show_trans_table()
190 for (index = 0; index < stats->max_state; index++) in freq_table_get_index()
244 stats->max_state = count; in cpufreq_stats_create_table()
289 stats->trans_table[old_index * stats->max_state + new_index]++; in cpufreq_stats_record_transition()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/acpi/
H A Dprocessor_thermal.c176 int max_state = 0; in acpi_processor_max_state() local
182 max_state += cpufreq_get_max_state(pr->id); in acpi_processor_max_state()
184 max_state += (pr->throttling.state_count -1); in acpi_processor_max_state()
186 return max_state; in acpi_processor_max_state()

12345678910>>...13