Home | History | Annotate | Download | only in src

Lines Matching refs:one

68 one	=  1.0,
110 if((iy|ly)==0) return one;
113 if (hx==0x3ff00000 && lx == 0) return one;
144 return one; /* (-1)**+-inf is NaN */
151 if(hy<0) return one/x; else return x;
165 if(hy<0) z = one/z; /* z = (1/|x|) */
185 s = one; /* s (sign of result -ve**odd) = -1 else = 1 */
186 if((n|(yisint-1))==0) s = -one;/* (-ve)**(odd int) */
194 /* over/underflow if x is not close to one */
199 t = ax-one; /* t has 20 trailing zeros */
223 v = one/(ax+bp[k]);
300 z = one-(r-z);