Home
last modified time | relevance | path

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

/openbmc/linux/arch/parisc/math-emu/
H A Dsfsub.c276 Sgl_right_align(/*operand*/right,/*shifted by*/diff_exponent, in sgl_fsub()
418 Sgl_right_align(result,/*by*/(1-result_exponent),extent); in sgl_fsub()
H A Dsfadd.c273 Sgl_right_align(/*operand*/right,/*shifted by*/diff_exponent, in sgl_fadd()
415 Sgl_right_align(result,/*by*/(1-result_exponent),extent); in sgl_fadd()
H A Dsgl_float.h206 #define Sgl_right_align(srcdst,shift,extent) \ macro