Home
last modified time | relevance | path

Searched refs:exp2 (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/math-emu/
H A Dpoly_sin.c204 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()
/kernel/linux/linux-6.6/arch/x86/math-emu/
H A Dpoly_sin.c204 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()
/kernel/linux/linux-5.10/lib/
H A Dtest_bitmap.c40 static const unsigned long exp2[] __initconst = {
49 /* exp3_0_1 = (exp2[0] & ~exp2_to_exp3_mask) | (exp2[1] & exp2_to_exp3_mask) */
53 /* exp3_1_0 = (exp2[1] & ~exp2_to_exp3_mask) | (exp2[0] & exp2_to_exp3_mask) */
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[ in test_replace()
[all...]
/kernel/linux/linux-6.6/lib/
H A Dtest_bitmap.c44 static const unsigned long exp2[] __initconst = {
53 /* exp3_0_1 = (exp2[0] & ~exp2_to_exp3_mask) | (exp2[1] & exp2_to_exp3_mask) */
57 /* exp3_1_0 = (exp2[1] & ~exp2_to_exp3_mask) | (exp2[0] & exp2_to_exp3_mask) */
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[ in test_replace()
[all...]
/kernel/linux/linux-5.10/fs/nfsd/
H A Dvfs.c62 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 in nfsd_lookup_parent()
[all...]
/kernel/linux/linux-6.6/fs/nfsd/
H A Dvfs.c125 struct svc_export *exp = *expp, *exp2 = NULL; in nfsd_cross_mnt() local
145 exp2 = rqst_exp_get_by_name(rqstp, &path); in nfsd_cross_mnt()
146 if (IS_ERR(exp2)) { in nfsd_cross_mnt()
147 err = PTR_ERR(exp2); in nfsd_cross_mnt()
161 (exp->ex_flags & NFSEXP_CROSSMOUNT) || EX_NOHIDE(exp2)) { in nfsd_cross_mnt()
171 *expp = exp2; in nfsd_cross_mnt()
172 exp2 = exp; in nfsd_cross_mnt()
175 exp_put(exp2); in nfsd_cross_mnt()
193 struct svc_export *exp2; in nfsd_lookup_parent() local
199 exp2 in nfsd_lookup_parent()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/
H A Dhyperv_tlb_flush.c184 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()
/kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/
H A Dmptcp_join.sh1832 local exp2=$4
1837 print_check "mptcp_info ${info1:0:15}=$exp1:$exp2"
1845 if [ "$cnt1" != "$exp1" ] || [ "$cnt2" != "$exp2" ]; then
1846 fail_test "got $cnt1:$cnt2 $info1:$info2 expected $exp1:$exp2"

Completed in 12 milliseconds