Home
last modified time | relevance | path

Searched full:formula (Results 1 – 25 of 301) sorted by relevance

12345678910>>...13

/linux/tools/perf/tests/shell/lib/
H A Dperf_metric_validation_rules.json16 "Formula": "a+b", string
39 "Formula": "a+b", string
62 "Formula": "a+b", string
81 "Formula": "a", string
96 "Formula": "", string
143 "Formula": "a+b+c+d", string
170 "Formula": "a+b", string
193 "Formula": "a+b", string
216 "Formula": "a+b", string
239 "Formula": "a+b", string
[all …]
H A Dperf_metric_validation.py208 def evaluate_formula(self, formula: str, alias: dict, ridx: int = 0):
210 Evaluate the value of formula.
212 @param formula: the formula to be evaluated
214 @returns: value of the formula is success; -1 if the one or more metric value not provided
223 for i in range(len(formula)):
224 if i+1 == len(formula) or formula[i] in ('+', '-', '*', '/'):
225 s = alias[formula[b:i]] if i + \
226 1 < len(formula) else alias[formula[b:]]
240 if i + 1 < len(formula):
241 sign = formula[i]
[all …]
/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
150 blend formula, as follows:
/linux/Documentation/userspace-api/media/drivers/
H A Dccs.rst73 the following formula:
85 The analogue gain (``x`` in the formula) is controlled through
92 this case, the formula to calculate actual gain consists of linear and
/linux/drivers/media/v4l2-core/
H A Dv4l2-dv-timings.c455 #define CVT_M 600 /* blanking formula gradient */
456 #define CVT_C 40 /* blanking formula offset */
457 #define CVT_K 128 /* blanking formula scaling factor */
458 #define CVT_J 20 /* blanking formula scaling factor */
670 * Based on Generalized Timing Formula Standard
681 #define GTF_D_M 600 /* blanking formula gradient */
682 #define GTF_D_C 40 /* blanking formula offset */
683 #define GTF_D_K 128 /* blanking formula scaling factor */
684 #define GTF_D_J 20 /* blanking formula scaling factor */
689 #define GTF_S_M 3600 /* blanking formula gradient */
[all …]
/linux/Documentation/fb/
H A Dintel810.rst31 Formula, or a framebuffer specific database to set the video mode
34 vertical refresh rates if the VESA Generalized Timing Formula is
246 or as a module. Choose "use VESA Generalized Timing Formula" if
252 'use VESA Generalized Timing Formula' to 'y'.
/linux/Documentation/devicetree/bindings/leds/
H A Dskyworks,aat1290.yaml42 formula:: I = 1A * 162 kOhm / Rset.
46 Maximum flash timeout can be calculated using following formula::
H A Drichtek,rt8515.yaml61 according to the formula Imax = 5500 / RFS. The lowest
73 according to the formula Imax = 5500 / RTS. The lowest
H A Dawinic,aw200xx.yaml65 following formula:
67 And the minimum output current formula:
/linux/drivers/gpu/drm/
H A Ddrm_blend.c157 * Blend formula that ignores the pixel alpha::
163 * Blend formula that assumes the pixel color values
171 * Blend formula that assumes the pixel color values have not
563 * Blend formula that ignores the pixel alpha.
566 * Blend formula that assumes the pixel color values have been already
570 * Blend formula that assumes the pixel color values have not been
/linux/drivers/clk/sunxi-ng/
H A Dccu_phase.c96 * formula to get the outphasing in degrees is deg = in ccu_phase_set_phase()
99 * If we simplify this formula, we can see that the in ccu_phase_set_phase()
/linux/Documentation/scheduler/
H A Dsched-capacity.rst174 formula::
178 Applying this formula to the two examples above yields a frequency invariant
212 formula::
217 system. Applying this formula to the above example above yields a CPU
224 order to obtain a truly invariant signal. The pseudo-formula for a task
/linux/drivers/hwmon/pmbus/
H A Dltc4286.c39 * The rsense value used in MBR formula in LTC4286 datasheet should be ohm unit.
47 * The rsense value used in MBR formula in LTC4286 datasheet should be ohm unit.
/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::
/linux/drivers/gpu/drm/radeon/
H A Dradeon_atombios.c3553 ATOM_VOLTAGE_FORMULA *formula = in radeon_atom_get_max_voltage() local
3555 if (formula->ucFlag & 1) in radeon_atom_get_max_voltage()
3557 le16_to_cpu(formula->usVoltageBaseLevel) + in radeon_atom_get_max_voltage()
3558 formula->ucNumOfVoltageEntries / 2 * in radeon_atom_get_max_voltage()
3559 le16_to_cpu(formula->usVoltageStep); in radeon_atom_get_max_voltage()
3562 le16_to_cpu(formula->usVoltageBaseLevel) + in radeon_atom_get_max_voltage()
3563 (formula->ucNumOfVoltageEntries - 1) * in radeon_atom_get_max_voltage()
3564 le16_to_cpu(formula->usVoltageStep); in radeon_atom_get_max_voltage()
3572 ATOM_VOLTAGE_FORMULA_V2 *formula = in radeon_atom_get_max_voltage() local
3574 if (formula->ucNumOfVoltageEntries) { in radeon_atom_get_max_voltage()
[all …]
/linux/arch/arm/mach-omap2/
H A Domap_twl.c73 * There is no specific formula for voltage to vsel in twl6030_vsel_to_uv()
107 * There is no specific formula for voltage to vsel in twl6030_uv_to_vsel()
/linux/security/selinux/ss/
H A Dhashtab.c21 * justify switching to a different (less intuitive) formula. It could be that
22 * a different formula is actually more optimal, but any future changes here
/linux/lib/
H A Dflex_proportions.c9 * exponentially decaying history to give smooth transitions. A formula
21 * This formula can be straightforwardly computed by maintaining denominator
/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::
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_static_linked1.c17 /* but different formula */ in subprog()
H A Dtest_static_linked2.c17 /* but different formula */ in subprog()
/linux/include/net/
H A Dred.h55 Plog is related to max_P by formula:
343 * The formula below is equivalent to floating point in red_calc_qavg_no_idle_time()
373 /* The formula used below causes questions. in red_mark_probability()
/linux/drivers/iio/adc/
H A Dmax9611.c56 * The complete formula to calculate current sense voltage is:
70 * The complete formula to calculate input common voltage is:
79 * The complete formula to calculate temperature is:
/linux/drivers/hwmon/
H A Dhih6130.c55 * Formula T = ( ticks / ( 2^14 - 2 ) ) * 165 -40 in hih6130_temp_ticks_to_millicelsius()
70 * Formula RH = ( ticks / ( 2^14 -2 ) ) * 100 in hih6130_rh_ticks_to_per_cent_mille()
/linux/Documentation/devicetree/bindings/clock/
H A Dstarfive,jh7110-pll.yaml14 The formula for calculating frequency is

12345678910>>...13