Searched refs:approx (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/common/tuners/
H A Dtda18271-fe.c261 s32 rfcal_comp, approx; local
281 approx = map[i].rf_a1 * (s32)(freq / 1000 - map[i].rf1) +
284 approx = map[i].rf_a2 * (s32)(freq / 1000 - map[i].rf2) +
288 if (approx < 0)
289 approx = 0;
290 if (approx > 255)
291 approx = 255;
298 regs[R_EB14] = (unsigned char)(approx + rfcal_comp);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/common/tuners/
H A Dtda18271-fe.c261 s32 rfcal_comp, approx; local
281 approx = map[i].rf_a1 * (s32)(freq / 1000 - map[i].rf1) +
284 approx = map[i].rf_a2 * (s32)(freq / 1000 - map[i].rf2) +
288 if (approx < 0)
289 approx = 0;
290 if (approx > 255)
291 approx = 255;
298 regs[R_EB14] = (unsigned char)(approx + rfcal_comp);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mn10300/mm/
H A Dcache-mn10300.S257 # approx every N steps we re-enable the cache and see if there are any
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mn10300/mm/
H A Dcache-mn10300.S257 # approx every N steps we re-enable the cache and see if there are any
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/arch/mips/board/p5064/src/
H A Dsbdreset.S602 subu a0,48 # approx number of loops so far
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/arch/mips/board/p6064/src/
H A Dsbdreset.S1152 subu a0,48 # approx number of loops so far
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m68k/fpsp040/
H A Dbindec.S217 | ILOG is the log base 10 of the input value. It is approx-
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dbindec.S217 | ILOG is the log base 10 of the input value. It is approx-

Completed in 86 milliseconds