Home
last modified time | relevance | path

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

/linux-6.12.1/arch/sparc/kernel/
Dvisemul.c494 int from_fixed = scaled >> 7; in pformat() local
496 val = ((from_fixed < 0) ? in pformat()
498 (from_fixed > 255) ? in pformat()
499 255 : from_fixed); in pformat()
517 s64 from_fixed = scaled >> 23; in pformat() local
519 val = ((from_fixed < 0) ? in pformat()
521 (from_fixed > 255) ? in pformat()
522 255 : from_fixed); in pformat()
540 s64 from_fixed = scaled >> 16; in pformat() local
542 val = ((from_fixed < -32768) ? in pformat()
[all …]