Home
last modified time | relevance | path

Searched refs:max_f (Results 1 - 4 of 4) sorted by relevance

/third_party/pulseaudio/src/pulsecore/resampler/
H A Dpeaks.c33 float max_f[PA_CHANNELS_MAX]; member
69 if (n > peaks_data->max_f[0]) in peaks_resample()
70 peaks_data->max_f[0] = n; in peaks_resample()
74 *d = peaks_data->max_f[0]; in peaks_resample()
75 peaks_data->max_f[0] = 0; in peaks_resample()
105 if (n > peaks_data->max_f[c]) in peaks_resample()
106 peaks_data->max_f[c] = n; in peaks_resample()
111 *d = peaks_data->max_f[c]; in peaks_resample()
112 peaks_data->max_f[c] = 0; in peaks_resample()
/kernel/linux/linux-5.10/drivers/cpufreq/
H A Dcpufreq_ondemand.c152 unsigned int freq_next, min_f, max_f; in od_update() local
155 max_f = policy->cpuinfo.max_freq; in od_update()
156 freq_next = min_f + load * (max_f - min_f) / 100; in od_update()
/kernel/linux/linux-6.6/drivers/cpufreq/
H A Dcpufreq_ondemand.c154 unsigned int freq_next, min_f, max_f; in od_update() local
157 max_f = policy->cpuinfo.max_freq; in od_update()
158 freq_next = min_f + load * (max_f - min_f) / 100; in od_update()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_range_analysis.c1639 float max_f = ceilf(src0_f) * ceilf(src1_f); in nir_unsigned_upper_bound() local
1640 memcpy(&res, &max_f, 4); in nir_unsigned_upper_bound()

Completed in 5 milliseconds