Home
last modified time | relevance | path

Searched refs:Sgl_subtract (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/parisc/math-emu/
H A Dsfrem.c181 Sgl_subtract(opnd2,opnd1,opnd2); in sgl_frem()
208 Sgl_subtract(opnd1,opnd2,opnd1); in sgl_frem()
216 Sgl_subtract(opnd1,opnd2,opnd1); in sgl_frem()
235 Sgl_subtract((opnd2<<1),opnd1,opnd1); in sgl_frem()
H A Dsfdiv.c208 Sgl_subtract(opnd1,opnd2,opnd1); in sgl_fdiv()
215 Sgl_subtract(opnd1,opnd2,opnd1); in sgl_fdiv()
235 Sgl_subtract(opnd1,opnd2,opnd1); in sgl_fdiv()
H A Dsfsqrt.c127 Sgl_subtract(src,sum,src); in sgl_fsqrt()
H A Dsfsub.c215 Sgl_subtract(left,/*minus*/right,/*into*/result); in sgl_fsub()
H A Dsfadd.c213 Sgl_subtract(left,/*minus*/right,/*into*/result); in sgl_fadd()
H A Dsgl_float.h221 #define Sgl_subtract(sgl_left,sgl_right,sgl_result) \ macro
228 Sgl_subtract(left,right,result); \