Searched refs:zero (Results 1 - 25 of 32) sorted by relevance

12

/bionic/libc/arch-x86/bionic/
H A Dcrtend.S15 .zero 4
H A Dcrtend_so.S12 .zero 4
/bionic/libm/src/
H A De_atanh.c41 static const double zero = 0.0; variable
54 return x/zero;
55 if(ix<0x3e300000&&(huge+x)>zero) return x; /* x<2**-28 */
H A De_atanhf.c25 static const float zero = 0.0; variable
37 return x/zero;
38 if(ix<0x31800000&&(huge+x)>zero) return x; /* x<2**-28 */
H A De_log10.c60 static const double zero = 0.0; variable
74 return -two54/zero; /* log(+-0)=-inf */
75 if (hx<0) return (x-x)/zero; /* log(-#) = NaN */
H A De_log10f.c29 static const float zero = 0.0; variable
42 return -two25/zero; /* log(+-0)=-inf */
43 if (hx<0) return (x-x)/zero; /* log(-#) = NaN */
H A De_jnf.c28 static const float zero = 0.0000000000e+00; variable
54 b = zero;
70 b = zero;
120 for(t=zero, i = 2*(n+k); i>=m; i -= 2) t = one/(i/x-t);
129 * likely underflow to zero
174 if(ix==0) return -one/zero;
175 if(hx<0) return zero/zero;
183 if(ix==0x7f800000) return zero;
H A De_atan2f.c25 zero = 0.0, variable
70 case 0: return zero ; /* atan(+...,+INF) */
71 case 1: return -zero ; /* atan(-...,+INF) */
H A De_lgamma_r.c157 static const double zero= 0.00000000000000000000e+00; variable
167 if(ix<0x3fd00000) return __kernel_sin(pi*x,zero,0);
181 y = zero; n = 0; /* y must be even */
191 case 0: y = __kernel_sin(pi*y,zero,0); break;
193 case 2: y = __kernel_cos(pi*(0.5-y),zero); break;
195 case 4: y = __kernel_sin(pi*(one-y),zero,0); break;
197 case 6: y = -__kernel_cos(pi*(y-1.5),zero); break;
198 default: y = __kernel_sin(pi*(y-2.0),zero,0); break;
216 if((ix|lx)==0) return one/zero;
225 return one/zero;
[all...]
H A De_log.c84 static const double zero = 0.0; variable
98 return -two54/zero; /* log(+-0)=-inf */
99 if (hx<0) return (x-x)/zero; /* log(-#) = NaN */
111 if(f==zero) if(k==0) return zero; else {dk=(double)k;
H A De_logf.c33 static const float zero = 0.0; variable
46 return -two25/zero; /* log(+-0)=-inf */
47 if (ix<0) return (x-x)/zero; /* log(-#) = NaN */
59 if(f==zero) if(k==0) return zero; else {dk=(float)k;
H A Ds_log1p.c97 static const double zero = 0.0; variable
111 if(x==-1.0) return -two54/zero; /* log1p(-1)=+inf */
115 if(two54+x>zero /* raise inexact */
157 if(f==zero) if(k==0) return zero;
H A Ds_log1pf.c35 static const float zero = 0.0; variable
49 if(x==(float)-1.0) return -two25/zero; /* log1p(-1)=+inf */
53 if(two25+x>zero /* raise inexact */
96 if(f==zero) if(k==0) return zero;
H A De_atan2.c51 zero = 0.0, variable
97 case 0: return zero ; /* atan(+...,+INF) */
98 case 1: return -zero ; /* atan(-...,+INF) */
H A De_jn.c24 * y0(0)=y1(0)=yn(n,0) = -inf with division by zero signal;
52 static const double zero = 0.00000000000000000000e+00; variable
78 b = zero;
117 b = zero;
167 for(t=zero, i = 2*(n+k); i>=m; i -= 2) t = one/(i/x-t);
176 * likely underflow to zero
221 if((ix|lx)==0) return -one/zero;
222 if(hx<0) return zero/zero;
230 if(ix==0x7ff00000) return zero;
[all...]
H A De_remainder.c30 static const double zero = 0.0; variable
55 if (((hx-hp)|(lx-lp))==0) return zero*x;
H A De_remainderf.c23 static const float zero = 0.0; variable
47 if ((hx-hp)==0) return zero*x;
H A De_lgammaf_r.c91 static const float zero= 0.0000000000e+00; variable
115 y = zero; n = 0; /* y must be even */
150 if(ix==0) return one/zero;
159 return one/zero;
161 if(t==zero) return one/zero; /* -integer */
163 if(t<zero) *signgamp = -1;
177 r = zero;
205 t = zero;
H A De_j0.c19 * Bessel function of the first and second kinds of order zero.
83 static const double zero = 0.0; variable
102 if ((s*c)<zero) cc = z/ss;
156 if((ix|lx)==0) return -one/zero;
157 if(hx<0) return zero/zero;
180 if ((s*c)<zero) cc = z/ss;
H A De_j0f.c41 static const float zero = 0.0; variable
60 if ((s*c)<zero) cc = z/ss;
114 if(ix==0) return -one/zero;
115 if(hx<0) return zero/zero;
138 if ((s*c)<zero) cc = z/ss;
H A De_j1.c19 * Bessel function of the first and second kinds of order zero.
84 static const double zero = 0.0; variable
103 if ((s*c)>zero) cc = z/ss;
153 if((ix|lx)==0) return -one/zero;
154 if(hx<0) return zero/zero;
162 if ((s*c)>zero) cc = z/ss;
H A De_j1f.c42 static const float zero = 0.0; variable
61 if ((s*c)>zero) cc = z/ss;
111 if(ix==0) return -one/zero;
112 if(hx<0) return zero/zero;
120 if ((s*c)>zero) cc = z/ss;
H A De_pow.c68 zero = 0.0, variable
110 /* y==zero: x**0 = 1 */
144 return (hy>=0)? y: zero;
146 return (hy<0)?-y: zero;
226 t_h = zero;
283 t = zero;
H A Dk_rem_pio2.c151 zero = 0.0, variable
172 for(i=0;i<=m;i++,j++) f[i] = (j<0)? zero : (double) ipio2[j];
227 if(z==zero) {
243 /* chop off zero terms */
/bionic/libm/bsdsrc/
H A Db_log.c58 * and log2_hi has 11 trailing zero bits.
68 * 1. when m, j are non-zero (m | j), use absolute
369 double F, f, g, q, u, u2, v, zero = 0.0, one = 1.0;
374 if (x == zero) /* log(0) = -Inf */
375 return (-one/zero);
377 return (zero/zero);
407 /* case 2: |1-x| < 1/256. The m- and j- dependent terms are zero;

Completed in 97 milliseconds

12