HomeSort by: relevance | last modified time | path
    Searched defs:ref2 (Results 1 - 25 of 40) sorted by relevancy

1 2

  /src/external/lgpl3/gmp/dist/tests/mpz/
t-mfac_uiui.c 39 mpz_t ref[MULTIFAC_WHEEL], ref2[MULTIFAC_WHEEL2], res; local
56 mpz_init_set_ui(ref2 [m2],1);
75 if (mpz_cmp (ref2[m2], res) != 0)
79 printf (" want "); mpz_out_str (stdout, 10, ref2[m2]); printf("\n");
88 mpz_mul_ui (ref2[m2], ref2[m2], n); /* Compute a reference, with current library */
129 mpz_clear (ref2[m2]);
reuse.c 215 mpz_t ref1, ref2, ref3; local
233 mpz_init (ref2);
315 (ddss_div[i].fptr) (ref1, ref2, in1, in2);
317 MPZ_CHECK_FORMAT (ref2);
324 if (mpz_cmp (ref1, res1) != 0 || mpz_cmp (ref2, res2) != 0)
332 if (mpz_cmp (ref1, res1) != 0 || mpz_cmp (ref2, res2) != 0)
340 if (mpz_cmp (ref1, res1) != 0 || mpz_cmp (ref2, res2) != 0)
348 if (mpz_cmp (ref1, res1) != 0 || mpz_cmp (ref2, res2) != 0)
400 r1 = (ddsi_div[i].fptr) (ref1, ref2, in1, in2i);
407 if (mpz_cmp (ref1, res1) != 0 || mpz_cmp (ref2, res2) != 0 || r1 != r2
    [all...]
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/test/tests/
srpl-host-2ir.c 134 DNSServiceRef ref2; local
145 ret = srp_client_register(&ref2, 0 /* flags */, 0 /* interfaceIndex */,
  /src/external/lgpl3/mpfr/dist/tests/
reuse.c 95 mpfr_t ref1, ref2, ref3; local
103 mpfr_init2 (ref2, prec);
111 set_special (ref2, i % SPECIAL_MAX);
115 testfunc (ref1, ref2, ref3, rnd);
118 mpfr_set (res1, ref2, rnd); /* exact operation */
125 DISP("a=", ref2); DISP2(", c=", ref3);
133 testfunc (res1, ref2, res1, rnd);
137 DISP("b=", ref2); DISP2(", a=", ref3);
144 mpfr_set (ref3, ref2, rnd);
145 testfunc (ref1, ref2, ref3, rnd)
305 mpfr_t ref1, ref2; local
351 unsigned int ref2; local
392 mpfr_t ref1, ref2; local
432 mpfr_t ref1, ref2; local
472 mpfr_t ref1, ref2, ref3; local
535 mpfr_t ref1, ref2, ref3; local
    [all...]
taway.c 99 mpfr_t ref1, ref2, ref3; local
110 mpfr_init2 (ref2, p2);
118 set_special (ref2, i%SPECIAL_MAX);
121 inexa = testfunc (res1, ref2, ref3, MPFR_RNDA);
123 inexd = testfunc (ref1, ref2, ref3, r);
128 DISP("x=",ref2); DISP2(", y=",ref3);
137 mpfr_clear (ref2);
203 mpfr_t ref1, ref2; local
214 mpfr_init2 (ref2, p2);
217 /* ref2 can be NaN, +Inf, -Inf, +0, -0 or any numbe
249 unsigned int ref2; local
290 mpfr_t ref1, ref2; local
332 mpfr_t ref1, ref2, ref3; local
    [all...]
  /src/external/lgpl3/gmp/dist/mini-gmp/tests/
t-reuse.c 154 mpz_t ref1, ref2, ref3; local
167 mpz_init (ref2);
230 (ddss_div_funcs[i]) (ref1, ref2, in1, in2);
232 mpz_check_format (ref2);
238 if (mpz_cmp (ref1, res1) != 0 || mpz_cmp (ref2, res2) != 0)
245 if (mpz_cmp (ref1, res1) != 0 || mpz_cmp (ref2, res2) != 0)
252 if (mpz_cmp (ref1, res1) != 0 || mpz_cmp (ref2, res2) != 0)
259 if (mpz_cmp (ref1, res1) != 0 || mpz_cmp (ref2, res2) != 0)
325 r1 = (ddsi_div_funcs[i]) (ref1, ref2, in1, in2i);
331 if (mpz_cmp (ref1, res1) != 0 || mpz_cmp (ref2, res2) != 0 || r1 != r2
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
ipa-icf-gimple.cc 410 ao_ref ref1, ref2; local
412 ao_ref_init (&ref2, const_cast <tree> (t2));
413 int flags = compare_ao_refs (&ref1, &ref2,
lto-cgraph.cc 1286 int ref = LCC_NOT_FOUND, ref2 = LCC_NOT_FOUND; local
1340 ref2 = streamer_read_hwi (ib);
1363 node->same_comdat_group = (symtab_node *) (intptr_t) ref2;
symtab.cc 618 ipa_ref *ref = NULL, *ref2 = NULL; local
659 for (i = 0; iterate_reference(i, ref2); i++)
660 ref2->referred_ref_list ()->referring[ref2->referred_index] = ref2;
699 ipa_ref *ref = NULL, *ref2 = NULL; local
707 ref2 = create_reference (ref->referred, ref->use, ref->stmt);
708 ref2->speculative = speculative;
709 ref2->lto_stmt_uid = stmt_uid;
710 ref2->speculative_id = spec_id
719 ipa_ref *ref = NULL, *ref2 = NULL; local
742 ipa_ref *ref2; local
    [all...]
alias.cc 348 ao_ref ref1, ref2;
351 || !ao_ref_from_mem (&ref2, mem))
354 return refs_may_alias_p_1 (&ref1, &ref2,
347 ao_ref ref1, ref2; local
dwarf2out.h 341 wide_int_ref ref2 = wi::storage_ref (o.val, o.len, o.precision); local
342 return ref1 == ref2;
ipa-devirt.cc 701 struct ipa_ref *ref1, *ref2; local
705 end2 = !vtable->iterate_reference (n2, ref2);
713 ref2->referred->decl)
715 && TREE_CODE (ref2->referred->decl) != FUNCTION_DECL)
738 end2 = !vtable->iterate_reference (n2, ref2);
742 || (methods_equal_p (ref2->referred->decl, ref1->referred->decl)
743 && TREE_CODE (ref2->referred->decl) == FUNCTION_DECL))
779 if (methods_equal_p (ref1->referred->decl, ref2->referred->decl))
787 && TREE_CODE (ref2->referred->decl) != FUNCTION_DECL)
804 /* At this point both REF1 and REF2 points either to virtual tabl
    [all...]
ipa-icf.cc 688 ipa_ref *ref = NULL, *ref2 = NULL; local
691 item->node->iterate_reference (i, ref2);
693 if (ref->use != ref2->use)
697 ref2->referred,
1694 ipa_ref *ref = NULL, *ref2 = NULL;
1697 item->node->iterate_reference (i, ref2);
1699 if (ref->use != ref2->use)
1703 ref->referred, ref2->referred,
tree-predcom.cc 2982 dref ref, ref1, ref2; local
2985 && ch2->refs.iterate (j, &ref2)); ++j)
2986 ref1->pos = ref2->pos = ref->pos;
tree-ssa-alias.cc 1030 /* MATCH1 and MATCH2 which are part of access path of REF1 and REF2
1043 tree match2, tree ref2,
1063 int cmp = nonoverlapping_refs_since_match_p (match1, ref1, match2, ref2,
1066 || (cmp == -1 && nonoverlapping_component_refs_p (ref1, ref2)))
1092 Walk access path REF2 and try to find type matching TYPE1
1100 in access patch REF2 and -1 if we are not sure. */
1106 tree ref2, tree base2,
1110 tree ref = ref2;
1164 ref, ref2,
1171 /* Consider access path1 base1....ref1 and access path2 base2...ref2
2681 ao_ref ref2; local
    [all...]
tree-ssa-phiopt.cc 3831 tree arg1, arg2, ref1, ref2, field1, field2; local
3871 ref2 = gimple_assign_rhs1 (def2);
3874 || TREE_CODE (ref2) != COMPONENT_REF)
3883 if (!operand_equal_p (TREE_OPERAND (ref1, 0), TREE_OPERAND (ref2, 0), 0))
3887 field2 = TREE_OPERAND (ref2, 1);
  /src/external/gpl3/gcc/dist/gcc/lto/
lto-partition.cc 198 struct ipa_ref *ref2; local
201 FOR_EACH_ALIAS (ref->referring, ref2)
204 gcc_checking_assert (!ref2->referring->transparent_alias);
205 add_symbol_to_partition_1 (part, ref2->referring);
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-icf-gimple.cc 377 ao_ref ref1, ref2; local
379 ao_ref_init (&ref2, const_cast <tree> (t2));
380 int flags = compare_ao_refs (&ref1, &ref2,
lto-cgraph.cc 1241 int ref = LCC_NOT_FOUND, ref2 = LCC_NOT_FOUND; local
1295 ref2 = streamer_read_hwi (ib);
1318 node->same_comdat_group = (symtab_node *) (intptr_t) ref2;
symtab.cc 618 ipa_ref *ref = NULL, *ref2 = NULL; local
659 for (i = 0; iterate_reference(i, ref2); i++)
660 ref2->referred_ref_list ()->referring[ref2->referred_index] = ref2;
699 ipa_ref *ref = NULL, *ref2 = NULL; local
707 ref2 = create_reference (ref->referred, ref->use, ref->stmt);
708 ref2->speculative = speculative;
709 ref2->lto_stmt_uid = stmt_uid;
710 ref2->speculative_id = spec_id
719 ipa_ref *ref = NULL, *ref2 = NULL; local
742 ipa_ref *ref2; local
    [all...]
alias.cc 361 ao_ref ref1, ref2;
364 || !ao_ref_from_mem (&ref2, mem))
367 return refs_may_alias_p_1 (&ref1, &ref2,
360 ao_ref ref1, ref2; local
tree-ssa-phiopt.cc 3660 tree arg1, arg2, ref1, ref2, field1, field2; local
3701 ref2 = gimple_assign_rhs1 (def2);
3704 || TREE_CODE (ref2) != COMPONENT_REF)
3713 if (!operand_equal_p (TREE_OPERAND (ref1, 0), TREE_OPERAND (ref2, 0), 0))
3717 field2 = TREE_OPERAND (ref2, 1);
ipa-devirt.cc 698 struct ipa_ref *ref1, *ref2; local
702 end2 = !vtable->iterate_reference (n2, ref2);
710 ref2->referred->decl)
712 && TREE_CODE (ref2->referred->decl) != FUNCTION_DECL)
735 end2 = !vtable->iterate_reference (n2, ref2);
739 || (methods_equal_p (ref2->referred->decl, ref1->referred->decl)
740 && TREE_CODE (ref2->referred->decl) == FUNCTION_DECL))
776 if (methods_equal_p (ref1->referred->decl, ref2->referred->decl))
784 && TREE_CODE (ref2->referred->decl) != FUNCTION_DECL)
801 /* At this point both REF1 and REF2 points either to virtual tabl
    [all...]
ipa-icf.cc 685 ipa_ref *ref = NULL, *ref2 = NULL; local
688 item->node->iterate_reference (i, ref2);
690 if (ref->use != ref2->use)
694 ref2->referred,
1668 ipa_ref *ref = NULL, *ref2 = NULL;
1671 item->node->iterate_reference (i, ref2);
1673 if (ref->use != ref2->use)
1677 ref->referred, ref2->referred,
  /src/external/gpl3/gcc.old/dist/gcc/lto/
lto-partition.cc 197 struct ipa_ref *ref2; local
200 FOR_EACH_ALIAS (ref->referring, ref2)
203 gcc_checking_assert (!ref2->referring->transparent_alias);
204 add_symbol_to_partition_1 (part, ref2->referring);

Completed in 79 milliseconds

1 2