Searched refs:fconst (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/drivers/video/ |
D | amifb.c | 2540 u_long maxfetchstop, fstrt, fsize, fconst, xres_n, yres_n; in ami_decode_var() local 2783 fconst = 16<<maxfmode<<clk_shift; in ami_decode_var() 2791 fsize = ((maxfmode+clk_shift <= 1) ? fconst : 64); in ami_decode_var() 2792 fstrt = downx(fconst, par->diwstrt_h-4) - fsize; in ami_decode_var() 2802 fstrt = downx(fconst, par->diwstrt_h-fconst+(1<<clk_shift)-4) - fsize; in ami_decode_var() 2808 fstrt = downx(fconst, par->diwstrt_h-4) - 64 - fconst; in ami_decode_var() 2809 fsize = upx(fconst, xres_n + modx(fconst, downx(1<<clk_shift, par->diwstrt_h-4))); in ami_decode_var() 2813 fsize = upx(fconst, xres_n); in ami_decode_var() 2820 fsize = up64(xres_n + fconst - 1); in ami_decode_var() 2832 fsize -= fconst; in ami_decode_var() [all …]
|
/linux-2.6.39/arch/x86/math-emu/ |
D | reg_constant.c | 114 void fconst(void) in fconst() function
|
D | fpu_proto.h | 112 extern void fconst(void);
|
D | fpu_entry.c | 66 fsubr_, fconst, fucompp, __BAD__, fsub_i, fucomp, fsubp_, __BAD__, 79 fsubr_, fconst, fucompp, __BAD__, fsub_i, fucomp, fsubp_, __BAD__,
|