| /src/external/gpl3/gdb/dist/gdb/unittests/ |
| offset-type-selftests.c | 112 constexpr off_A res1 = a + 2; local 113 static_assert (to_underlying (res1) == 2, ""); 115 constexpr off_A res2 = res1 - 1; 120 constexpr off_A res1 = 2 + a; local 121 static_assert (to_underlying (res1) == 2, ""); 123 constexpr off_A res2 = 3 - res1;
|
| /src/external/gpl3/gdb.old/dist/gdb/unittests/ |
| offset-type-selftests.c | 112 constexpr off_A res1 = a + 2; local 113 static_assert (to_underlying (res1) == 2, ""); 115 constexpr off_A res2 = res1 - 1; 120 constexpr off_A res1 = 2 + a; local 121 static_assert (to_underlying (res1) == 2, ""); 123 constexpr off_A res2 = 3 - res1;
|
| /src/external/ibm-public/postfix/dist/src/dns/ |
| dns_rr_eq_sa.c | 108 struct addrinfo *res1; local 125 if ((aierr = hostaddr_to_sockaddr(argv[1], (char *) 0, 0, &res1)) != 0) 127 if ((rr = dns_sa_to_rr(argv[1], DNS_RR_NOPREF, res1->ai_addr)) == 0) 129 freeaddrinfo(res1);
|
| /src/sys/arch/arm/pci/ |
| pci_smccc.c | 53 register_t *res0, register_t *res1, register_t *res2, register_t *res3) 65 res0, res1, res2, res3); 110 register_t res1, res2; local 114 NULL, &res1, &res2, NULL); 116 *bus_start = __SHIFTOUT(res1, GET_SEG_INFO_BUS_START); 117 *bus_end = __SHIFTOUT(res1, GET_SEG_INFO_BUS_END);
|
| /src/external/gpl3/gcc/dist/libgcc/config/libbid/ |
| bid64_next.c | 338 int res1, res2; local 410 bid64_quiet_equal (&res1, px, 415 res1 = 423 if (res1) { // x = y 455 bid64_quiet_greater (&res1, &tmp1, 462 res1 = 472 if (res1 && res2) {
|
| bid128_next.c | 461 int res1, res2; local 555 bid128_quiet_equal (&res1, &xnswp, 562 res1 = 573 if (res1) { // x = y 619 bid128_quiet_greater (&res1, &tmp1, 626 res1 = 636 if (res1 && res2) {
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/ |
| bid64_next.c | 338 int res1, res2; local 410 bid64_quiet_equal (&res1, px, 415 res1 = 423 if (res1) { // x = y 455 bid64_quiet_greater (&res1, &tmp1, 462 res1 = 472 if (res1 && res2) {
|
| bid128_next.c | 461 int res1, res2; local 555 bid128_quiet_equal (&res1, &xnswp, 562 res1 = 573 if (res1) { // x = y 619 bid128_quiet_greater (&res1, &tmp1, 626 res1 = 636 if (res1 && res2) {
|
| /src/external/lgpl3/gmp/dist/tests/mpf/ |
| reuse.c | 99 mpf_t res1, res2, res3; local 116 mpf_init (res1); 131 (dss_funcs[i]) (res1, in1, in2); 141 if (mpf_cmp (res1, res2) != 0) 142 dump_abort (dss_func_names[i], res1, res2); 143 if (mpf_cmp (res1, res3) != 0) 144 dump_abort (dss_func_names[i], res1, res3); 162 (dsi_funcs[i]) (res1, in1, this_in2i); 168 if (mpf_cmp (res1, res2) != 0) 169 dump_abort (dsi_func_names[i], res1, res2) [all...] |
| /src/external/lgpl3/gmp/dist/tests/mpq/ |
| reuse.c | 93 mpq_t res1, res2; local 105 mpq_init (res1); 146 mpq_clear (res1); 147 mpq_init (res1); 151 (dss_funcs[i]) (res1, in1, in2); 152 MPQ_CHECK_FORMAT(res1); 158 if (mpq_cmp (res1, out1) != 0) 159 dump_abort (dss_func_names[i], res1, out1); 165 if (mpq_cmp (res1, out1) != 0) 166 dump_abort (dss_func_names[i], res1, out1) [all...] |
| /src/external/lgpl3/mpfr/dist/tests/ |
| tpow_z.c | 144 int res1, res2; local 166 res1 = mpfr_pow_si (y1, x, n, rnd); 179 if (rnd != MPFR_RNDF && ! SAME_SIGN (res1, res2)) 185 printf ("Ypowsi(inex = %2d) = ", res1); mpfr_dump (y1); 201 int res1, res2; local 208 res1 = mpfr_pow_z (y, x, z, MPFR_RNDU); 210 if (! mpfr_equal_p (x, y) || ! SAME_SIGN (res1, res2)) 212 printf ("Regression (1) tested failed (%d=?%d)\n",res1, res2);
|
| reuse.c | 96 mpfr_t res1; local 105 mpfr_init2 (res1, prec); 118 mpfr_set (res1, ref2, rnd); /* exact operation */ 119 testfunc (res1, res1, ref3, rnd); 121 if (! SAME_VAL (res1, ref1)) 127 printf ("got "); mpfr_dump (res1); 132 mpfr_set (res1, ref3, rnd); 133 testfunc (res1, ref2, res1, rnd) 307 mpfr_t res1; local 352 mpfr_t res1; local 393 mpfr_t res1; local 433 mpfr_t res1; local 473 mpfr_t res1, res2; local 536 mpfr_t res1; local [all...] |
| taway.c | 100 mpfr_t res1; local 112 mpfr_init2 (res1, p1); 121 inexa = testfunc (res1, ref2, ref3, MPFR_RNDA); 122 r = MPFR_IS_POS (res1) ? MPFR_RNDU : MPFR_RNDD; 125 if (mpfr_compare (res1, ref1) || inexa != inexd) 131 printf ("got "); mpfr_dump (res1); 139 mpfr_clear (res1); 205 mpfr_t res1; local 215 mpfr_init2 (res1, p1); 224 inexa = testfunc (res1, ref2, ref3, MPFR_RNDA) 250 mpfr_t res1; local 291 mpfr_t res1; local 333 mpfr_t res1, res2; local [all...] |
| tui_pow.c | 29 int res1, res2; local 56 res1 = mpfr_ui_pow_ui (z, 17, 42, MPFR_RNDD); 60 if (mpfr_cmp (z, a) || res1 != res2) 63 "Inexact1 = %d Inexact2 = %d\n", res1, res2);
|
| tgmpop.c | 251 int res1, res2; local 262 res1 = mpfr_cmp_z (x, y); 263 if (res1 != 0 || mpfr_erangeflag_p () == 0) 266 printf ("Return value: expected 0, got %d\n", res1); 281 res1 = (mpfr_sgn) (z); 283 if (res1 != res2) 286 res2, res1); 303 int res1, res2; local 315 res1 = mpfr_cmp_q (x, y); 316 if (res1 != 0 || __gmpfr_flags != MPFR_FLAGS_ERANGE 427 int res1, res2; local [all...] |
| /src/external/gpl3/binutils/dist/gprofng/libcollector/ |
| libcol_util.h | 227 uint32_t res1 = 0; local 231 : "=m" (r), "=m" (res1), "=m" (res2) /* output */ 235 r = (((uint64_t) res2) << 32) | ((uint64_t) res1);
|
| /src/external/gpl3/binutils.old/dist/gprofng/libcollector/ |
| libcol_util.h | 227 uint32_t res1 = 0; local 231 : "=m" (r), "=m" (res1), "=m" (res2) /* output */ 235 r = (((uint64_t) res2) << 32) | ((uint64_t) res1);
|
| /src/sys/dev/scsipi/ |
| scsi_scanner.h | 73 u_int8_t res1:7; member in struct:scsi_window_data
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/basics/ |
| amdgpu_fixpt31_32.c | 397 struct fixed31_32 res1 = dc_fixpt_add( local 407 res1); 409 res = res1;
|
| /src/external/lgpl3/gmp/dist/mini-gmp/tests/ |
| t-reuse.c | 153 mpz_t res1, res2, res3; local 169 mpz_init (res1); 210 mpz_set (res1, in1); 211 (dss_funcs[i]) (res1, res1, in2); 212 mpz_check_format (res1); 213 if (mpz_cmp (ref1, res1) != 0) 216 mpz_set (res1, in2); 217 (dss_funcs[i]) (res1, in1, res1); [all...] |
| /src/external/lgpl3/gmp/dist/tests/mpz/ |
| reuse.c | 214 mpz_t res1, res2, res3; local 235 mpz_init (res1); 240 mpz_set_ui (res1, 1); /* force allocation */ 297 mpz_set (res1, in1); 298 INVOKE_RSS (dss[i], res1, res1, in2); 299 MPZ_CHECK_FORMAT (res1); 300 if (mpz_cmp (ref1, res1) != 0) 303 mpz_set (res1, in2); 304 INVOKE_RSS (dss[i], res1, in1, res1) [all...] |
| /src/sys/dev/ieee1394/ |
| sbp.h | 83 uint16_t res1; member in struct:sbp_login_res
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gimple-ssa-isolate-paths.cc | 502 bool res1 = false, res2 = false; local 504 res1 = is_addr_local (return_stmt, ptr1, plocmap, visited); 512 return res1 || res2;
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple-ssa-isolate-paths.cc | 502 bool res1 = false, res2 = false; local 504 res1 = is_addr_local (return_stmt, ptr1, plocmap, visited); 512 return res1 || res2;
|
| /src/sys/fs/nfs/nlm/ |
| nlm_advlock.c | 575 nlm_testres res1; local 581 memset(&res1, 0, sizeof(res1)); 583 stat = nlm_test_1(&args1, &res1, client, ext, timo); 586 res->cookie = res1.cookie; 587 res->stat.stat = (enum nlm4_stats) res1.stat.stat; 588 if (res1.stat.stat == nlm_denied) 591 &res1.stat.nlm_testrply_u.holder); 606 nlm_res res1; local 615 memset(&res1, 0, sizeof(res1)) 635 nlm_res res1; local 662 nlm_res res1; local [all...] |