exp2              204 arch/x86/math-emu/poly_sin.c 	long int exponent, exp2, echange;
exp2              293 arch/x86/math-emu/poly_sin.c 		exp2 = -1;
exp2              300 arch/x86/math-emu/poly_sin.c 			exp2 -= 16;
exp2              336 arch/x86/math-emu/poly_sin.c 		shr_Xsig(&accumulator, exp2 - exponent);
exp2              357 arch/x86/math-emu/poly_sin.c 		exp2 += norm_Xsig(&accumulator);
exp2              359 arch/x86/math-emu/poly_sin.c 		exp2++;
exp2              360 arch/x86/math-emu/poly_sin.c 		shr_Xsig(&fix_up, 65 + exp2);
exp2              366 arch/x86/math-emu/poly_sin.c 		setexponentpos(&result, exp2 + echange);
exp2               62 fs/nfsd/vfs.c  	struct svc_export *exp = *expp, *exp2 = NULL;
exp2               78 fs/nfsd/vfs.c  	exp2 = rqst_exp_get_by_name(rqstp, &path);
exp2               79 fs/nfsd/vfs.c  	if (IS_ERR(exp2)) {
exp2               80 fs/nfsd/vfs.c  		err = PTR_ERR(exp2);
exp2               94 fs/nfsd/vfs.c  		(exp->ex_flags & NFSEXP_CROSSMOUNT) || EX_NOHIDE(exp2)) {
exp2              104 fs/nfsd/vfs.c  		*expp = exp2;
exp2              105 fs/nfsd/vfs.c  		exp2 = exp;
exp2              108 fs/nfsd/vfs.c  	exp_put(exp2);
exp2              126 fs/nfsd/vfs.c  	struct svc_export *exp2;
exp2              132 fs/nfsd/vfs.c  	exp2 = rqst_exp_parent(rqstp, &path);
exp2              133 fs/nfsd/vfs.c  	if (PTR_ERR(exp2) == -ENOENT) {
exp2              135 fs/nfsd/vfs.c  	} else if (IS_ERR(exp2)) {
exp2              137 fs/nfsd/vfs.c  		return PTR_ERR(exp2);
exp2              141 fs/nfsd/vfs.c  		*exp = exp2;
exp2              235 lib/test_bitmap.c static const unsigned long exp2[] __initconst = {
exp2              257 lib/test_bitmap.c 	{0, "0-31:1/4,32-63:2/4,64-95:3/4,96-127:4/4",	exp2, 128, 0},