Searched refs:fconst (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/video/fbdev/ |
A D | amifb.c | 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() 1412 fsize = upx(fconst, xres_n); in ami_decode_var() 1419 fsize = up64(xres_n + fconst - 1); in ami_decode_var() 1431 fsize -= fconst; in ami_decode_var() 1613 shift = modx(fconst, fstrt); in ami_update_par() 1616 fstrt = downx(fconst, fstrt) - 64; in ami_update_par() 1617 fsize = upx(fconst, fsize); in ami_update_par() 1618 fstop = fstrt + fsize - fconst; in ami_update_par() [all …]
|
/linux-6.3-rc2/arch/x86/math-emu/ |
A D | reg_constant.c | 115 void fconst(void) in fconst() function
|
A D | fpu_proto.h | 125 extern void fconst(void);
|
A D | fpu_entry.c | 63 /* e8..f */ fsubr_, fconst, fucompp, fucomi_,
|
Completed in 12 milliseconds