Searched refs:from_fixed (Results 1 – 1 of 1) sorted by relevance
494 int from_fixed = scaled >> 7; in pformat() local496 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() local519 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() local542 val = ((from_fixed < -32768) ? in pformat()[all …]