Home
last modified time | relevance | path

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

/linux-4.4.14/arch/sparc/kernel/
Dvisemul.c493 int from_fixed = scaled >> 7; in pformat() local
495 val = ((from_fixed < 0) ? in pformat()
497 (from_fixed > 255) ? in pformat()
498 255 : from_fixed); in pformat()
516 s64 from_fixed = scaled >> 23; in pformat() local
518 val = ((from_fixed < 0) ? in pformat()
520 (from_fixed > 255) ? in pformat()
521 255 : from_fixed); in pformat()
539 s64 from_fixed = scaled >> 16; in pformat() local
541 val = ((from_fixed < -32768) ? in pformat()
[all …]