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

/linux-4.1.27/arch/sparc/kernel/
H A Dvisemul.c493 int from_fixed = scaled >> 7; pformat() local
495 val = ((from_fixed < 0) ? pformat()
497 (from_fixed > 255) ? pformat()
498 255 : from_fixed); pformat()
516 s64 from_fixed = scaled >> 23; pformat() local
518 val = ((from_fixed < 0) ? pformat()
520 (from_fixed > 255) ? pformat()
521 255 : from_fixed); pformat()
539 s64 from_fixed = scaled >> 16; pformat() local
541 val = ((from_fixed < -32768) ? pformat()
543 (from_fixed > 32767) ? pformat()
544 32767 : from_fixed); pformat()

Completed in 61 milliseconds