Lines Matching +full:msb +full:- +full:justified
1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Linux/PA-RISC Project (http://www.parisc-linux.org/)
5 * Floating-point emulation code
6 * Copyright (C) 2001 Hewlett-Packard (Paul Bame) <bame@debian.org>
15 * Single Precision Floating-point Multiply
33 * Single Precision Floating-point Multiply
154 dest_exponent = Sgl_exponent(opnd1) + Sgl_exponent(opnd2) - SGL_BIAS; in sgl_fmpy()
175 /* opnd2 needs to have hidden bit set with msb in hidden bit */ in sgl_fmpy()
209 /* make sure result is left-justified */ in sgl_fmpy()
220 dest_exponent--; in sgl_fmpy()
225 stickybit |= Sgl_all(opnd3) << (SGL_BITLENGTH - SGL_EXP_LENGTH + 1); in sgl_fmpy()
229 /* re-align mantissa */ in sgl_fmpy()