Searched refs:fconst (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/drivers/video/fbdev/ |
D | amifb.c | 1132 u_long maxfetchstop, fstrt, fsize, fconst, xres_n, yres_n; in ami_decode_var() local 1380 fconst = 16 << maxfmode << clk_shift; in ami_decode_var() 1388 fsize = ((maxfmode + clk_shift <= 1) ? fconst : 64); in ami_decode_var() 1389 fstrt = downx(fconst, par->diwstrt_h - 4) - fsize; in ami_decode_var() 1399 fstrt = downx(fconst, par->diwstrt_h - fconst + (1 << clk_shift) - 4) - in ami_decode_var() 1406 fstrt = downx(fconst, par->diwstrt_h - 4) - 64 - fconst; in ami_decode_var() 1407 fsize = upx(fconst, xres_n + in ami_decode_var() 1408 modx(fconst, downx(1 << clk_shift, par->diwstrt_h - 4))); in ami_decode_var() 1412 fsize = upx(fconst, xres_n); in ami_decode_var() 1419 fsize = up64(xres_n + fconst - 1); in ami_decode_var() [all …]
|
/Linux-v5.10/arch/x86/math-emu/ |
D | reg_constant.c | 115 void fconst(void) in fconst() function
|
D | fpu_proto.h | 125 extern void fconst(void);
|
D | fpu_entry.c | 63 /* e8..f */ fsubr_, fconst, fucompp, fucomi_,
|