Home
last modified time | relevance | path

Searched refs:float (Results 26 – 50 of 228) sorted by relevance

12345678910

/openbmc/openbmc/poky/meta/conf/machine/include/microblaze/
H A Dfeature-microblaze-math.inc22 …bb.utils.contains_any('TUNE_FEATURES', ['fpu-hard', 'fpu-hard-extended'], ' -mhard-float', '', d)}"
23 …@bb.utils.contains('TUNE_FEATURES', 'fpu-hard-extended', ' -mxl-float-convert -mxl-float-sqrt', ''…
/openbmc/phosphor-webui/app/configuration/styles/
H A Ddate-time.scss35 float: left;
44 float: right;
/openbmc/openbmc/poky/meta/conf/machine/include/powerpc/
H A Dtune-ppce300c3.inc7 # hard-float
14 # soft-float
H A Darch-powerpc.inc22 TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'fpu-hard', ' -mhard-float', '', d)}"
25 TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'fpu-soft', ' -msoft-float', '', d)}"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/iotop/
H A Diotop_1.26.bb15 # Fixes llvm-bc70b5.o: can't link soft-float modules with double-float modules
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/
H A Djquery-ui.structure.min.css5float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:v…
/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/
H A Dadd-riscv-support.patch28 + fputs (",soft-float", stdout);
31 + fputs (",double-float", stdout);
70 + /* NOTE: This does not correctly handle soft-float binaries */
/openbmc/openbmc/poky/scripts/lib/
H A Dbuildstats.py92 start_time = float(val)
95 end_time = float(val)
103 val = float(val)
243 start = float(val)
245 elapsed = float(val.split()[0])
318 reldiff = float('inf')
/openbmc/openbmc-test-automation/lib/
H A Dbmc_network_utils.py118 nping_result["percent_lost"] = float(
122 nping_result["percent_failed"] = float(
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0007-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch235 - "/lib/ld-musl-mips%{mips32r6|mips64r6:r6}%{EL:el}%{msoft-float:-sf}.so.1"
239 - "/lib/ld-musl-mips64%{mips64r6:r6}%{EL:el}%{msoft-float:-sf}.so.1"
240 + SYSTEMLIBS_DIR "ld-musl-mips64%{mips64r6:r6}%{EL:el}%{msoft-float:-sf}.so.1"
242 - "/lib/ld-musl-mipsn32%{mips64r6:r6}%{EL:el}%{msoft-float:-sf}.so.1"
243 + SYSTEMLIBS_DIR "ld-musl-mipsn32%{mips64r6:r6}%{EL:el}%{msoft-float:-sf}.so.1"
311 - "/lib/ld-musl-powerpc" MUSL_DYNAMIC_LINKER_E "%{msoft-float:-sf}.so.1"
312 + SYSTEMLIBS_DIR "ld-musl-powerpc" MUSL_DYNAMIC_LINKER_E "%{msoft-float:-sf}.so.1"
315 - "/lib/ld-musl-powerpc64" MUSL_DYNAMIC_LINKER_E "%{msoft-float:-sf}.so.1"
316 + SYSTEMLIBS_DIR "ld-musl-powerpc64" MUSL_DYNAMIC_LINKER_E "%{msoft-float:-sf}.so.1"
332 - "/lib/ld-musl-powerpc" MUSL_DYNAMIC_LINKER_E "%{msoft-float:-sf}.so.1"
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/
H A Davoid-neon-for-targets-which-don-t-support-it.patch7 test 64-bit float copies when building for ARM. Allow it to do so if
28 /* On arm32, many compilers generate a 64-bit float move
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dprogress.py139 progress = (float(nums[-1][0]) / float(nums[-1][1])) * 100
171 self._stage_weights = [float(x)/total for x in stage_weights]
231 stage_progress = (float(stage_progress) / self._stage_total) * 100
/openbmc/linux/tools/perf/scripts/python/
H A Dstat-cpi.py61 cpi = cyc/float(ins)
63 …print("%15f: cpu %d, thread %d -> cpi %f (%d/%d)" % (time/(float(1000000000)), cpu, thread, cpi, c…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/tbb/
H A Dtbb_2021.11.0.bb30 # Hard-float 'd' ABI can't be used for a target that doesn't support the D instruction set extensio…
31 …riscv64-oe-linux-ld: /tmp/lto-llvm-264bc2.o: can't link soft-float modules with double-float modul…
/openbmc/openbmc/poky/meta/lib/oe/
H A Dcve_check.py68 _pre = float('inf')
70 _pre = float(pre_v) if pre_v else float('-inf')
H A Dtypes.py138 _float = float
139 def float(value, fromhex='false'): function
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dlogin.py91 rblank = int(float(width))
111 diff=float(compare_out.stderr.replace("(", "").replace(")","").split()[1])
/openbmc/phosphor-webui/app/common/styles/layout/
H A Dheader.scss97 float: left;
127 float: left;
171 float: left;
/openbmc/openbmc/poky/meta/recipes-rt/rt-tests/files/
H A Drt_bmark.py319 ack_min = float('inf')
332 msg += " avg: %5.1f" % (float(tmp_avg[0])/tmp_avg[1])
352 return ack_min, float(ack_avg[0])/ack_avg[1], gen_minmax_list(max_list)
/openbmc/linux/tools/perf/tests/shell/lib/
H A Dperf_metric_validation.py90 if isinstance(bound, int) or isinstance(bound, float):
94 val = float("inf")
100 val = float(bound)
108 lbv = get_bound_value(lb, float('inf'), ridx)
131 results.append(float(name))
355 metricvalues[name.lower()] = float(result["metric-value"])
/openbmc/phosphor-webui/app/access-control/styles/
H A Dldap.scss59 float: right;
145 float: right;
255 float: right;
/openbmc/qemu/python/qemu/machine/
H A Dqtest.py122 def settimeout(self, timeout: Optional[float]) -> None: argument
138 qmp_timer: Optional[float] = None): argument
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-pydantic-core-crates.inc25 crate://crates.io/lexical-parse-float/0.8.5 \
28 crate://crates.io/lexical-write-float/0.8.5 \
109 SRC_URI[lexical-parse-float-0.8.5.sha256sum] = "683b3a5ebd0130b8fb52ba0bdc718cc56815b6a097e28ae5a69…
112 SRC_URI[lexical-write-float-0.8.5.sha256sum] = "accabaa1c4581f05a3923d1b4cfd124c329352288b7b9da09e7…
/openbmc/qemu/python/qemu/utils/
H A Dqemu_ga_client.py76 def sync(self, timeout: Optional[float] = 3) -> None: argument
148 def ping(self, timeout: Optional[float]) -> bool: argument
237 timeout = 3.0 if len(args) == 0 else float(args[0])
/openbmc/qemu/target/hppa/
H A Dinsns.decode531 # float/float
538 # int/float
549 # float/int
560 # float/int truncate
571 # uint/float
582 # float/int
593 # float/int truncate

12345678910