Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/parisc/math-emu/
Dsfrem.c194 Sgl_subtract(opnd2,opnd1,opnd2); in sgl_frem()
221 Sgl_subtract(opnd1,opnd2,opnd1); in sgl_frem()
229 Sgl_subtract(opnd1,opnd2,opnd1); in sgl_frem()
248 Sgl_subtract((opnd2<<1),opnd1,opnd1); in sgl_frem()
Dsfdiv.c221 Sgl_subtract(opnd1,opnd2,opnd1); in sgl_fdiv()
228 Sgl_subtract(opnd1,opnd2,opnd1); in sgl_fdiv()
248 Sgl_subtract(opnd1,opnd2,opnd1); in sgl_fdiv()
Dsfsqrt.c140 Sgl_subtract(src,sum,src); in sgl_fsqrt()
Dsfsub.c228 Sgl_subtract(left,/*minus*/right,/*into*/result); in sgl_fsub()
Dsfadd.c226 Sgl_subtract(left,/*minus*/right,/*into*/result); in sgl_fadd()
Dsgl_float.h234 #define Sgl_subtract(sgl_left,sgl_right,sgl_result) \ macro
241 Sgl_subtract(left,right,result); \