Home
last modified time | relevance | path

Searched refs:float (Results 126 – 150 of 228) sorted by relevance

12345678910

/openbmc/openbmc/poky/meta/lib/oe/
H A Dsdk.py152 fsize = int(math.ceil(float(os.path.getsize(os.path.join(root, fn))) / 1024))
H A Dutils.py43 if float(d.getVar(variable)) <= float(checkvalue):
H A Dbuildhistory_analysis.py164 percentchg = ((bval - aval) / float(aval)) * 100
471 percentchg = ((bval - aval) / float(aval)) * 100
611 … modified (%.1f%%)' % (addcount, removecount, changecount, (changecount / float(len(bdict)) * 100)…
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dsystemd.py210 boot_time_sec += float(l_boot_time[1].split('s')[0])
/openbmc/openbmc/poky/meta/recipes-graphics/piglit/piglit/
H A D0001-utils-Include-libgen.h-on-musl-linux-systems.patch72 #include <float.h>
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/
H A Djquery-ui.min.css7float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:v…
H A Dbootstrap.css.map1float: left;\n width: 160px;\n clear: left;\n text-align: right;\n overflow: hidden;\n…
/openbmc/linux/tools/power/pm-graph/
H A Dsleepgraph.py546 self.dmesgstart = float(ktime)
559 ktime = float(m.group('ktime'))
1572 t = float(m.group('ktime'))
2293 self.time = float(t)
2835 sortdict[item] = (-1*float(dev['start']), float(dev['end']) - float(dev['start']))
2838 sortdict[item] = (float(dev['end']) - float(dev['start']), item.dev['name'])
3387 t = float(info[0])
4028 ktime = float(val)
4342 tVal = [float(data['suspend']), float(data['resume'])]
4568 rate = '%d/%d (%.2f%%)' % (testtotal, total, 100*float(testtotal)/float(total))
[all …]
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Dgui.py110 zoom_ratio = float(rect.width)/float(self.chart_width)
/openbmc/linux/tools/cgroup/
H A Diocost_coef_gen.py36 parser.add_argument('--testfile-size-gb', type=float, metavar='GIGABYTES', default=16,
/openbmc/openbmc/poky/meta/classes-recipe/
H A Drust-target-config.bbclass116 # TARGET_FPU can be hard or soft. +soft-float tell llvm to use soft float
120 return ["+soft-float"] if fpu == "soft" else []
/openbmc/qemu/target/arm/tcg/
H A Dneon-dp.decode49 # and the 'size' bit is 0 for 32-bit float and 1 for 16-bit float.
353 # VCVT fixed<->float conversions
/openbmc/openbmc/poky/meta/recipes-bsp/grub/
H A Dgrub2.inc37 # Grub doesn't support hard float toolchain and won't be able to forcefully
/openbmc/openbmc-test-automation/lib/
H A Dipmi_utils.py849 x = int(float(th)) + n
/openbmc/openbmc/poky/meta/recipes-support/lzop/lzop/
H A Dacinclude.m48 AC_CHECK_HEADERS([assert.h ctype.h dirent.h errno.h fcntl.h float.h limits.h malloc.h memory.h setj…
333 AC_CHECK_SIZEOF(float)
/openbmc/openbmc/meta-arm/ci/
H A Dpatchreview235 bars = dicttoolz.valmap(lambda v: "#" * int(math.ceil(float(v) / len(results) * 100)), counts)
/openbmc/openbmc/poky/scripts/lib/wic/
H A Dksparser.py94 result = float(arg)
/openbmc/openbmc/poky/scripts/contrib/
H A Dpatchreview.py204 bars = dicttoolz.valmap(lambda v: "#" * int(math.ceil(float(v) / len(results) * 100)), counts)
/openbmc/webui-vue/src/views/Operations/Kvm/
H A DKvmConsole.vue178 float: right;
/openbmc/linux/tools/perf/scripts/python/
H A Dgecko.py43 Milliseconds = float
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dnsmasq/
H A Ddnsmasq_2.90.bb13 SRC_URI = "http://www.thekelleys.org.uk/dnsmasq/${@['archive/', ''][float(d.getVar('PV').split('.')…
/openbmc/openbmc/poky/bitbake/lib/bb/server/
H A Dprocess.py312 self.heartbeat_seconds = float(heartbeat_event)
319 self.timeout = float(self.timeout)
447 elif isinstance(retval, float) and nextsleep:
/openbmc/phosphor-webui/app/common/styles/base/
H A Dforms.scss201 float: right;
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/
H A Dgcc-13.2.inc107 --enable-decimal-float=no \
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Drunqueue.py204 cpu_pressure = (float(curr_cpu_pressure) - float(self.prev_cpu_pressure)) / tdiff
205 io_pressure = (float(curr_io_pressure) - float(self.prev_io_pressure)) / tdiff
206 … memory_pressure = (float(curr_memory_pressure) - float(self.prev_memory_pressure)) / tdiff
225 loadfactor = float(os.getloadavg()[0]) / os.cpu_count()
1870 self.max_cpu_pressure = float(self.max_cpu_pressure)
1877 self.max_io_pressure = float(self.max_io_pressure)
1884 self.max_memory_pressure = float(self.max_memory_pressure)
1891 self.max_loadfactor = float(self.max_loadfactor)

12345678910