Lines Matching refs:t7
595 t32,t1,t2,t3,t4,t5,t6,t7,t8) \ argument
596 __LIBM_MULL1_K80(t7,t8,xhi,yhi, t32,t1,t2,t3,t4,t5,t6) \
598 rhi=t7+t1; \
599 rlo=t7-rhi; rlo=rlo+t1;
607 #define __LIBM_MULL_K80(r,x,y, t32,t1,t2,t3,t4,t5,t6,t7,t8) \ argument
611 t32,t1,t2,t3,t4,t5,t6,t7,t8)
620 t32,t1,t2,t3,t4,t5,t6,t7,t8) \ argument
629 __LIBM_MULL_K80(r,x,y, t32,t1,t2,t3,t4,t5,t6,t7,t8)
638 t32,t1,t2,t3,t4,t5,t6,t7,t8,t9) \ argument
639 t7=(xhi)/(yhi); \
640 __LIBM_MULL1_K80(t8,t9,t7,yhi, t32,t1,t2,t3,t4,t5,t6) \
641 t1=xhi-t8; t1=t1-t9; t1=t1+xlo; t1=t1-(t7)*(ylo); \
643 rhi=t7+t1; \
644 rlo=t7-rhi; rlo=rlo+t1;
653 t32,t1,t2,t3,t4,t5,t6,t7,t8,t9) \ argument
657 t32,t1,t2,t3,t4,t5,t6,t7,t8,t9)
666 t32,t1,t2,t3,t4,t5,t6,t7,t8,t9) \ argument
675 __LIBM_DIVL_K80(r,x,y, t32,t1,t2,t3,t4,t5,t6,t7,t8,t9)
685 t32,half,t1,t2,t3,t4,t5,t6,t7,t8,t9) \ argument
686 t7=sqrtl(xhi); \
687 __LIBM_MULL1_K80(t8,t9,t7,t7, t32,t1,t2,t3,t4,t5,t6) \
689 t1=(t1)/(t7); \
690 rhi=t7+t1; \
691 rlo=t7-rhi; rlo=rlo+t1;
701 t32,half,t1,t2,t3,t4,t5,t6,t7,t8,t9) \ argument
710 t32,half,t1,t2,t3,t4,t5,t6,t7,t8,t9)
720 t32,half,t1,t2,t3,t4,t5,t6,t7,t8,t9) \ argument
726 __LIBM_SQRTL_K80(r,x, t32,half,t1,t2,t3,t4,t5,t6,t7,t8,t9)