Home
last modified time | relevance | path

Searched refs:float (Results 151 – 175 of 228) sorted by relevance

12345678910

/openbmc/openbmc/poky/meta/lib/oe/
H A Ddistro_check.py32 release = float(link)
/openbmc/linux/tools/cgroup/
H A Diocost_monitor.py30 parser.add_argument('--interval', '-i', metavar='SECONDS', type=float, default=1,
/openbmc/webui-vue/src/components/AppNavigation/
H A DAppNavigation.vue162 float: right;
/openbmc/linux/Documentation/filesystems/ext4/
H A Dgroup_descr.rst14 the inode table (i.e. they can float). This means that within a block
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/optee/files/optee-os/n1sdp/
H A D0001-plat-n1sdp-add-N1SDP-platform-support.patch40 +# Either hard float must be disabled for AArch32 or strict alignment checks
/openbmc/qemu/tests/avocado/
H A Dacpi-bits.py98 qmp_timer: Optional[float] = None): argument
/openbmc/linux/tools/kvm/kvm_stat/
H A Dkvm_stat1319 values.value * 100 / float(ltotal), cur))
1430 delay = float(val)
1771 type=float,
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D2001-fix-luaL-checkint.patch185 int i_ret = playlist_VolumeSet( p_this, i_volume/(float)AOUT_VOLUME_DEFAULT );
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc/
H A D0003-fix-luaL-checkint.patch182 int i_ret = playlist_VolumeSet( p_this, i_volume/(float)AOUT_VOLUME_DEFAULT );
/openbmc/qemu/target/arm/tcg/
H A Dvfp.decode241 # VCVT float to integer (VCVT and VCVTR): Vd always single; Vd depends on size
/openbmc/openbmc/poky/meta/classes-recipe/
H A Drust-common.bbclass63 # This catches ARM targets and appends the necessary hard float bits
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Ddeploy.py205 fsize = int(math.ceil(float(fstat.st_size)/1024))
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dmain.py266 server_group.add_argument("-T", "--idle-timeout", type=float, dest="server_timeout",
/openbmc/openbmc/poky/meta/classes/
H A Dicecc.bbclass220 float = d.getVar('TARGET_FPU') or "hard"
221 archive_name = prefix + distro + "-" + target_sys + "-" + float
/openbmc/openbmc/poky/meta/recipes-multimedia/libsndfile/libsndfile1/
H A Dcve-2022-33065.patch449 floatptr = va_arg (argptr, float *) ;
451 - byte_count += header_read (psf, floatptr, sizeof (float)) ;
452 + read_bytes = header_read (psf, floatptr, sizeof (float)) ;
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dtaskexp_ncurses.py580 bar_done = int( (float(current)/float(max)) * float(bar_size) )
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-h5py/
H A D0001-Fix-Cython-3-compatibility.patch418 +#define h5py_offset_n64_imag (sizeof(float))
635 - # Same float values with big endianess
636 + # Same float values with big endianness
653 dset = self.f.create_dataset("test", shape, dtype=float,
/openbmc/linux/Documentation/arch/arm/
H A Dkernel_mode_neon.rst97 As the kernel is compiled with '-msoft-float', the above will guarantee that
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/
H A D0003-wayland-Add-Wayland-example.patch433 + float nearp = 1.0f;
434 + float farp = 500.0f;
435 + float hht;
436 + float hwd;
445 + hht = nearp * (float)tan(45.0 / 2.0 / 180.0 * M_PI);
446 + hwd = hht * (float)state->screen_width / (float)state->screen_height;
/openbmc/openbmc/meta-security/recipes-security/krill/
H A Dkrill-crates.inc141 crate://crates.io/ordered-float/2.10.0;name=ordered-float-2.10.0 \
415 SRC_URI[ordered-float-2.10.0.sha256sum] = "7940cf2ca942593318d07fcf2596cdca60a85c9e7fab408a5e21a4f9…
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth/
H A D0003-Use-ARM-NEON-accelaration-for-float-multithreaded-se.patch4 Subject: [PATCH] Use ARM-NEON accelaration for float-multithreaded setups
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0002-gcc-poison-system-directories.patch159 @opindex Wno-float-equal
/openbmc/qemu/python/qemu/qmp/
H A Dqmp_tui.py528 def mouse_event(self, size: Tuple[int, int], _event: str, button: float, argument
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/
H A Dfont-awesome.min.css33 …dius:6px;-moz-border-radius:6px;border-radius:6px}.pull-right{float:right}.pull-left{float:left}[c…
/openbmc/linux/tools/power/pm-graph/
H A Dbootgraph.py330 ktime = float(m.group('ktime'))
403 t = float(m_time)

12345678910