sgl_opnd 44 arch/parisc/math-emu/denormal.c sgl_denormalize(unsigned int *sgl_opnd, boolean *inexactflag, int rmode) sgl_opnd 50 arch/parisc/math-emu/denormal.c opnd = *sgl_opnd; sgl_opnd 76 arch/parisc/math-emu/denormal.c *sgl_opnd = opnd; sgl_opnd 249 arch/parisc/math-emu/sgl_float.h #define Sgl_normalize(sgl_opnd,exponent) \ sgl_opnd 250 arch/parisc/math-emu/sgl_float.h while(Sgl_iszero_hiddenhigh7mantissa(sgl_opnd)) { \ sgl_opnd 251 arch/parisc/math-emu/sgl_float.h Sgl_leftshiftby8(sgl_opnd); \ sgl_opnd 254 arch/parisc/math-emu/sgl_float.h if(Sgl_iszero_hiddenhigh3mantissa(sgl_opnd)) { \ sgl_opnd 255 arch/parisc/math-emu/sgl_float.h Sgl_leftshiftby4(sgl_opnd); \ sgl_opnd 258 arch/parisc/math-emu/sgl_float.h while(Sgl_iszero_hidden(sgl_opnd)) { \ sgl_opnd 259 arch/parisc/math-emu/sgl_float.h Sgl_leftshiftby1(sgl_opnd); \ sgl_opnd 263 arch/parisc/math-emu/sgl_float.h #define Sgl_setoverflow(sgl_opnd) \ sgl_opnd 267 arch/parisc/math-emu/sgl_float.h if (Sgl_isone_sign(sgl_opnd)) { \ sgl_opnd 268 arch/parisc/math-emu/sgl_float.h Sgl_setlargestnegative(sgl_opnd); \ sgl_opnd 271 arch/parisc/math-emu/sgl_float.h Sgl_setinfinitypositive(sgl_opnd); \ sgl_opnd 275 arch/parisc/math-emu/sgl_float.h if (Sgl_iszero_sign(sgl_opnd)) { \ sgl_opnd 276 arch/parisc/math-emu/sgl_float.h Sgl_setlargestpositive(sgl_opnd); \ sgl_opnd 279 arch/parisc/math-emu/sgl_float.h Sgl_setinfinitynegative(sgl_opnd); \ sgl_opnd 283 arch/parisc/math-emu/sgl_float.h Sgl_setinfinity_exponentmantissa(sgl_opnd); \ sgl_opnd 286 arch/parisc/math-emu/sgl_float.h Sgl_setlargest_exponentmantissa(sgl_opnd); \