Searched refs:Sgl_subtract (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/arch/parisc/math-emu/ |
D | sfrem.c | 194 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()
|
D | sfdiv.c | 221 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()
|
D | sfsqrt.c | 140 Sgl_subtract(src,sum,src); in sgl_fsqrt()
|
D | sfsub.c | 228 Sgl_subtract(left,/*minus*/right,/*into*/result); in sgl_fsub()
|
D | sfadd.c | 226 Sgl_subtract(left,/*minus*/right,/*into*/result); in sgl_fadd()
|
D | sgl_float.h | 234 #define Sgl_subtract(sgl_left,sgl_right,sgl_result) \ macro 241 Sgl_subtract(left,right,result); \
|