Home
last modified time | relevance | path

Searched refs:f3 (Results 1 – 25 of 70) sorted by relevance

123

/openbmc/u-boot/scripts/
H A DLindent4 V1=`echo $RES | cut -d' ' -f3 | cut -d'.' -f1`
5 V2=`echo $RES | cut -d' ' -f3 | cut -d'.' -f2`
6 V3=`echo $RES | cut -d' ' -f3 | cut -d'.' -f3`
/openbmc/qemu/tests/tcg/xtensa/
H A Dtest_lsc.S42 wfr f3, a3
50 ssip f3, a2, 8
52 ssi f3, a2, 0
184 movdf f3, 0x40800000, 0
190 sdip f3, a2, 16
H A Dtest_fp1.S43 test_ord \op b1, f2, f3, 0x3f800000, 0x3fc00000, \ab, FSR__ /* ord < ord */
51 test_ord \op b9, f2, f3, 0xffc00001, 0x3f800000, \Na, \qnan_sr /* -QNaN ord */
H A Dtest_fp0_arith.S34 test_op2 add.s, f3, f4, f5, 0x3fc00000, 0x34a00000, \
71 test_op2 add.s, f2, f3, f4, 0x7fbfffff, 0x7f800001, \
97 test_op2 add.s, f2, f3, f4, 0x7fbfffff, 0x7f800001, \
H A Dtest_fp0_sqrt.S66 test_op1 sqrt_s, f3, f4, F32_1, \
H A Dtest_fp0_div.S62 test_op2 div_s, f3, f4, f5, F32_1, F32_0, \
/openbmc/docs/style/cpp/
H A Dtidy-desired.md22 # [1] https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#f3-keep-functions-short-and-simp…
24 # [3] https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#f3-keep-functions-short-and-simp…
/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/
H A D0001-cut-Fix-s-flag-to-omit-blank-lines.patch48 @@ -65,6 +65,15 @@ testing "cut with -d -f( ) -s" "cut -d' ' -f3 -s input && echo yes" "yes\n" "$in
49 testing "cut with -d -f(a) -s" "cut -da -f3 -s input" "n\nsium:Jim\n\ncion:Ed\n" "$input" ""
50 testing "cut with -d -f(a) -s -n" "cut -da -f3 -s -n input" "n\nsium:Jim\n\ncion:Ed\n" "$input" ""
/openbmc/u-boot/arch/arm/mach-tegra/tegra20/
H A Dpinmux.c257 #define PINALL(pingrp, f0, f1, f2, f3, mux, pupd) \ argument
263 PMUX_FUNC_ ## f3, \
270 #define PIN(pingrp, f0, f1, f2, f3) \ argument
271 PINALL(pingrp, f0, f1, f2, f3, MUXCTL_##pingrp, PUCTL_##pingrp)
274 #define PINP(pingrp, f0, f1, f2, f3, pupd) \ argument
275 PINALL(pingrp, f0, f1, f2, f3, MUXCTL_##pingrp, PUCTL_##pupd)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/kconfig-frontends/files/
H A D0001-Switch-utils-kconfig-diff-to-use-Python-3.patch15 index 0db267d..19189f3 100755
/openbmc/qemu/target/s390x/tcg/
H A Dfpu_helper.c780 uint64_t f2, uint64_t f3) in HELPER()
782 float32 ret = float32_muladd(f3, f2, f1, 0, &env->fpu_status); in HELPER()
789 uint64_t f2, uint64_t f3) in HELPER()
791 float64 ret = float64_muladd(f3, f2, f1, 0, &env->fpu_status); in HELPER()
798 uint64_t f2, uint64_t f3) in HELPER()
800 float32 ret = float32_muladd(f3, f2, f1, float_muladd_negate_c, in HELPER()
808 uint64_t f2, uint64_t f3) in HELPER()
810 float64 ret = float64_muladd(f3, f2, f1, float_muladd_negate_c, in HELPER()
/openbmc/smbios-mdr/tools/
H A Dsst-info.sh36 | cut -d' ' -f3)"
/openbmc/qemu/scripts/oss-fuzz/
H A Dbuild.sh77 for i in $(ldd ./qemu-fuzz-i386 | cut -f3 -d' '); do
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A DCVE-2019-13232_p1.patch17 index 7605a29..14460f3 100644
H A DCVE-2021-4217.patch29 index 14460f3..1dc319e 100644
H A D0001-configure-Add-correct-system-headers-and-prototypes-.patch19 index 49579f3..8fd82dd 100755
/openbmc/openbmc/meta-google/recipes-google/networking/files/
H A Dgbmc-ip-monitor-test.sh78 inet6 fd01:ff2:5687:4:cf03:45f3:983a:96eb/64 scope global temporary dynamic
89 [ADDR]2: eno2 inet6 fd01:ff2:5687:4:cf03:45f3:983a:96eb/64 scope global temporary dynamic
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-extended/gparted/files/
H A D0001-Install-polkit-action-unconditionally-executable-pke.patch32 - PKEXEC_FOUND_VERSION=`echo "$PKEXEC_VERSION_OUTPUT" | head -1 | cut -d' ' -f3`
/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-ampere/host/ampere-mctp-i2c-binding/
H A Dampere_mctp_i2c_binding.sh19 service=$(echo "$objects" | cut -d" " -f3 | cut -d"\"" -f2)
/openbmc/u-boot/cmd/
H A Dpxe.c743 char *f1, *f2, *f3, *f4, *slash; in label_boot() local
748 f3 = ""; in label_boot()
760 f3 = env_get("board"); in label_boot()
773 strlen(f1) + strlen(f2) + strlen(f3) + in label_boot()
782 label->fdtdir, slash, f1, f2, f3, f4); in label_boot()
/openbmc/qemu/host/include/loongarch64/host/
H A Dbufferiszero.c.inc64 : "$f0", "$f1", "$f2", "$f3", "$f4", "$f5", "$f6", "$f7", "$f8",
123 : "$f0", "$f1", "$f2", "$f3", "$f4", "$f5", "$f6", "$f7", "$f8",
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/colord/
H A Dcolord-native.bb24 micro=`echo $version | cut -d. -f3`
/openbmc/qemu/target/xtensa/core-de233_fpu/
H A Dgdb-config.c.inc81 XTREG( 55,232,64, 8, 8,0x0033,0x0006, 0, 4,0x0401,f3,
106 "03:f3:54:00","03:f3:14:00",0,0,0,0)
/openbmc/qemu/target/xtensa/core-dsp3400/
H A Dgdb-config.c.inc76 XTREG( 50,200,32, 4, 4,0x0033,0x0006, 0, 4,0x0401,f3,
101 "03:f3:44:00","03:f3:04:00",0,0,0,0)
218 "03:00:f4:5d","03:40:f3:07",0,0,0,0)
/openbmc/qemu/docs/
H A Dcolo-proxy.txt186 -object filter-rewriter,id=f3,netdev=hn0,queue=all
211 -object filter-rewriter,id=f3,netdev=hn0,queue=all,vnet_hdr_support

123