Searched refs:one (Results 101 - 125 of 581) sorted by relevance

1234567891011>>

/freebsd-11-stable/lib/msun/ld80/
H A Dk_cosl.c41 * In fact, coefficients above the x^4 one only need to have 53-bit
47 one = 1.0; variable
76 w = one-hz;
77 return w + (((one-w)-hz) + (z*r-x*y));
/freebsd-11-stable/lib/msun/src/
H A De_atanh.c41 static const double one = 1.0, huge = 1e300; variable
60 t = 0.5*log1p(t+t*x/(one-x));
62 t = 0.5*log1p((x+x)/(one-x));
H A De_atanhf.c22 static const float one = 1.0, huge = 1e30; variable
41 t = (float)0.5*log1pf(t+t*x/(one-x));
43 t = (float)0.5*log1pf((x+x)/(one-x));
H A De_atanhl.c51 static const double one = 1.0, huge = 1e300; variable
70 t = 0.5*log1pl(t+t*x/(one-x));
72 t = 0.5*log1pl((x+x)/(one-x));
H A De_cosh.c43 static const double one = 1.0, half=0.5, huge = 1.0e300; variable
61 w = one+t;
63 return one+(t*t)/(w+w);
H A Dk_cos.c60 one = 1.00000000000000000000e+00, /* 0x3FF00000, 0x00000000 */ variable
77 w = one-hz;
78 return w + (((one-w)-hz) + (z*r-x*y));
H A De_acosf.c23 one = 1.0000000000e+00, /* 0x3F800000 */ variable
52 q = one+z*qS1;
56 z = (one+x)*(float)0.5;
58 q = one+z*qS1;
65 z = (one-x)*(float)0.5;
72 q = one+z*qS1;
H A Ds_atan.c20 * is further reduced to one of the following intervals and the
70 one = 1.0, variable
91 if(huge+x>one) return x; /* raise inexact */
98 id = 0; x = (2.0*x-one)/(2.0+x);
100 id = 1; x = (x-one)/(x+one);
104 id = 2; x = (x-1.5)/(one+1.5*x);
H A Ds_atanl.c29 one = 1.0, variable
56 if(huge+x>one) return x; /* raise inexact */
63 id = 0; x = (2.0*x-one)/(2.0+x);
65 id = 1; x = (x-one)/(x+one);
69 id = 2; x = (x-1.5)/(one+1.5*x);
H A Dk_cosf.c27 one = 1.0, variable
45 return ((one+z*C0) + w*C1) + (w*z)*r;
H A Ds_expm1f.c25 one = 1.0, variable
63 return tiny-one; /* return -1 */
92 r1 = one+hxs*(Q1+hxs*Q2);
103 else return one+(float)2.0*(x-e);
106 y = one-(e-x);
109 return y-one;
111 t = one;
119 y += one;
H A Ds_erf.c44 * is close to one. The interval is chosen because the fix
47 * guarantee the error is less than one ulp for erf.
119 one = 1, variable
205 return (double)(1-i)+one/x; /* erf(+-inf)=+-1 */
216 s = one+z*(qq1+z*(qq2+z*(qq3+z*(qq4+z*qq5))));
221 s = fabs(x)-one;
223 Q = one+s*(qa1+s*(qa2+s*(qa3+s*(qa4+s*(qa5+s*qa6)))));
227 if(hx>=0) return one-tiny; else return tiny-one;
230 s = one/(
[all...]
/freebsd-11-stable/contrib/libstdc++/include/backward/
H A Dbackward_warning.h32 #warning This file includes at least one deprecated or antiquated header. \
33 Please consider using one of the 32 headers found in section 17.4.1.2 of the \
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/
H A Dtst.macroglob.ksh28 echo expected one argument: '<'dtrace-path'>'
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.main.ksh31 echo expected one argument: '<'dtrace-path'>'
H A Dtst.probemod.ksh29 echo expected one argument: '<'dtrace-path'>'
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/printf/
H A Dtst.printT.ksh29 echo expected one argument: '<'dtrace-path'>'
H A Dtst.printY.ksh29 echo expected one argument: '<'dtrace-path'>'
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/speculation/
H A Dtst.zerosize.d39 this->one = 1;
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/translators/
H A Dtst.TestTransStability1.ksh36 echo expected one argument: '<'dtrace-path'>'
H A Dtst.TestTransStability2.ksh36 echo expected one argument: '<'dtrace-path'>'
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/uctf/
H A Dtst.aouttype.ksh23 echo expected one argument: '<'dtrace-path'>'
H A Dtst.libtype.ksh24 echo expected one argument: '<'dtrace-path'>'
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.andpid.ksh29 echo expected one argument: '<'dtrace-path'>'
H A Dtst.forker.ksh31 echo expected one argument: '<'dtrace-path'>'

Completed in 199 milliseconds

1234567891011>>