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