Home
last modified time | relevance | path

Searched refs:floor (Results 26 – 50 of 100) sorted by relevance

1234

/openbmc/openbmc/poky/meta/recipes-graphics/mesa/mesa-demos/
H A D0001-mesa-demos-Add-missing-data-files.patch227 + return floor( mod( (x1 + p.z) *x0, p.x ));
231 + return floor( mod( (x1 + p.z) *x0, p.x ));
235 + return floor( mod( (x1 + p.z) *x0, p.x ));
239 + return floor( mod( (x1 + p.z) *x0, p.x ));
257 + vec2 i = floor(v + dot(v, C.yy) );
312 + vec3 i = floor(v + dot(v, C.yyy) );
362 + vec4 x_ = floor(j * ns.z) ;
363 + vec4 y_ = floor(j - pParam.w * x_ ) ; // mod(j,N)
404 + p.xyz = floor( fract (vec3(j) * ip.xyz) *pParam.w) * ip.z -1.0;
417 + vec4 i = floor(v + dot(v, C.yyyy) );
[all …]
/openbmc/linux/arch/ia64/include/asm/
H A Dhugetlb.h9 unsigned long end, unsigned long floor,
/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan-control-zone-config/witherspoon/
H A Dzones.yaml41 Maximum base fan floor mode is for handling the
89 Maximum base fan floor mode is for handling the
/openbmc/phosphor-fan-presence/docs/control/
H A Dzones.md33 The default fan floor value to use for the zone, if necessary. Possibly an
34 action will be configured to be in charge of the floor so this isn't necessary.
H A Ddebug.md61 The zone configuration contains values like the current target, current floor,
62 and any outstanding floor or target holds.
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Dmain.py142 print('%02d:%05.2f' % (math.floor(dur/60), dur - 60 * math.floor(dur/60)))
H A Dmain.py.in142 print('%02d:%05.2f' % (math.floor(dur/60), dur - 60 * math.floor(dur/60)))
/openbmc/linux/arch/sparc/include/asm/
H A Dhugetlb.h55 unsigned long end, unsigned long floor,
/openbmc/linux/Documentation/devicetree/bindings/regulator/
H A Dpalmas-pmic.txt41 ti,roof-floor - This takes as optional argument on platform supporting
78 ti,roof-floor = <1>; /* ENABLE1 control */
/openbmc/linux/arch/powerpc/include/asm/
H A Dhugetlb.h35 unsigned long end, unsigned long floor,
/openbmc/phosphor-fan-presence/control/json/actions/
H A Dmapped_floor.hpp198 uint64_t applyFloorOffset(uint64_t floor,
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-counter50 What: /sys/bus/counter/devices/counterX/countY/floor
54 Count value floor for Count Y. This is the lower limit for the
61 Count mode for channel Y. The ceiling and floor values for
72 to the Count Y floor value. The counter freezes at
73 count = ceiling when counting up, and at count = floor
85 A count value boundary is set between the Count Y floor
87 reset to the Count Y floor value at count = ceiling when
89 ceiling value at count = floor when counting down; the
/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/fans/phosphor-fan-control-events-config/
H A Devents.yaml182 Set the fan floor to the default floor
200 description: Set floor speed from first entry with average less than key
/openbmc/linux/include/linux/mtd/
H A Ddoc2000.h161 char floor, chip; member
/openbmc/u-boot/include/linux/mtd/
H A Ddoc2000.h150 char floor, chip; member
/openbmc/linux/drivers/hv/
H A Dhv_balloon.c1297 unsigned long floor; in balloon_up() local
1306 floor = compute_balloon_floor(); in balloon_up()
1309 if (avail_pages < num_pages || avail_pages - num_pages < floor) { in balloon_up()
1314 num_pages = avail_pages > floor ? (avail_pages - floor) : 0; in balloon_up()
/openbmc/phosphor-fan-presence/control/example/
H A Dzones.yaml34 # default_floor: [Default floor speed for the zone that fan speeds can
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/openwsman/
H A Dopenwsman_2.7.2.bb24 file://0001-Link-with-libm-for-floor-function.patch \
/openbmc/phosphor-webui/app/configuration/controllers/
H A Ddate-time-controller.js200 var hours = pad(Math.floor(offset / 60));
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dteamcity.py322 ui.progress("Loading cache", math.floor(event.current * 100 / event.total))
330 ui.progress("Parsing recipes", math.floor(event.current * 100 / event.total))
/openbmc/linux/arch/arm/boot/dts/nvidia/
H A Dtegra114-asus-tf701t.dts459 ti,roof-floor = <1>;
469 ti,roof-floor = <3>;
524 ti,roof-floor = <3>;
/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan-control-events-config/witherspoon/
H A Devents.yaml249 Set the fan floor to the default floor
267 description: Set floor speed from first entry with average less than key
302 Update the default fan floor to the given speed
/openbmc/linux/mm/
H A Dmemory.c199 unsigned long floor, unsigned long ceiling) in free_pmd_range() argument
215 if (start < floor) in free_pmd_range()
233 unsigned long floor, unsigned long ceiling) in free_pud_range() argument
249 if (start < floor) in free_pud_range()
267 unsigned long floor, unsigned long ceiling) in free_p4d_range() argument
283 if (start < floor) in free_p4d_range()
303 unsigned long floor, unsigned long ceiling) in free_pgd_range() argument
335 if (addr < floor) { in free_pgd_range()
364 struct vm_area_struct *vma, unsigned long floor, in free_pgtables() argument
388 floor, next ? next->vm_start : ceiling); in free_pgtables()
[all …]
/openbmc/linux/Documentation/translations/zh_CN/power/
H A Dopp.rst75 dev_pm_opp_find_freq_{ceil, floor}, dev_pm_opp_get_voltage,
/openbmc/bmcweb/redfish-core/lib/
H A Dmanager_diagnostic_data.hpp208 Milli milli = std::chrono::floor<Milli>(runTime); in afterGetManagerStartTime()

1234