Searched refs:one (Results 201 - 225 of 1036) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/testsuite/
H A Difuncmain7.c13 one (void) function
25 return ifunc_one (one);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-mmix/
H A Db-bstab1.s2 % b-twoinsn.s and b-goodmain.s, and will provide an invalid LOP_STAB, one
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-powerpc/
H A Dtlsopt2_32.s4 # feed into one __tls_get_addr call.
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/ext/
H A Dattrib4.C6 one(void); // OK
H A Ddllimport7.C15 enum {one = 1}; enumerator in enum:__anon4793
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/20_util/pair/
H A Dswap.cc29 ua_type one(1), two(2);
31 std::pair<ua_type, int> p1(one, 1), p2(two, 2);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/
H A Ddr1261.cc33 const string one(to_string(-2));
34 VERIFY( one == "-2" );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/wchar_t/
H A Ddr1261.cc33 const wstring one(to_wstring(-2));
34 VERIFY( one == L"-2" );
H A Dto_wstring.cc36 wstring one(to_wstring(ll1));
37 VERIFY( one == L"-2" );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/ext/
H A Dattrib4.C6 one(void); // OK
H A Ddllimport7.C15 enum {one = 1}; enumerator in enum:__anon3272
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.target/i386/
H A D20020523-1.c12 float one = 1.f; variable
16 if (__builtin_memcmp (&one, &f, sizeof (float)))
/netbsd-6-1-5-RELEASE/lib/libm/src/
H A Ds_expm1.c81 * (A). To save one multiplication, we scale the coefficient Qi
117 one = 1.0, variable
158 return tiny-one; /* return -1 */
187 r1 = one+hxs*(Q1+hxs*(Q2+hxs*(Q3+hxs*(Q4+hxs*Q5))));
197 else return one+2.0*(x-e);
201 y = one-(e-x);
204 return y-one;
206 t = one;
217 y += one;
H A Ds_expm1f.c27 one = 1.0, variable
63 return tiny-one; /* return -1 */
92 r1 = one+hxs*(Q1+hxs*(Q2+hxs*(Q3+hxs*(Q4+hxs*Q5))));
102 else return one+(float)2.0*(x-e);
106 y = one-(e-x);
109 return y-one;
111 t = one;
122 y += one;
H A Ds_modff.c24 static const float one = 1.0; variable
52 *iptr = x*one;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/lns/
H A Dlns-diag-1.l2 .*:2: Error: file number less than one
12 .*:26: Error: file number less than one
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/sh/sh64/
H A Dcrange4.s1 ! This will be two .cranges. Original problem was that the second one was
H A Dmovi-1.s1 ! Check MOVI expansion. This one for the 32-bit subset.
H A Dmovi64-2.s1 ! Check MOVI expansion. This one for the 64-bit ABI only.
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-arm/
H A Dfarcall-group3.s3 @ when one contribution size exceeds the limit.
/netbsd-6-1-5-RELEASE/lib/libm/noieee_src/
H A Dn_exp__E.c113 static const double zero=0.0, one=1.0, half=1.0/2.0, small=1.0E-19; local
115 if(copysign(x,one)>small) {
127 c += x*((xh*w-(q-(p+xp)))/(one-w)+c);
133 if(x!=zero) w=one+small; /* raise the inexact flag ??? -ragge */
H A Dn_log1p.c117 static const double zero=0.0, negone= -1.0, one=1.0, local
130 if(copysign(x,one)<small) return(x);
131 k=logb(one+x); z=scalb(x,-k); t=scalb(one,-k);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Danon-union.cc5 unsigned int one; member in union:Foo::__anon632
/netbsd-6-1-5-RELEASE/tests/util/make/
H A Dd_varcmd.mk12 all: one
17 one: show
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dtls.h40 #error Only one TLS variant can be supported at a time

Completed in 231 milliseconds

1234567891011>>