Searched refs:Sgl_addition (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.15/arch/parisc/math-emu/ | 
| D | sfsqrt.c | 123 		Sgl_addition(result,newbit,sum);  in sgl_fsqrt()126 			Sgl_addition(result,(newbit<<1),result);  in sgl_fsqrt()
 
 | 
| D | sfadd.c | 230 		Sgl_addition(left,right,/*into*/result);  in sgl_fadd()426 	Sgl_addition(left,right,/*to*/result);  in sgl_fadd()
 
 | 
| D | sfdiv.c | 217 		else Sgl_addition(opnd1,opnd2,opnd1);  in sgl_fdiv()237 			else Sgl_addition(opnd1,opnd2,opnd1);  in sgl_fdiv()
 
 | 
| D | sfsub.c | 232 		Sgl_addition(left,right,/*into*/result);  in sgl_fsub()429 	Sgl_addition(left,right,/*to*/result);  in sgl_fsub()
 
 | 
| D | sgl_float.h | 232 #define Sgl_addition(sgl_left,sgl_right,sgl_result) \  macro
 |