fconst             63 arch/x86/math-emu/fpu_entry.c /* e8..f */	fsubr_,		fconst,		fucompp,	fucomi_,
fconst            125 arch/x86/math-emu/fpu_proto.h extern void fconst(void);
fconst           1126 drivers/video/fbdev/amifb.c 	u_long maxfetchstop, fstrt, fsize, fconst, xres_n, yres_n;
fconst           1374 drivers/video/fbdev/amifb.c 	fconst = 16 << maxfmode << clk_shift;
fconst           1382 drivers/video/fbdev/amifb.c 	fsize = ((maxfmode + clk_shift <= 1) ? fconst : 64);
fconst           1383 drivers/video/fbdev/amifb.c 	fstrt = downx(fconst, par->diwstrt_h - 4) - fsize;
fconst           1393 drivers/video/fbdev/amifb.c 	fstrt = downx(fconst, par->diwstrt_h - fconst + (1 << clk_shift) - 4) -
fconst           1400 drivers/video/fbdev/amifb.c 	fstrt = downx(fconst, par->diwstrt_h - 4) - 64 - fconst;
fconst           1401 drivers/video/fbdev/amifb.c 	fsize = upx(fconst, xres_n +
fconst           1402 drivers/video/fbdev/amifb.c 		    modx(fconst, downx(1 << clk_shift, par->diwstrt_h - 4)));
fconst           1406 drivers/video/fbdev/amifb.c 	fsize = upx(fconst, xres_n);
fconst           1413 drivers/video/fbdev/amifb.c 		fsize = up64(xres_n + fconst - 1);
fconst           1425 drivers/video/fbdev/amifb.c 		fsize -= fconst;
fconst           1596 drivers/video/fbdev/amifb.c 	short clk_shift, vshift, fstrt, fsize, fstop, fconst,  shift, move, mod;
fconst           1603 drivers/video/fbdev/amifb.c 	fconst = 16 << maxfmode << clk_shift;
fconst           1607 drivers/video/fbdev/amifb.c 	shift = modx(fconst, fstrt);
fconst           1610 drivers/video/fbdev/amifb.c 		fstrt = downx(fconst, fstrt) - 64;
fconst           1611 drivers/video/fbdev/amifb.c 		fsize = upx(fconst, fsize);
fconst           1612 drivers/video/fbdev/amifb.c 		fstop = fstrt + fsize - fconst;
fconst           1614 drivers/video/fbdev/amifb.c 		mod = fstrt = downx(fconst, fstrt) - fconst;
fconst           1615 drivers/video/fbdev/amifb.c 		fstop = fstrt + upx(fconst, fsize) - 64;