Home
last modified time | relevance | path

Searched refs:pt1 (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/LD/
H A Dhypotl.c93 pt1[2] = px[2]; in hypotl()
94 pt1[1] = px[1]; in hypotl()
95 pt1[0] = 0; in hypotl()
104 pt1[2] = px[2]; in hypotl()
105 pt1[1] = px[1]; in hypotl()
106 pt1[0] = 0; in hypotl()
127 pt1[1] = 0x80000000; in hypotl()
128 pt1[0] = 0; in hypotl()
139 pt1[2] = nx; in hypotl()
140 pt1[1] = 0x80000000; in hypotl()
[all …]
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dhypotl.c71 int *pt1 = (int *) &t1, *py1 = (int *) &y1; in hypotl() local
107 pt1[n0] = px[n0]; in hypotl()
108 pt1[n1] = px[n1]; in hypotl()
109 pt1[n2] = pt1[n3] = 0; in hypotl()
118 pt1[n0] = px[n0]; in hypotl()
119 pt1[n1] = px[n1]; in hypotl()
120 pt1[n2] = pt1[n3] = 0; in hypotl()
148 pt1[n0] = nx; in hypotl()
149 pt1[n1] = pt1[n2] = pt1[n3] = 0; in hypotl()
/illumos-gate/usr/src/ucbcmd/sed/
H A Dsed0.c178 union reptr *pt, *pt1; in fcomp() local
367 while(pt1 = pt->r2.lb1) in fcomp()
368 pt = pt1; in fcomp()
386 while(pt1 = pt->r2.lb1) in fcomp()
387 pt = pt1; in fcomp()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/
H A Dsupport.c440 *pt1 =(unsigned short *) &t1 ;
479 {pt[n0]+=k;pt1[n0]+=k;}