Searched refs:fraction (Results 26 - 33 of 33) sorted by relevance

12

/linux-master/drivers/net/wireless/realtek/rtw89/
H A Drtw8922a.c1063 u8 fraction = value & 0x3; local
1065 if (fraction) {
1067 (0x4 - fraction) << 1);
1069 (0x4 - fraction) << 1);
/linux-master/mm/
H A Dvmscan.c2341 u64 fraction[ANON_AND_FILE]; local
2419 fraction[0] = ap;
2420 fraction[1] = fp;
2512 div64_u64(scan * fraction[file], denominator) :
2513 DIV64_U64_ROUND_UP(scan * fraction[file],
7327 * Priority for NODE_RECLAIM. This determines the fraction of pages
H A Dslub.c4758 * If that fails, we increase the acceptable fraction of waste and try
4759 * again. The last iteration with fraction of 1/2 would effectively
4763 for (unsigned int fraction = 16; fraction > 1; fraction /= 2) {
4765 fraction);
/linux-master/arch/m68k/fpsp040/
H A Dbindec.S95 | to be a fraction; i.e. (mantissa)/10^LEN and adjusted
719 | to be a fraction; i.e. (mantissa)/10^LEN and adjusted
802 | d2: x/ms 32-bits of exp fraction/scratch
803 | d3: x/ls 32-bits of exp fraction
H A Dsetox.S69 | bits are the 16 most significant fraction (including the
/linux-master/drivers/atm/
H A Diphase.c261 tempFract = abr_vc->fraction;
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S6627 mov.l (%a0),%d1 # pack exp w/ upper 16 fraction
6723 # lower 16 bits are the 16 most significant fraction #
H A Dfpsp.S6733 mov.l (%a0),%d1 # pack exp w/ upper 16 fraction
6829 # lower 16 bits are the 16 most significant fraction #
23011 # digits, rather than 1 integer and 16 fraction digits. #
23028 # SM = 1 a non-zero digit in Mant0, lsd of the fraction #
23102 mov.l &EDIGITS,%d2 # # of nibbles (digits) in fraction part
23548 # to be a fraction; i.e. (mantissa)/10^LEN and adjusted #
24205 # to be a fraction; i.e. (mantissa)/10^LEN and adjusted
24288 # d2: x/ms 32-bits of exp fraction/scratch
24289 # d3: x/ls 32-bits of exp fraction
24468 # bit 63. The fraction i
[all...]

Completed in 252 milliseconds

12