Home
last modified time | relevance | path

Searched refs:formula (Results 1 – 25 of 56) sorted by relevance

123

/openbmc/linux/tools/perf/tests/shell/lib/
H A Dperf_metric_validation.py176 def evaluate_formula(self, formula:str, alias:dict, ridx:int = 0):
191 for i in range(len(formula)):
192 if i+1 == len(formula) or formula[i] in ('+', '-', '*', '/'):
193 s = alias[formula[b:i]] if i+1 < len(formula) else alias[formula[b:]]
207 if i + 1 < len(formula):
208 sign = formula[i]
/openbmc/linux/Documentation/gpu/amdgpu/display/
H A Ddisplay-manager.rst115 DRM has three blend mode to define the blend formula in the plane composition:
117 * **None**: Blend formula that ignores the pixel alpha.
119 * **Pre-multiplied**: Blend formula that assumes the pixel color values in a
122 * **Coverage**: Blend formula that assumes the pixel color values were not
153 blend formula, as follows:
/openbmc/linux/Documentation/userspace-api/media/drivers/
H A Dccs.rst69 the following formula:
81 The analogue gain (``x`` in the formula) is controlled through
88 this case, the formula to calculate actual gain consists of linear and
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fontforge/
H A Dlibspiro_20240903.bb4 SUMMARY = "LibSpiro is an adaptation of Spiro formula and functions into a sharable library"
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_atombios.c3567 ATOM_VOLTAGE_FORMULA *formula = in radeon_atom_get_max_voltage() local
3569 if (formula->ucFlag & 1) in radeon_atom_get_max_voltage()
3571 le16_to_cpu(formula->usVoltageBaseLevel) + in radeon_atom_get_max_voltage()
3572 formula->ucNumOfVoltageEntries / 2 * in radeon_atom_get_max_voltage()
3573 le16_to_cpu(formula->usVoltageStep); in radeon_atom_get_max_voltage()
3576 le16_to_cpu(formula->usVoltageBaseLevel) + in radeon_atom_get_max_voltage()
3577 (formula->ucNumOfVoltageEntries - 1) * in radeon_atom_get_max_voltage()
3578 le16_to_cpu(formula->usVoltageStep); in radeon_atom_get_max_voltage()
3586 ATOM_VOLTAGE_FORMULA_V2 *formula = in radeon_atom_get_max_voltage() local
3588 if (formula->ucNumOfVoltageEntries) { in radeon_atom_get_max_voltage()
[all …]
/openbmc/linux/Documentation/admin-guide/perf/
H A Dhns3-pmu.rst56 After getting two values of event pair in userspace, the formula of
107 PF/VF, its conversion formula::
/openbmc/linux/Documentation/scheduler/
H A Dsched-capacity.rst173 formula::
177 Applying this formula to the two examples above yields a frequency invariant
211 formula::
216 system. Applying this formula to the above example above yields a CPU
223 order to obtain a truly invariant signal. The pseudo-formula for a task
/openbmc/linux/Documentation/hwmon/
H A Dvt1211.rst131 Temp1 is an Intel-type thermal diode which requires the following formula to
148 .. [3] This is the formula from the lm_sensors 2.10.0 sensors.conf file. I don't
166 following formula for sensors.conf::
/openbmc/linux/Documentation/devicetree/bindings/mtd/
H A Dcadence-nand-controller.txt19 associated with data read capture. The example formula for SDR mode is
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-mm-ksm60 general_profit: how effective is KSM. The formula for the
/openbmc/linux/arch/arm/mach-omap1/
H A Dsleep.S191 @ according to this formula:
/openbmc/linux/Documentation/devicetree/bindings/scsi/
H A Dhisilicon-sas.txt61 The formula is "y = (x-10000)/10000". For example, 10478
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_edid.c3099 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.formula.cvt.flags) != 15); in is_rb()
3102 descriptor->data.other_data.data.range.formula.cvt.flags & DRM_EDID_CVT_FLAGS_REDUCED_BLANKING) in is_rb()
3142 …BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.formula.gtf2.hfreq_start_khz… in drm_gtf2_hbreak()
3144 return descriptor ? descriptor->data.other_data.data.range.formula.gtf2.hfreq_start_khz * 2 : 0; in drm_gtf2_hbreak()
3154 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.formula.gtf2.c) != 13); in drm_gtf2_2c()
3156 return descriptor ? descriptor->data.other_data.data.range.formula.gtf2.c : 0; in drm_gtf2_2c()
3166 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.formula.gtf2.m) != 14); in drm_gtf2_m()
3168 return descriptor ? le16_to_cpu(descriptor->data.other_data.data.range.formula.gtf2.m) : 0; in drm_gtf2_m()
3178 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.formula.gtf2.k) != 16); in drm_gtf2_k()
3180 return descriptor ? descriptor->data.other_data.data.range.formula.gtf2.k : 0; in drm_gtf2_k()
[all …]
/openbmc/linux/tools/perf/Documentation/
H A Dperf-diff.txt108 --formula::
109 Show formula for given computation.
/openbmc/linux/Documentation/power/
H A Denergy-model.rst92 formula in the framework (like it is in 'simple' EM case). It can better reflect
151 math formula::
/openbmc/linux/arch/ia64/kernel/
H A Dmodule.c623 enum reloc_value_formula formula = (r_type >> VALUE_SHIFT) & VALUE_MASK; in do_reloc() local
629 switch (formula) { in do_reloc()
/openbmc/qemu/docs/devel/
H A Debpf_rss.rst21 Simplified decision formula:
/openbmc/linux/include/drm/
H A Ddrm_edid.h133 } __attribute__((packed)) formula; member
/openbmc/linux/Documentation/filesystems/
H A Derofs.rst159 Each inode can be directly found with the following formula:
224 Each share xattr can also be directly found by the following formula:
/openbmc/linux/drivers/s390/block/
H A Ddasd_eckd.h289 __u8 formula; member
/openbmc/linux/arch/csky/
H A DKconfig185 # max bits determined by the following formula:
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dcolorspaces-details.rst169 scaled and offset according to the limited range formula:
182 scaled and offset according to the limited range formula:
/openbmc/linux/drivers/gpu/drm/tiny/
H A Dgm12u320.c506 .data.other_data.data.range.formula.cvt = {
/openbmc/linux/Documentation/driver-api/media/
H A Dcamera-sensor.rst93 The formula is bus independent and is applicable for raw timing parameters on
/openbmc/linux/Documentation/virt/kvm/devices/
H A Dvcpu.rst263 a time of 0 in kvmclock. The above formula ensures that it is the

123