Searched refs:exp2 (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/arch/x86/math-emu/ |
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()
|
/Linux-v5.10/lib/ |
D | test_bitmap.c | 40 static const unsigned long exp2[] __initconst = { variable 273 #define EXP2_IN_BITS (sizeof(exp2) * 8) 284 bitmap_replace(bmap, &exp2[0 * nlongs], &exp2[1 * nlongs], exp2_to_exp3_mask, nbits); in test_replace() 288 bitmap_replace(bmap, &exp2[1 * nlongs], &exp2[0 * nlongs], exp2_to_exp3_mask, nbits); in test_replace() 292 bitmap_replace(bmap, &exp2[0 * nlongs], &exp2[1 * nlongs], exp2_to_exp3_mask, nbits); in test_replace() 296 bitmap_replace(bmap, &exp2[1 * nlongs], &exp2[0 * nlongs], exp2_to_exp3_mask, nbits); in test_replace() 328 {0, "0-31:1/4,32-63:2/4,64-95:3/4,96-127:4/4", exp2, 128, 0},
|
/Linux-v5.10/fs/nfsd/ |
D | vfs.c | 62 struct svc_export *exp = *expp, *exp2 = NULL; in nfsd_cross_mnt() local 78 exp2 = rqst_exp_get_by_name(rqstp, &path); in nfsd_cross_mnt() 79 if (IS_ERR(exp2)) { in nfsd_cross_mnt() 80 err = PTR_ERR(exp2); in nfsd_cross_mnt() 94 (exp->ex_flags & NFSEXP_CROSSMOUNT) || EX_NOHIDE(exp2)) { in nfsd_cross_mnt() 104 *expp = exp2; in nfsd_cross_mnt() 105 exp2 = exp; in nfsd_cross_mnt() 108 exp_put(exp2); in nfsd_cross_mnt() 126 struct svc_export *exp2; in nfsd_lookup_parent() local 132 exp2 = rqst_exp_parent(rqstp, &path); in nfsd_lookup_parent() [all …]
|
/Linux-v5.10/arch/arm64/boot/dts/ti/ |
D | k3-j7200-common-proc-board.dts | 160 exp2: gpio@22 { label
|
D | k3-j721e-common-proc-board.dts | 405 exp2: gpio@22 { label 608 reset-gpios = <&exp2 20 GPIO_ACTIVE_HIGH>;
|
/Linux-v5.10/arch/arm64/boot/dts/nvidia/ |
D | tegra186-p2771-0000.dts | 78 exp2: gpio@77 { label
|
D | tegra210-p2597.dtsi | 1327 exp2: gpio@77 { label 1681 gpio = <&exp2 10 GPIO_ACTIVE_HIGH>; 1701 gpio = <&exp2 9 GPIO_ACTIVE_HIGH>;
|