Home
last modified time | relevance | path

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

12345678910>>...17

/openbmc/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.py176 def evaluate_formula(self, formula:str, alias:dict, ridx:int = 0):
178 Evaluate the value of formula.
180 @param formula: the formula to be evaluated
182 @returns: value of the formula is success; -1 if the one or more metric value not provided
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]
222 eg. lower_bound <= eval(formula)<= upper_bound
[all …]
/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/phosphor-hwmon/
H A Daverage.cpp40 // Change formula (a2*i2-a1*i1)/(i2-i1) to be the in calcAverage()
41 // following formula, to avoid multiplication overflow. in calcAverage()
/openbmc/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 …]
/openbmc/linux/drivers/power/supply/
H A Drx51_battery.c39 * This conversion formula was extracted from maemo program bsi-read
57 * Formula is based on experimental data, RX-51 CAL data, maemo program bme
58 * and formula from da9052 driver with values R = 100, B = 3380, I = 0.00671
130 * This conversion formula was extracted from maemo program bsi-read
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/Experimental/
H A DBond.interface.yaml79 This policy uses the same formula as layer2+3 but it relies on
85 This policy uses the same formula as layer3+4 but it relies on
/openbmc/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 Dawinic,aw200xx.yaml62 following formula:
64 And the minimum output current 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
/openbmc/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'.
/openbmc/linux/drivers/mfd/
H A Datmel-smc.c107 * The formula described in atmel datasheets (section "HSMC Timings in atmel_smc_cs_conf_set_timing()
146 * The formula described in atmel datasheets (section "SMC Setup in atmel_smc_cs_conf_set_setup()
185 * The formula described in atmel datasheets (section "SMC Pulse in atmel_smc_cs_conf_set_pulse()
223 * The formula described in atmel datasheets (section "SMC Cycle in atmel_smc_cs_conf_set_cycle()
/openbmc/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()
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_blend.c151 * Blend formula that ignores the pixel alpha::
157 * Blend formula that assumes the pixel color values
165 * Blend formula that assumes the pixel color values have not
557 * Blend formula that ignores the pixel alpha.
560 * Blend formula that assumes the pixel color values have been already
564 * Blend formula that assumes the pixel color values have not been
/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/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.
/openbmc/linux/security/selinux/ss/
H A Dhashtab.c20 * justify switching to a different (less intuitive) formula. It could be that
21 * a different formula is actually more optimal, but any future changes here
/openbmc/linux/include/net/
H A Dnetdev_queues.h66 * @get_desc must be a formula or a function call, it must always
109 * @get_desc must be a formula or a function call, it must always
/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/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()
/openbmc/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()
/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/thermal/
H A Drcar_gen3_thermal.c118 * coded values from driver. The formula to calculate a and b are taken from
121 * Examining the linear formula and the formula used to calculate constants a
143 /* TODO: Find documentation and document constant calculation formula */ in rcar_gen3_thermal_calc_coefs()

12345678910>>...17