/openbmc/linux/arch/x86/math-emu/ |
H A D | poly_sin.c | 204 long int exponent, exp2, echange; in poly_cos() local 293 exp2 = -1; in poly_cos() 300 exp2 -= 16; in poly_cos() 336 shr_Xsig(&accumulator, exp2 - exponent); in poly_cos() 357 exp2 += norm_Xsig(&accumulator); in poly_cos() 359 exp2++; in poly_cos() 360 shr_Xsig(&fix_up, 65 + exp2); in poly_cos() 366 setexponentpos(&result, exp2 + echange); in poly_cos()
|
/openbmc/openbmc/poky/bitbake/lib/bb/parse/parse_py/ |
H A D | BBHandler.py | 250 exp2 = exp.split(" after ") 251 if len(exp2) > 1: 252 after = after + " ".join(exp2[1:]) 255 exp2 = exp.split(" before ") 256 if len(exp2) > 1: 257 before = before + " ".join(exp2[1:])
|
/openbmc/linux/lib/ |
H A D | test_bitmap.c | 44 static const unsigned long exp2[] __initconst = { variable 333 #define EXP2_IN_BITS (sizeof(exp2) * 8) 344 bitmap_replace(bmap, &exp2[0 * nlongs], &exp2[1 * nlongs], exp2_to_exp3_mask, nbits); in test_replace() 348 bitmap_replace(bmap, &exp2[1 * nlongs], &exp2[0 * nlongs], exp2_to_exp3_mask, nbits); in test_replace() 352 bitmap_replace(bmap, &exp2[0 * nlongs], &exp2[1 * nlongs], exp2_to_exp3_mask, nbits); in test_replace() 356 bitmap_replace(bmap, &exp2[1 * nlongs], &exp2[0 * nlongs], exp2_to_exp3_mask, nbits); in test_replace() 388 {0, "0-31:1/4,32-63:2/4,64-95:3/4,96-127:4/4", exp2, 128, 0},
|
/openbmc/linux/arch/arm64/boot/dts/ti/ |
H A D | k3-am642-sk.dts | 177 gpios = <&exp2 0 GPIO_ACTIVE_HIGH>; 185 gpios = <&exp2 1 GPIO_ACTIVE_HIGH>; 193 gpios = <&exp2 2 GPIO_ACTIVE_HIGH>; 201 gpios = <&exp2 3 GPIO_ACTIVE_HIGH>; 209 gpios = <&exp2 4 GPIO_ACTIVE_HIGH>; 217 gpios = <&exp2 5 GPIO_ACTIVE_HIGH>; 225 gpios = <&exp2 6 GPIO_ACTIVE_HIGH>; 234 gpios = <&exp2 7 GPIO_ACTIVE_HIGH>; 427 exp2: gpio@60 { label
|
H A D | k3-j7200-evm-quad-port-eth-exp.dtso | 66 reset-gpios = <&exp2 17 GPIO_ACTIVE_LOW>; 85 &exp2 {
|
H A D | k3-j721e-evm-quad-port-eth-exp.dtso | 68 reset-gpios = <&exp2 17 GPIO_ACTIVE_LOW>; 87 &exp2 {
|
H A D | k3-j721s2-common-proc-board.dts | 78 gpio = <&exp2 2 GPIO_ACTIVE_HIGH>; 119 standby-gpios = <&exp2 7 GPIO_ACTIVE_LOW>; 120 enable-gpios = <&exp2 6 GPIO_ACTIVE_HIGH>; 343 exp2: gpio@22 { label
|
H A D | k3-j721e-common-proc-board.dts | 95 gpio = <&exp2 2 GPIO_ACTIVE_HIGH>; 152 standby-gpios = <&exp2 7 GPIO_ACTIVE_LOW>; 153 enable-gpios = <&exp2 6 GPIO_ACTIVE_HIGH>; 648 exp2: gpio@22 { label 944 reset-gpios = <&exp2 20 GPIO_ACTIVE_HIGH>;
|
H A D | k3-j7200-common-proc-board.dts | 74 gpio = <&exp2 2 GPIO_ACTIVE_HIGH>; 284 exp2: gpio@22 { label
|
H A D | k3-am62-lp-sk.dts | 123 exp2: gpio@23 { label
|
H A D | k3-am68-sk-base-board.dts | 146 powerdown-gpios = <&exp2 0 GPIO_ACTIVE_LOW>; 454 exp2: gpio@20 { label
|
H A D | k3-j784s4-evm.dts | 235 gpio = <&exp2 2 GPIO_ACTIVE_HIGH>; 608 exp2: gpio@22 { label
|
/openbmc/qemu/tests/qtest/ |
H A D | ipmi-bt-test.c | 315 static uint8_t exp2[] = { 0x08, 0x3f, 0xa1 }; /* A capabilities cmd */ in test_connect() local 343 g_assert(msglen == sizeof(exp2)); in test_connect() 344 g_assert(memcmp(msg, exp2, msglen) == 0); in test_connect()
|
/openbmc/linux/fs/nfsd/ |
H A D | vfs.c | 126 struct svc_export *exp = *expp, *exp2 = NULL; in nfsd_cross_mnt() local 146 exp2 = rqst_exp_get_by_name(rqstp, &path); in nfsd_cross_mnt() 147 if (IS_ERR(exp2)) { in nfsd_cross_mnt() 148 err = PTR_ERR(exp2); in nfsd_cross_mnt() 162 (exp->ex_flags & NFSEXP_CROSSMOUNT) || EX_NOHIDE(exp2)) { in nfsd_cross_mnt() 172 *expp = exp2; in nfsd_cross_mnt() 173 exp2 = exp; in nfsd_cross_mnt() 176 exp_put(exp2); in nfsd_cross_mnt() 194 struct svc_export *exp2; in nfsd_lookup_parent() local 200 exp2 = rqst_exp_parent(rqstp, &path); in nfsd_lookup_parent() [all …]
|
/openbmc/qemu/util/ |
H A D | cutils.c | 962 const char *iec_binary_prefix(unsigned int exp2) in iec_binary_prefix() argument 966 assert(exp2 % 10 == 0 && exp2 / 10 < ARRAY_SIZE(prefixes)); in iec_binary_prefix() 967 return prefixes[exp2 / 10]; in iec_binary_prefix()
|
/openbmc/qemu/include/qemu/ |
H A D | cutils.h | 20 const char *iec_binary_prefix(unsigned int exp2);
|
/openbmc/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | hyperv_tlb_flush.c | 184 static inline void post_test(struct test_data *data, u64 exp1, u64 exp2) in post_test() argument 191 set_expected_val((void *)data->test_pages, exp2, WORKER_VCPU_ID_2); in post_test()
|
/openbmc/linux/tools/testing/selftests/net/mptcp/ |
H A D | mptcp_join.sh | 1889 local exp2=$4 1894 print_check "mptcp_info ${info1:0:15}=$exp1:$exp2" 1902 if [ "$cnt1" != "$exp1" ] || [ "$cnt2" != "$exp2" ]; then 1903 fail_test "got $cnt1:$cnt2 $info1:$info2 expected $exp1:$exp2"
|
/openbmc/linux/arch/arm64/boot/dts/nvidia/ |
H A D | tegra210-p2597.dtsi | 1330 exp2: gpio@77 { label 1678 gpio = <&exp2 10 GPIO_ACTIVE_HIGH>; 1698 gpio = <&exp2 9 GPIO_ACTIVE_HIGH>;
|
H A D | tegra186-p2771-0000.dts | 2264 exp2: gpio@77 { label
|
/openbmc/qemu/target/i386/tcg/ |
H A D | fpu_helper.c | 911 floatx80 exp2; member 1233 extractFloatx80Frac(f2xm1_table[n].exp2), in helper_f2xm1() 1235 aexp += extractFloatx80Exp(f2xm1_table[n].exp2) - 0x3ffe; in helper_f2xm1()
|