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

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mmix/
H A Derr-greg1.s3 % One more than greg9.s is one too many.
5 % attributable to the .rept machinery. No xfail+bogus for this one.
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/pe/
H A Dsection-align-1.s5 .section .one,"dr0"
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/
H A Dscm-symbol.c59 enum tag {one, two, three}; enumerator in enum:tag
60 enum tag t = one;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
H A Dpy-symbol.c68 enum tag {one, two, three}; enumerator in enum:tag
69 enum tag t = one;
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.guile/
H A Dscm-symbol.c59 enum tag {one, two, three}; enumerator in enum:tag
60 enum tag t = one;
/netbsd-current/lib/libm/src/
H A Dk_cosdf.c26 one = 1.0, variable
44 return ((one+z*C0) + w*C1) + (w*z)*r;
H A Ds_erf.c46 * is close to one. The interval is chosen because the fix
49 * guarantee the error is less than one ulp for erf.
119 one = 1.00000000000000000000e+00, /* 0x3FF00000, 0x00000000 */ variable
200 return (double)(1-i)+one/x; /* erf(+-inf)=+-1 */
211 s = one+z*(qq1+z*(qq2+z*(qq3+z*(qq4+z*qq5))));
216 s = fabs(x)-one;
218 Q = one+s*(qa1+s*(qa2+s*(qa3+s*(qa4+s*(qa5+s*qa6)))));
222 if(hx>=0) return one-tiny; else return tiny-one;
225 s = one/(
[all...]
H A Ds_erff.c27 one = 1.0000000000e+00, /* 0x3F800000 */ variable
108 return (float)(1-i)+one/x; /* erf(+-inf)=+-1 */
120 s = one+z*(qq1+z*(qq2+z*(qq3+z*(qq4+z*qq5))));
125 s = fabsf(x)-one;
127 Q = one+s*(qa1+s*(qa2+s*(qa3+s*(qa4+s*(qa5+s*qa6)))));
131 if(hx>=0) return one-tiny; else return tiny-one;
134 s = one/(x*x);
138 S=one+s*(sa1+s*(sa2+s*(sa3+s*(sa4+s*(
143 S=one
[all...]
H A De_sinh.c39 static const double one = 1.0, shuge = 1.0e307; variable
60 if(shuge+x>one) return x;/* sinh(tiny) = tiny with inexact */
62 if(ix<0x3ff00000) return h*(2.0*t-t*t/(t+one));
63 return h*(t+t/(t+one));
H A Dk_cos.c57 one = 1.00000000000000000000e+00, /* 0x3FF00000, 0x00000000 */ variable
73 if(((int)x)==0) return one; /* generate inexact */
78 return one - (0.5*z - (z*r - x*y));
86 a = one-qx;
H A Dk_cosf.c25 one = 1.0000000000e+00, /* 0x3f800000 */ variable
41 if(((int)x)==0) return one; /* generate inexact */
46 return one - ((float)0.5*z - (z*r - x*y));
54 a = one-qx;
H A De_acoshl.c53 one = 1.0; variable
85 RETURNI(logl(2.0*x-one/(x+sqrtl(t-one))));
87 t = x-one;
H A De_expf.c27 one = 1.0, variable
79 if(huge+x>one) return one+x;/* trigger inexact */
86 if(k==0) return one-((x*c)/(c-(float)2.0)-x);
87 else y = one-((lo-(x*c)/((float)2.0-c))-hi);
/netbsd-current/lib/libm/noieee_src/
H A Dn_erf.c84 * is close to one. The interval is chosen because the fixed
87 * guarantee the error is less than one ulp for erf.
166 one = 1.0, variable
272 return (x > 0 ? one : -one); /* erf(+/-inf)= +/-1 */
288 s = fabs(x)-one;
290 Q = one+s*(qa1+s*(qa2+s*(qa3+s*(qa4+s*(qa5+s*qa6)))));
298 return (one-tiny);
300 return (tiny-one);
304 s = -one/
[all...]
/netbsd-current/external/gpl3/gcc/dist/libquadmath/math/
H A Dcoshq.c56 static const __float128 one = 1.0, half = 0.5, huge = 1.0e4900Q, variable
80 return one; /* cosh(tiny) = 1 */
82 w = one + t;
84 return one + (t * t) / (w + w);
H A Dsinhq.c58 static const __float128 one = 1.0, shuge = 1.0e4931Q, variable
90 if (shuge + x > one)
95 return h * (2.0 * t - t * t / (t + one));
96 return h * (t + t / (t + one));
/netbsd-current/external/lgpl3/gmp/dist/tests/mpf/
H A Dt-int_p.c27 one (mpf_srcptr f, int want) function
42 one (f, want);
44 one (f, want);
56 one (f, 1);
/netbsd-current/external/gpl3/gcc.old/dist/libquadmath/math/
H A Dcoshq.c56 static const __float128 one = 1.0, half = 0.5, huge = 1.0e4900Q, variable
80 return one; /* cosh(tiny) = 1 */
82 w = one + t;
84 return one + (t * t) / (w + w);
H A Dsinhq.c58 static const __float128 one = 1.0, shuge = 1.0e4931Q, variable
90 if (shuge + x > one)
95 return h * (2.0 * t - t * t / (t + one));
96 return h * (t + t / (t + one));
/netbsd-current/games/backgammon/common_source/
H A DMakefile7 one.c save.c subs.c table.c
/netbsd-current/usr.bin/make/unit-tests/
H A Dvarmod-order-reverse.mk6 WORDS= one two three four five six seven eight nine ten
8 .if ${WORDS:Or} != "two three ten six seven one nine four five eight"
/netbsd-current/external/mpl/bind/dist/bin/tests/system/checkconf/
H A Dbad-printtime.conf8 * file, you can obtain one at https://mozilla.org/MPL/2.0/.
15 channel one {
16 file "one.out";
H A Dgood-allow-update-view.conf8 * file, you can obtain one at https://mozilla.org/MPL/2.0/.
14 view one {
/netbsd-current/external/gpl3/gdb.old/dist/gold/testsuite/
H A Dgdb_index_test.cc32 namespace one namespace
140 one::G g = one::G_A;
143 check(&one::c1v);
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/cris/
H A Dnosep.s2 ; This one should not treat a ";" as a line separator, not even

Completed in 316 milliseconds

1234567891011>>