Searched refs:fconst (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/arch/x86/math-emu/
H A Dreg_constant.c114 void fconst(void) fconst() function
H A Dfpu_proto.h124 extern void fconst(void);
H A Dfpu_entry.c62 /* e8..f */ fsubr_, fconst, fucompp, fucomi_,
/linux-4.4.14/drivers/video/fbdev/
H A Damifb.c1126 u_long maxfetchstop, fstrt, fsize, fconst, xres_n, yres_n; ami_decode_var() local
1374 fconst = 16 << maxfmode << clk_shift; ami_decode_var()
1382 fsize = ((maxfmode + clk_shift <= 1) ? fconst : 64); ami_decode_var()
1383 fstrt = downx(fconst, par->diwstrt_h - 4) - fsize; ami_decode_var()
1393 fstrt = downx(fconst, par->diwstrt_h - fconst + (1 << clk_shift) - 4) - ami_decode_var()
1400 fstrt = downx(fconst, par->diwstrt_h - 4) - 64 - fconst; ami_decode_var()
1401 fsize = upx(fconst, xres_n + ami_decode_var()
1402 modx(fconst, downx(1 << clk_shift, par->diwstrt_h - 4))); ami_decode_var()
1406 fsize = upx(fconst, xres_n); ami_decode_var()
1413 fsize = up64(xres_n + fconst - 1); ami_decode_var()
1425 fsize -= fconst; ami_decode_var()
1598 short clk_shift, vshift, fstrt, fsize, fstop, fconst, shift, move, mod; ami_update_par() local
1605 fconst = 16 << maxfmode << clk_shift; ami_update_par()
1609 shift = modx(fconst, fstrt); ami_update_par()
1612 fstrt = downx(fconst, fstrt) - 64; ami_update_par()
1613 fsize = upx(fconst, fsize); ami_update_par()
1614 fstop = fstrt + fsize - fconst; ami_update_par()
1616 mod = fstrt = downx(fconst, fstrt) - fconst; ami_update_par()
1617 fstop = fstrt + upx(fconst, fsize) - 64; ami_update_par()

Completed in 143 milliseconds