Lines Matching refs:pt
255 *pt=(unsigned short *) &tmp+3;
261 *pt=(unsigned short *) &tmp;
302 *pt += k ;
305 if( x < tmp ) *pt -= 128 ;
307 if( x < tmp ) *pt -= 16 ;
439 sign, *pt =(unsigned short *) &t ,
458 if(yexp==0) {t=1.0,pt[n0]+=m57; y*=t; nx=m57;}
468 t=y; pt[n3]=0; pt[n2]&=0xf800; y1=t;
479 {pt[n0]+=k;pt1[n0]+=k;}
484 if(nx!=0) {t=1.0; pt[n0]+=nx; x*=t; nx=0; goto loop;}
491 if(nf!=0) { t=1.0; pt[n0]-=nf; x*=t;}
531 *pt=(unsigned long *) &t ,
575 t=y*y; z=t; pt[n0]+=0x00100000; t+=z; z=(x-z)*y;
576 t=z/(t+x) ; pt[n0]+=0x00100000; y+=t;