Searched refs:one (Results 251 - 275 of 523) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/lib/libm/common/LD/
H A D__tanl.c75 one = 1.0, variable
141 return (k == 0 ? w : -one / w);
159 s = x * (one + z * (pp1 + z * (pp2 + z * (pp3 + z * (pp4 + z *
163 t = _TBL_tanl_lo[i] + (s + a * w) / (one - (w - t));
168 z = (one - (a * s - t));
H A Dsinpil.c64 * This will return a result with error slightly more than one ulp (but less
65 * than 2 ulp). If one wants accurate result, one may break up pi*t in
96 one = 1.0L, variable
119 y = (lx & 1) == 0 ? zero : one;
152 y = (n & 2) == 0 ? zero : one;
/illumos-gate/usr/src/lib/libm/common/Q/
H A D__sincosl.c46 one = 1.0L, variable
105 *c = one;
111 *c = one + z * (qq1 + z * (qq2 + z * (qq3 +
116 *c = one + z * (q1 + z * (q2 + z * (q3 + z * (q4 +
135 w = x * (one + z * (pp1 + z * (pp2 + z * (pp3 + z * (pp4 + z * pp5)))));
H A D__tanl.c72 one = 1.0L, variable
122 *(3 - i0 + (int *) &t) = 1; /* make t = one+ulp */
138 return (k == 0 ? w : -one / w);
152 s = x * (one + z * (pp1 + z * (pp2 + z * (pp3 + z * (pp4 + z * pp5)))));
155 t = _TBL_tanl_lo[i] + (s + a * w) / (one - (w - t));
160 z = one - (a * s - t);
H A Dsinpil.c65 * This will return a result with error slightly more than one ulp (but less
66 * than 2 ulp). If one wants accurate result, one may break up pi*t in
95 one = 1.0L, variable
118 y = (lx & 1) == 0 ? zero : one;
148 y = (n & 2) == 0 ? zero : one;
H A Dexpm1l.c106 one = +1.0L, variable
140 return (-one); /* -inf */
164 return (w + (w + one) * r);
183 return (scalbnl(x, m) - one);
H A Dlogl.c84 one = 1.0L, variable
114 if (*(int *) &one == 0) {
126 f = x - one;
146 return (one / x); /* log(0.0) = -inf */
/illumos-gate/usr/src/lib/libm/common/R/
H A Dtanf.c57 #define one C[0] macro
110 return ((float)(-one / z));
115 return ((float)(-one / w));
151 f = ((n & 1) == 0)? (float)z : (float)(-one / z);
157 f = ((n & 1) == 0)? (float)w : (float)(-one / w);
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dtgammaf.c164 #define one c[0] macro
331 z = one / x;
340 zz = S[j] * (one + z + (z * z) * (Et1 + z * Et2));
423 rr = (x + one) * yy;
426 rr = (x + one) * (x + two) * yy;
430 rr = (x + one) * (x + two) * ((x + 3.0) * yy);
434 z2 = (x + one) * (x + 4.0);
530 ss = kpsin(one - z);
542 ww = large_gam(y + one);
545 return ((float) (one / (w
[all...]
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Darrays.sh43 set -A x zero one two three four 'five six'
189 foo=(one two)
239 ( set -A list one two three four)
248 foo=( zero one '' three four '' six)
258 foo=one
286 for i in one three four five
302 x=( [one]=1 [two]=2 [three]=3)
306 x=( [one]=1 [two]=2 [three]=3)
342 foo=one
356 foo=(one tw
[all...]
/illumos-gate/usr/src/lib/libm/common/C/
H A Dpow.c74 static const double zero = 0.0, one = 1.0, two = 2.0; variable
103 f = x - one;
108 qn = one / (two + f);
134 qn = one / (x + z);
181 z = one; /* x**+-0 = 1 */
185 return (one); /* C99: 1**anything = 1 */
222 return (one);
241 return (one / x);
268 z = one / z; /* z = |x|**y */
H A Datan.c89 /* one = */ 1.0,
107 #define one g[0] macro
139 return ((int) x == 0 ? x : one);
157 r = one / x;
192 s = (x - w0) / (one + x * w0);
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vcosbig.c51 one = 1.0, variable
123 a = one + t;
133 w = ty[0] * (one + z * (pp1 + z * pp2));
163 w = ty[0] * (one + z * (pp1 + z * pp2));
H A D__vcosbigf.c51 one = 1.0, variable
124 a = one + t;
134 w = ty[0] * (one + z * (pp1 + z * pp2));
164 w = ty[0] * (one + z * (pp1 + z * pp2));
H A D__vsinbig.c51 one = 1.0, variable
122 a = one + t;
132 w = ty[0] * (one + z * (pp1 + z * pp2));
162 w = ty[0] * (one + z * (pp1 + z * pp2));
H A D__vsinbigf.c51 one = 1.0, variable
123 a = one + t;
133 w = ty[0] * (one + z * (pp1 + z * pp2));
163 w = ty[0] * (one + z * (pp1 + z * pp2));
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/buffering/
H A Dtst.cputime.ksh74 echo expected one argument: '<'dtrace-path'>'
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/include/
H A Dtst.includefirst.ksh33 echo expected one argument: '<'dtrace-path'>'
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pragma/
H A Dtst.libdep.ksh29 echo expected one argument: '<'dtrace-path'>'
H A Dtst.libdepsepdir.ksh33 echo expected one argument: '<'dtrace-path'>'
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/proc/
H A Dtst.exitcore.ksh75 echo expected one argument: '<'dtrace-path'>'
H A Dtst.signal.ksh66 echo expected one argument: '<'dtrace-path'>'
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/usdt/
H A Dtst.badguess.ksh28 echo expected one argument: '<'dtrace-path'>'
H A Dtst.nodtrace.ksh32 echo expected one argument: '<'dtrace-path'>'
H A Dtst.reeval.ksh28 echo expected one argument: '<'dtrace-path'>'

Completed in 97 milliseconds

<<11121314151617181920>>