Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/hppa/spmath/
H A Dsfsqrt.c137 Sgl_addition(result,newbit,sum); in sgl_fsqrt()
140 Sgl_addition(result,(newbit<<1),result); in sgl_fsqrt()
H A Dsfdiv.c234 else Sgl_addition(opnd1,opnd2,opnd1); in sgl_fdiv()
254 else Sgl_addition(opnd1,opnd2,opnd1); in sgl_fdiv()
H A Dsfsub.c247 Sgl_addition(left,right,/*into*/result); in sgl_fsub()
444 Sgl_addition(left,right,/*to*/result); in sgl_fsub()
H A Dsfadd.c245 Sgl_addition(left,right,/*into*/result); in sgl_fadd()
441 Sgl_addition(left,right,/*to*/result); in sgl_fadd()
H A Dsgl_float.h266 #define Sgl_addition(sgl_left,sgl_right,sgl_result) \ macro