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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dvisemul.c488 int from_fixed = scaled >> 7; local
490 val = ((from_fixed < 0) ?
492 (from_fixed > 255) ?
493 255 : from_fixed);
511 s64 from_fixed = scaled >> 23; local
513 val = ((from_fixed < 0) ?
515 (from_fixed > 255) ?
516 255 : from_fixed);
534 s64 from_fixed = scaled >> 16; local
536 val = ((from_fixed <
[all...]

Completed in 101 milliseconds