Home
last modified time | relevance | path

Searched refs:Sgl_addition (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/parisc/math-emu/
H A Dsfsqrt.c123 Sgl_addition(result,newbit,sum); in sgl_fsqrt()
126 Sgl_addition(result,(newbit<<1),result); in sgl_fsqrt()
H A Dsfdiv.c217 else Sgl_addition(opnd1,opnd2,opnd1); in sgl_fdiv()
237 else Sgl_addition(opnd1,opnd2,opnd1); in sgl_fdiv()
H A Dsfsub.c232 Sgl_addition(left,right,/*into*/result); in sgl_fsub()
429 Sgl_addition(left,right,/*to*/result); in sgl_fsub()
H A Dsfadd.c230 Sgl_addition(left,right,/*into*/result); in sgl_fadd()
426 Sgl_addition(left,right,/*to*/result); in sgl_fadd()
H A Dsgl_float.h232 #define Sgl_addition(sgl_left,sgl_right,sgl_result) \ macro