Searched refs:one (Results 51 - 75 of 523) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/env/
H A Dtst.unsetenv2.ksh25 echo expected one argument: '<'dtrace-path'>'
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/lexer/
H A Dtst.D_MACRO_OFLOW.ParIntOvflow.d.ksh40 echo expected one argument: '<'dtrace-path'>'
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/types/
H A Dtst.enum.d40 one = 1,
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/uctf/
H A Derr.invalidtype.ksh24 echo expected one argument: '<'dtrace-path'>'
H A Derr.invalidtype2.ksh25 echo expected one argument: '<'dtrace-path'>'
/illumos-gate/usr/src/lib/libm/common/LD/
H A Dcoshl.c54 * 0.3465 a number that is near one half of ln2.
78 #define one C[1] macro
94 return (one + w); /* inexact+directed rounding */
96 w = one + t;
97 w = one + (t * t) / (w + w);
102 return (half * (t + one / t));
H A Dtanhl.c63 static const long double small = 1.0e-20L, one = 1.0, two = 2.0, variable
81 z = one;
83 if (t > one)
84 z = one - two / (expm1l(t + t) + two);
96 return (copysignl(one, x));
H A Dasinhl.c36 one = 1.0L, variable
56 t = one / w;
57 return (copysignl(log1pl(w + w / (t + sqrtl(one + t * t))), x));
H A Datanhl.c63 one = (GENERIC) 1.0; variable
70 if (t == one) return x/zero;
71 t = t/(one-t);
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dasinl.c46 static const long double zero = 0.0L, small = 1.0e-20L, half = 0.5L, one = 1.0L; variable
69 return (atanl(x / sqrtl(one - x * x)));
70 } else if (w < one) {
71 t = one - w;
74 } else if (w == one)
H A Dtanhl.c63 static const long double small = 1.0e-20L, one = 1.0, two = 2.0, variable
81 z = one;
83 if (t > one)
84 z = one - two / (expm1l(t + t) + two);
96 return (copysignl(one, x));
H A Dasinhl.c36 one = 1.0L, variable
56 t = one / w;
57 return (copysignl(log1pl(w + w / (t + sqrtl(one + t * t))), x));
H A Dexp2l.c50 one = 1.0L; variable
69 return (one + x);
78 return (scalbnl(one, unflexp)); /* underflow */
80 return (scalbnl(one, ovflexp)); /* overflow */
H A Dlog2l.c50 one = 1.0L, variable
64 return (n - one);
/illumos-gate/usr/src/lib/libm/common/complex/
H A Dcatanl.c111 one = 1.0L, variable
174 t = one - ay;
175 if (ay == one) {
179 } else if (ay > one) { /* y>1 */
186 } else if (ay < E * (one + ax)) {
210 t1 = ay - one;
217 LD_IM(ans) = t * (one - two * t);
222 LD_RE(ans) = half * atan2l(two, (one - ax) * (one +
223 one / a
[all...]
H A Dcatan.c88 one = 1.0; variable
143 t = one - ay;
175 D_RE(ans) = half * atan2(two, (one - ax) * (one +
176 one / ax));
181 t = ay / ((ay - one) * (ay - one));
185 t = ay / (ax * ax + (ay - one) * (ay - one));
186 D_IM(ans) = t * (one
[all...]
/illumos-gate/usr/src/lib/libm/common/C/
H A Dacosh.c54 one = 1.0, variable
89 return (log(2.0 * x - one / (x + sqrt(t - one))));
92 t = x - one;
H A Dtanh.c63 one = 1.0, variable
79 z = one;
81 if (t > one)
82 z = one - two / (expm1(t + t) + two);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/sched/
H A Dtst.enqueue.d35 self->one = 1;
39 /self->one && args[2]->cpu_id >= 0 && args[2]->cpu_id <= `max_cpuid/
/illumos-gate/usr/src/lib/libast/common/uwin/
H A Dasinh.c93 one =1.0 ; local
98 if((t=copysign(x,one))>small)
100 s=one/t; return(copysign(log1p(t+t/(s+sqrt(one+s*s))),x)); }
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/dtraceUtil/
H A Dtst.InvalidModule1.d.ksh42 echo expected one argument: '<'dtrace-path'>'
H A Dtst.InvalidModule2.d.ksh42 echo expected one argument: '<'dtrace-path'>'
H A Dtst.InvalidModule3.d.ksh42 echo expected one argument: '<'dtrace-path'>'
H A Dtst.InvalidModule4.d.ksh42 echo expected one argument: '<'dtrace-path'>'
H A Dtst.InvalidProvider1.d.ksh42 echo expected one argument: '<'dtrace-path'>'

Completed in 475 milliseconds

1234567891011>>