Searched refs:Sgl_addition (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/arch/hppa/spmath/ |
H A D | sfsqrt.c | 137 Sgl_addition(result,newbit,sum); in sgl_fsqrt() 140 Sgl_addition(result,(newbit<<1),result); in sgl_fsqrt()
|
H A D | sfdiv.c | 234 else Sgl_addition(opnd1,opnd2,opnd1); in sgl_fdiv() 254 else Sgl_addition(opnd1,opnd2,opnd1); in sgl_fdiv()
|
H A D | sfsub.c | 247 Sgl_addition(left,right,/*into*/result); in sgl_fsub() 444 Sgl_addition(left,right,/*to*/result); in sgl_fsub()
|
H A D | sfadd.c | 245 Sgl_addition(left,right,/*into*/result); in sgl_fadd() 441 Sgl_addition(left,right,/*to*/result); in sgl_fadd()
|
H A D | sgl_float.h | 266 #define Sgl_addition(sgl_left,sgl_right,sgl_result) \ macro
|