Searched refs:res (Results 151 - 175 of 2094) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/sh/
H A Dsshmedia.h39 unsigned long long res; local
40 __asm__ __volatile__ ("getcon cr%1, %0" : "=r" (res) : "n" (k));
41 return res;
58 unsigned long long res; local
59 __asm__ __volatile__ ("getcfg %1, %2, %0" : "=r" (res) : "r" (mm), "n" (s));
60 return res;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A Dcomplex-6.c13 __complex__ TYPE res; \
15 res = ~x; \
17 return res; \
23 __complex__ TYPE res, x; \
27 res = ctest_ ## FUNC (x); \
29 if (res != 1.0 - 2.0i) \
H A Dpr32244-1.c8 void test1(unsigned long long res) argument
11 if (x.b<<32 != res)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/graphite/
H A Dinterchange-11.c11 foo (int N, int *res) argument
23 *res = sum;
31 int i, res; local
36 foo (1335, &res);
39 fprintf (stderr, "res = %d \n", res);
42 if (res != 3564450)
H A Dinterchange-2.c13 foo (int N, int *res) argument
30 *res = sum + N + u[1336 * 2] + u[1336];
38 int i, j, res; local
43 foo (1335, &res);
46 fprintf (stderr, "res = %d \n", res);
49 if (res != 3565793)
H A Dinterchange-3.c13 foo (int N, int *res) argument
25 *res = sum + N + u[1336 * 2] + u[1336];
33 int i, j, res; local
38 foo (1335, &res);
41 fprintf (stderr, "res = %d \n", res);
44 if (res != 3565789)
H A Dinterchange-4.c13 foo (int N, int *res) argument
24 *res = sum + N + u[1336 * 2] + u[1336];
32 int i, j, res; local
37 foo (1335, &res);
40 fprintf (stderr, "res = %d \n", res);
43 if (res != 3565793)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/vect/
H A Dpr45902.c9 short res[N]; variable
19 res[i] = a[i] >> 8;
20 res[i+1] = a[i+1] >> 8;
21 res[i+2] = a[i+2] >> 8;
22 res[i+3] = a[i+3] >> 8;
37 if (res[i] != a[i] >> 8)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/i386/
H A Dsse2-vec-3.c20 int res[4]; local
27 res[0] = __builtin_ia32_vec_ext_v4si ((__v4si)val1.x, 0);
28 res[1] = __builtin_ia32_vec_ext_v4si ((__v4si)val1.x, 1);
29 res[2] = __builtin_ia32_vec_ext_v4si ((__v4si)val1.x, 2);
30 res[3] = __builtin_ia32_vec_ext_v4si ((__v4si)val1.x, 3);
36 if (res[i] != val1.i [masks[i]])
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/sh/
H A Dsh4a-fprun.c14 void check_f (float res, float expected) { argument
15 if (res >= expected - 0.001f && res <= expected + 0.001f)
21 void check_d (double res, double expected) { argument
22 if (res >= expected - 0.001 && res <= expected + 0.001)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgcc/config/libbid/
H A D_addsub_dd.c30 union decimal64 ux, uy, res; local
34 res.i = __bid64_add (ux.i, uy.i);
35 return (res.d);
40 union decimal64 ux, uy, res; local
44 res.i = __bid64_sub (ux.i, uy.i);
45 return (res.d);
H A D_addsub_td.c30 union decimal128 ux, uy, res; local
34 res.i = __bid128_add (ux.i, uy.i);
35 return (res.d);
40 union decimal128 ux, uy, res; local
44 res.i = __bid128_sub (ux.i, uy.i);
45 return (res.d);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgcc/config/lm32/
H A D_modsi3.c33 SItype res; local
63 __asm__ ("modu %0, %1, %2": "=r" (res):"r" (a), "r" (b));
65 res = __udivmodsi4 (a, b, 1);
68 res = -res;
70 return res;
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/
H A Dmin_prec.c29 mpfr_prec_t px, res; local
39 res = 0;
43 res += GMP_NUMB_BITS;
52 res += i;
58 res -= GMP_NUMB_BITS - i;
60 return px - res;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A Dcomplex-6.c13 __complex__ TYPE res; \
15 res = ~x; \
17 return res; \
23 __complex__ TYPE res, x; \
27 res = ctest_ ## FUNC (x); \
29 if (res != 1.0 - 2.0i) \
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/sh/
H A Dsshmedia.h41 unsigned long long res; local
42 __asm__ __volatile__ ("getcon cr%1, %0" : "=r" (res) : "n" (k));
43 return res;
60 unsigned long long res; local
61 __asm__ __volatile__ ("getcfg %1, %2, %0" : "=r" (res) : "r" (mm), "n" (s));
62 return res;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dsh4a-fprun.c12 void check_f (float res, float expected) { argument
13 if (res >= expected - 0.001f && res <= expected + 0.001f)
19 void check_d (double res, double expected) { argument
20 if (res >= expected - 0.001 && res <= expected + 0.001)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/26_numerics/headers/cmath/
H A Dc99_classification_macros_c++.cc59 int res = 0; local
61 res = std::fpclassify(f1);
62 res = std::isfinite(f2);
63 res = std::isinf(f1);
64 res = std::isnan(f2);
65 res = std::isnormal(f1);
66 res = std::signbit(f2);
67 res = std::isgreater(f1, f2);
68 res = std::isgreaterequal(f1, f2);
69 res
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/26_numerics/cmath/
H A Dc99_classification_macros_c++.cc67 int res = 0; local
69 res = std::fpclassify(f1);
70 res = std::isfinite(f2);
71 res = std::isinf(f1);
72 res = std::isnan(f2);
73 res = std::isnormal(f1);
74 res = std::signbit(f2);
75 res = std::isgreater(f1, f2);
76 res = std::isgreaterequal(f1, f2);
77 res
[all...]
/netbsd-6-1-5-RELEASE/tests/fs/vfs/
H A Dt_rmdirrace.c68 int res, fd, quit; local
77 res = rump_sys_chdir(path);
78 if (res == -1)
83 res = pthread_create(&th1, NULL, func1, &quit);
84 if (res != 0)
86 res = pthread_create(&th2, NULL, func2, &quit);
87 if (res != 0)
94 res = pthread_join(th2, NULL);
95 if (res != 0)
97 res
[all...]
/netbsd-6-1-5-RELEASE/tests/fs/common/
H A Dfstest_lfs.c68 int res; local
75 res = system(cmd);
76 if (res != 0)
77 return res;
79 res = rump_init();
80 if (res != 0)
81 return res;
93 res = rump_pub_etfs_register(args->ta_devpath, image, RUMP_ETFS_BLK);
94 if (res != 0) {
96 return res;
108 int res; local
158 int res; local
183 int res; local
[all...]
H A Dfstest_rumpfs.c64 int res; local
66 res = rump_sys_mkdir(path, 0777);
67 if (res == -1)
68 return res;
76 int res; local
78 res = rump_sys_unmount(path, flags);
79 if (res == -1)
80 return res;
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/hlfsd/
H A Dstubs.c96 static char res; local
98 return (voidp) &res;
113 static nfsattrstat res; local
128 res.ns_status = NFSERR_STALE;
129 return &res;
143 res.ns_status = NFS_OK;
144 res.ns_u.ns_attr_u = rootfattr;
163 res.ns_status = NFS_OK;
164 res.ns_u.ns_attr_u = slinkfattr;
167 res
190 static nfsattrstat res = {NFSERR_ROFS}; local
199 static char res; local
208 static nfsdiropres res; local
311 static nfsreadlinkres res; local
399 static nfsreadres res = {NFSERR_ACCES}; local
408 static char res; local
417 static nfsattrstat res = {NFSERR_ROFS}; local
426 static nfsdiropres res = {NFSERR_ROFS}; local
435 static nfsstat res = {NFSERR_ROFS}; local
444 static nfsstat res = {NFSERR_ROFS}; local
453 static nfsstat res = {NFSERR_ROFS}; local
462 static nfsstat res = {NFSERR_ROFS}; local
471 static nfsdiropres res = {NFSERR_ROFS}; local
480 static nfsstat res = {NFSERR_ROFS}; local
489 static nfsreaddirres res; local
527 static nfsstatfsres res = {NFS_OK}; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPSearchResults.cpp21 LDAPMsg* res=0; local
24 res = msg->getNext();
28 switch(res->getMessageType()){
30 entryList.addEntry(*((LDAPSearchResult*)res)->getEntry());
33 refList.addReference(*((LDAPSearchReference*)res));
38 return ((LDAPResult*) res);
40 delete res;
41 res=0;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_mp_n_root.c33 int res, neg; local
40 if ((res = mp_init (&t1)) != MP_OKAY) {
41 return res;
44 if ((res = mp_init (&t2)) != MP_OKAY) {
48 if ((res = mp_init (&t3)) != MP_OKAY) {
61 if ((res = mp_copy (&t2, &t1)) != MP_OKAY) {
68 if ((res = mp_expt_d (&t1, b - 1, &t3)) != MP_OKAY) {
74 if ((res = mp_mul (&t3, &t1, &t2)) != MP_OKAY) {
79 if ((res = mp_sub (&t2, a, &t2)) != MP_OKAY) {
85 if ((res
[all...]

Completed in 366 milliseconds

1234567891011>>