Lines Matching refs:t1
284 #define __LIBM_ADDL1_K80( rhi,rlo,x,y, t1 ) \ argument
287 t1 = rhi - rlo; \
289 t1 = x - t1; \
290 rlo = rlo + t1;
297 #define __LIBM_ADDL2_K80( rhi,rlo,xhi,xlo,yhi,ylo, t1 ) \ argument
300 t1=xhi-rlo;t1=t1+yhi;t1=t1+ylo;t1=t1+xlo; \
302 t1=yhi-rlo;t1=t1+xhi;t1=t1+xlo;t1=t1+ylo; \
304 rhi=rlo+t1; \
305 rlo=rlo-rhi;rlo=rlo+t1;
314 #define __LIBM_ADDL_K80(r,x,y, t1) \ argument
327 FP80(t1)->sign = 0; \
328 FP80(t1)->exponent = BIAS_80 + (x)->ex-(y)->ex; \
340 FP80(t1)->hi_significand = 0x80000000; \
341 FP80(t1)->lo_significand = 0x00000000; \
343 (x)->ldhi *= t1; \
344 (x)->ldlo *= t1; \
349 (x)->ldhi,(x)->ldlo, (y)->ldhi,(y)->ldlo, t1 ); \
361 #define __LIBM_ADDL_K80(r,x,y, t1) \ argument
374 FP80(t1)->sign = 0; \
375 FP80(t1)->exponent = BIAS_80 + (x)->ex-(y)->ex; \
387 FP80(t1)->significand = 0x8000000000000000; \
389 (x)->ldhi *= t1; \
390 (x)->ldlo *= t1; \
395 (x)->ldhi,(x)->ldlo, (y)->ldhi,(y)->ldlo, t1 ); \
413 #define __LIBM_ADDL_NORM_K80(r,x,y, t1) \ argument
422 __LIBM_ADDL_K80(r,x,y, t1)
429 #define __LIBM_SUBL1_K80( rhi, rlo, x, y, t1 ) \ argument
432 t1 = rhi - rlo; \
434 t1 = x - t1; \
435 rlo = t1 - rlo;
442 #define __LIBM_SUBL2_K80( rhi,rlo,xhi,xlo,yhi,ylo, t1 ) \ argument
445 t1=xhi-rlo;t1=t1-yhi;t1=t1-ylo;t1=t1+xlo; \
447 t1=yhi+rlo;t1=xhi-t1;t1=t1+xlo;t1=t1-ylo; \
449 rhi=rlo+t1; \
450 rlo=rlo-rhi;rlo=rlo+t1;
459 #define __LIBM_SUBL_K80(r,x,y, t1) \ argument
472 FP80(t1)->sign = 0; \
473 FP80(t1)->exponent = BIAS_80 + (x)->ex-(y)->ex; \
485 FP80(t1)->hi_significand = 0x80000000; \
486 FP80(t1)->lo_significand = 0x00000000; \
488 (x)->ldhi *= t1; \
489 (x)->ldlo *= t1; \
494 (x)->ldhi,(x)->ldlo, (y)->ldhi,(y)->ldlo, t1 ); \
508 #define __LIBM_SUBL_K80(r,x,y, t1) \ argument
521 FP80(t1)->sign = 0; \
522 FP80(t1)->exponent = BIAS_80 + (x)->ex-(y)->ex; \
534 FP80(t1)->significand = 0x8000000000000000; \
536 (x)->ldhi *= t1; \
537 (x)->ldlo *= t1; \
542 (x)->ldhi,(x)->ldlo, (y)->ldhi,(y)->ldlo, t1 ); \
562 #define __LIBM_SUBL_NORM_K80(r,x,y, t1) \ argument
571 __LIBM_SUBL_K80(r,x,y, t1)
580 t32,t1,t2,t3,t4,t5,t6) \ argument
581 t1=(x)*(t32); t3=x-t1; t3=t3+t1; t4=x-t3; \
582 t1=(y)*(t32); t5=y-t1; t5=t5+t1; t6=y-t5; \
583 t1=(t3)*(t5); \
585 rhi=t1+t2; \
586 rlo=t1-rhi; rlo=rlo+t2; rlo=rlo+(t4*t6);
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) \
597 t1=(xhi)*(ylo)+(xlo)*(yhi); t1=t1+t8; \
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
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); \
642 t1=(t1)/(yhi); \
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
687 __LIBM_MULL1_K80(t8,t9,t7,t7, t32,t1,t2,t3,t4,t5,t6) \
688 t1=xhi-t8; t1=t1-t9; t1=t1+xlo; t1=(t1)*(half); \
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)