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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dvisemul.c487 int from_fixed = scaled >> 7; local
489 val = ((from_fixed < 0) ?
491 (from_fixed > 255) ?
492 255 : from_fixed);
510 s64 from_fixed = scaled >> 23; local
512 val = ((from_fixed < 0) ?
514 (from_fixed > 255) ?
515 255 : from_fixed);
533 s64 from_fixed = scaled >> 16; local
535 val = ((from_fixed <
[all...]

Completed in 43 milliseconds