Searched refs:exp2 (Results 1 – 7 of 7) sorted by relevance
/linux/arch/x86/math-emu/ |
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()
|
/linux/lib/ |
A D | test_bitmap.c | 42 static const unsigned long exp2[] __initconst = { variable 290 #define EXP2_IN_BITS (sizeof(exp2) * 8) 301 bitmap_replace(bmap, &exp2[0 * nlongs], &exp2[1 * nlongs], exp2_to_exp3_mask, nbits); in test_replace() 305 bitmap_replace(bmap, &exp2[1 * nlongs], &exp2[0 * nlongs], exp2_to_exp3_mask, nbits); in test_replace() 309 bitmap_replace(bmap, &exp2[0 * nlongs], &exp2[1 * nlongs], exp2_to_exp3_mask, nbits); in test_replace() 313 bitmap_replace(bmap, &exp2[1 * nlongs], &exp2[0 * nlongs], exp2_to_exp3_mask, nbits); in test_replace() 345 {0, "0-31:1/4,32-63:2/4,64-95:3/4,96-127:4/4", exp2, 128, 0},
|
/linux/fs/nfsd/ |
A D | vfs.c | 79 if (IS_ERR(exp2)) { in nfsd_cross_mnt() 80 err = PTR_ERR(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() 133 if (PTR_ERR(exp2) == -ENOENT) { in nfsd_lookup_parent() 135 } else if (IS_ERR(exp2)) { in nfsd_lookup_parent() 137 return PTR_ERR(exp2); in nfsd_lookup_parent() [all …]
|
/linux/arch/arm64/boot/dts/ti/ |
A D | k3-j7200-common-proc-board.dts | 64 gpio = <&exp2 2 GPIO_ACTIVE_HIGH>; 246 exp2: gpio@22 { label
|
A D | k3-j721e-common-proc-board.dts | 82 gpio = <&exp2 2 GPIO_ACTIVE_HIGH>; 442 exp2: gpio@22 { label 730 reset-gpios = <&exp2 20 GPIO_ACTIVE_HIGH>;
|
/linux/arch/arm64/boot/dts/nvidia/ |
A D | tegra210-p2597.dtsi | 1327 exp2: gpio@77 { label 1681 gpio = <&exp2 10 GPIO_ACTIVE_HIGH>; 1701 gpio = <&exp2 9 GPIO_ACTIVE_HIGH>;
|
A D | tegra186-p2771-0000.dts | 2006 exp2: gpio@77 { label
|
Completed in 712 milliseconds