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

/linux-master/arch/x86/math-emu/
H A Dpoly_sin.c204 long int exponent, exp2, echange; local
293 exp2 = -1;
300 exp2 -= 16;
336 shr_Xsig(&accumulator, exp2 - exponent);
357 exp2 += norm_Xsig(&accumulator);
359 exp2++;
360 shr_Xsig(&fix_up, 65 + exp2);
366 setexponentpos(&result, exp2 + echange);
/linux-master/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) */
356 #define EXP2_IN_BITS (sizeof(exp2) * 8)
367 bitmap_replace(bmap, &exp2[0 * nlongs], &exp2[1 * nlongs], exp2_to_exp3_mask, nbits);
371 bitmap_replace(bmap, &exp2[1 * nlongs], &exp2[
[all...]
H A Dstring_helpers_kunit.c506 char exp2[string_get_size_maxbuf]; local
514 __strchrcut(exp2, exp_result2, cut);
520 test_string_get_size_check(test, prefix2, exp2, buf2, size, blk_size);
/linux-master/fs/nfsd/
H A Dvfs.c124 struct svc_export *exp = *expp, *exp2 = NULL; local
144 exp2 = rqst_exp_get_by_name(rqstp, &path);
145 if (IS_ERR(exp2)) {
146 err = PTR_ERR(exp2);
160 (exp->ex_flags & NFSEXP_CROSSMOUNT) || EX_NOHIDE(exp2)) {
170 *expp = exp2;
171 exp2 = exp;
174 exp_put(exp2);
192 struct svc_export *exp2; local
198 exp2
[all...]
/linux-master/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) argument
191 set_expected_val((void *)data->test_pages, exp2, WORKER_VCPU_ID_2);
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_join.sh1796 local exp2=$4
1801 print_check "mptcp_info ${info1:0:15}=$exp1:$exp2"
1809 if [ "$cnt1" != "$exp1" ] || [ "$cnt2" != "$exp2" ]; then
1810 fail_test "got $cnt1:$cnt2 $info1:$info2 expected $exp1:$exp2"

Completed in 135 milliseconds