Home
last modified time | relevance | path

Searched refs:floor (Results 51 – 75 of 100) sorted by relevance

1234

/openbmc/phosphor-webui/app/access-control/controllers/
H A Dcertificate-controller.js293 return Math.floor(ms / (24 * 60 * 60 * 1000));
/openbmc/webui-vue/src/utilities/
H A DNBDServer.js161 view.setUint32(0, Math.floor(size / (2 ** 32)));
/openbmc/pldm/fw-update/
H A Dupdate_manager.cpp288 auto progressPercent = static_cast<uint8_t>(std::floor( in updateActivationProgress()
/openbmc/linux/Documentation/userspace-api/media/drivers/
H A Dccs.rst53 dropping some data on the floor. Analogue crop, on the other hand, means that
/openbmc/phosphor-webui/app/server-control/controllers/
H A Dvirtual-media-controller.js246 view.setUint32(0, Math.floor(size / (2 ** 32)));
/openbmc/phosphor-fan-presence/control/example/
H A Devents.yaml207 # description: Set floor speed from first entry with average less than key
232 # Update the default fan floor to the given speed
/openbmc/openbmc-tools/dbus-vis/
H A Dipmi_capture.js369 let sz = Math.floor(parseInt(tmp) / 1024);
/openbmc/linux/Documentation/driver-api/media/drivers/ccs/
H A Dccs.rst53 dropping some data on the floor. Analogue crop, on the other hand, means that
/openbmc/docs/development/
H A Dadd-new-system.md636 It defines that the zone full speed and default floor speed for the fans, so
638 are in default floor speed.
679 The above yaml config defines the fan floor and ceiling speed in
681 1. When the temperature is lower than 27 degreesC, the floor speed (pwm)
683 2. When the temperature is between 27 and 32 degrees C, the floor speed (pwm)
/openbmc/linux/drivers/gpu/drm/i915/
H A DKconfig.profile36 floor on the autosuspend delay.
/openbmc/linux/tools/perf/util/
H A Dstat-display.c656 fmt = floor(sc) != sc ? "%'*.2f " : "%'*.0f "; in print_counter_value_std()
658 fmt = floor(sc) != sc ? "%*.2f " : "%*.0f "; in print_counter_value_std()
677 const char *fmt = floor(sc) != sc ? "%.2f%s" : "%.0f%s"; in print_counter_value_csv()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Djquery-ui.min.js6floor(Math.round((t-i)/864e5)/7)+1},parseDate:function(t,i,s){if(null==t||null==i)throw"Invalid ar…
H A Dui-bootstrap-tpls-0.11.0.js8floor(1e4*Math.random()),this.activeDate=angular.isDefined(b.initDate)?a.$parent.$eval(b.initDate)…
9 …on("$destroy",function(){w.$destroy()});var x="typeahead-"+w.$id+"-"+Math.floor(1e4*Math.random())…
H A Dui-bootstrap-tpls-0.11.0.min.js8floor(1e4*Math.random()),this.activeDate=angular.isDefined(b.initDate)?a.$parent.$eval(b.initDate)…
9 …on("$destroy",function(){w.$destroy()});var x="typeahead-"+w.$id+"-"+Math.floor(1e4*Math.random())…
/openbmc/linux/drivers/counter/
H A D104-quad-8.c700 struct counter_count *count, u64 *floor) in quad8_count_floor_read() argument
703 *floor = 0; in quad8_count_floor_read()
/openbmc/linux/Documentation/translations/zh_TW/process/
H A Dcoding-style.rst524 (steps (floor offset c-basic-offset)))
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Ddraw.py818 txt = 'time : %02d:%05.2f' % (math.floor(dur/60), dur - 60 * math.floor(dur/60))
/openbmc/linux/Documentation/translations/zh_CN/process/
H A Dcoding-style.rst598 (steps (floor offset c-basic-offset)))
/openbmc/linux/mm/
H A Dinternal.h113 struct vm_area_struct *start_vma, unsigned long floor,
/openbmc/bmcweb/redfish-core/include/utils/extern/
H A Ddate.h1266 floor(const std::chrono::duration<Rep, Period>& d)
1282 floor(const std::chrono::duration<Rep, Period>& d)
1285 return floor<To>(floor<std::chrono::duration<rep>>(d));
1295 auto t0 = floor<To>(d);
1342 floor(const std::chrono::time_point<Clock, FromDuration>& tp)
1345 return time_point<Clock, To>{date::floor<To>(tp.time_since_epoch())};
1372 using std::chrono::floor;
4229 auto const dp = date::floor<days>(tp);
7831 auto U_trial = floor<weeks>(sys_days(ymd) - start).count() + 1;
7838 auto W_trial = floor<weeks>(sys_days(ymd) - start).count() + 1;
/openbmc/linux/samples/bpf/
H A Dxdp_sample_user.c584 if (val - floor(val) < 0.5) in sample_round()
585 return floor(val); in sample_round()
/openbmc/linux/drivers/staging/most/Documentation/
H A Ddriver_usage.txt218 frame_size = floor(MTU_USB / bandwidth_sync) * bandwidth_sync
/openbmc/linux/include/linux/
H A Dhugetlb.h419 unsigned long floor, unsigned long ceiling) in hugetlb_free_pgd_range() argument
/openbmc/dbus-sensors/src/
H A DExitAirTempSensor.cpp660 val = std::floor(val + 0.5); in updateReading()
/openbmc/linux/drivers/media/tuners/
H A Dmt2063.c355 #define floor(n, d) (((n) < 0) ? (-((-(n))/(d))) - ((n)%(d) != 0) : (n)/(d)) macro
608 floor((s32) (pNode->min_ - f_Center), (s32) f_Step); in MT2063_ChooseFirstIF()

1234