| /src/external/lgpl3/mpfr/dist/tests/ |
| 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...] |
| 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...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-ssa-alias-compare.h | 37 int compare_ao_refs (ao_ref *ref1, ao_ref *ref2, bool lto_streaming_safe,
|
| tree-ssa-alias.cc | 1017 /* MATCH1 and MATCH2 which are part of access path of REF1 and REF2 1030 tree match2, tree ref2, 1050 int cmp = nonoverlapping_refs_since_match_p (match1, ref1, match2, ref2, 1053 || (cmp == -1 && nonoverlapping_component_refs_p (ref1, ref2))) 1079 Walk access path REF2 and try to find type matching TYPE1 1087 in access patch REF2 and -1 if we are not sure. */ 1093 tree ref2, tree base2, 1097 tree ref = ref2; 1151 ref, ref2, 1158 /* Consider access path1 base1....ref1 and access path2 base2...ref2 2668 ao_ref ref2; local [all...] |
| 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...] |
| sanopt.cc | 119 equal (const sanopt_tree_triplet &ref1, const sanopt_tree_triplet &ref2) 121 return operand_equal_p (ref1.t1, ref2.t1, 0) 122 && operand_equal_p (ref1.t2, ref2.t2, 0) 123 && operand_equal_p (ref1.t3, ref2.t3, 0); 177 equal (const sanopt_tree_couple &ref1, const sanopt_tree_couple &ref2) 179 return operand_equal_p (ref1.ptr, ref2.ptr, 0) 180 && ref1.pos_p == ref2.pos_p;
|
| df-scan.cc | 2039 df_ref_equal_p (df_ref ref1, df_ref ref2) 2041 if (!ref2) 2044 if (ref1 == ref2) 2047 if (DF_REF_CLASS (ref1) != DF_REF_CLASS (ref2) 2048 || DF_REF_REGNO (ref1) != DF_REF_REGNO (ref2) 2049 || DF_REF_REG (ref1) != DF_REF_REG (ref2) 2050 || DF_REF_TYPE (ref1) != DF_REF_TYPE (ref2) 2052 != (DF_REF_FLAGS (ref2) & ~(DF_REF_REG_MARKER + DF_REF_MW_HARDREG))) 2053 || DF_REF_BB (ref1) != DF_REF_BB (ref2) 2054 || DF_REF_INSN_INFO (ref1) != DF_REF_INSN_INFO (ref2)) [all...] |
| profile.cc | 1014 equal (const location_triplet &ref1, const location_triplet &ref2) 1016 return ref1.lineno == ref2.lineno 1017 && ref1.bb_index == ref2.bb_index 1019 && ref2.filename != NULL 1020 && strcmp (ref1.filename, ref2.filename) == 0;
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-ssa-alias-compare.h | 37 int compare_ao_refs (ao_ref *ref1, ao_ref *ref2, bool lto_streaming_safe,
|
| 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...] |
| 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...] |
| sanopt.cc | 119 equal (const sanopt_tree_triplet &ref1, const sanopt_tree_triplet &ref2) 121 return operand_equal_p (ref1.t1, ref2.t1, 0) 122 && operand_equal_p (ref1.t2, ref2.t2, 0) 123 && operand_equal_p (ref1.t3, ref2.t3, 0); 177 equal (const sanopt_tree_couple &ref1, const sanopt_tree_couple &ref2) 179 return operand_equal_p (ref1.ptr, ref2.ptr, 0) 180 && ref1.pos_p == ref2.pos_p;
|
| df-scan.cc | 2039 df_ref_equal_p (df_ref ref1, df_ref ref2) 2041 if (!ref2) 2044 if (ref1 == ref2) 2047 if (DF_REF_CLASS (ref1) != DF_REF_CLASS (ref2) 2048 || DF_REF_REGNO (ref1) != DF_REF_REGNO (ref2) 2049 || DF_REF_REG (ref1) != DF_REF_REG (ref2) 2050 || DF_REF_TYPE (ref1) != DF_REF_TYPE (ref2) 2052 != (DF_REF_FLAGS (ref2) & ~(DF_REF_REG_MARKER + DF_REF_MW_HARDREG))) 2053 || DF_REF_BB (ref1) != DF_REF_BB (ref2) 2054 || DF_REF_INSN_INFO (ref1) != DF_REF_INSN_INFO (ref2)) [all...] |
| dwarf2out.h | 341 wide_int_ref ref2 = wi::storage_ref (o.val, o.len, o.precision); local 342 return ref1 == ref2;
|
| profile.cc | 1026 equal (const location_triplet &ref1, const location_triplet &ref2) 1028 return ref1.lineno == ref2.lineno 1029 && ref1.bb_index == ref2.bb_index 1031 && ref2.filename != NULL 1032 && strcmp (ref1.filename, ref2.filename) == 0;
|
| 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...] |
| /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/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/gpl2/gettext/dist/gettext-tools/tests/ |
| xgettext-perl-4 | 20 my $ref2 = \$ref1; 21 my $ref3 = \$ref2;
|
| /src/external/gpl2/texinfo/dist/info/ |
| info-utils.h | 87 REFERENCE ** which is the concatenation of REF1 and REF2. The REF1 88 and REF2 arrays are freed, but their contents are not. */ 89 REFERENCE **info_concatenate_references (REFERENCE **ref1, REFERENCE **ref2);
|
| info-utils.c | 351 REFERENCE ** which is the concatenation of REF1 and REF2. The REF1 352 and REF2 arrays are freed, but their contents are not. */ 354 info_concatenate_references (REFERENCE **ref1, REFERENCE **ref2) 362 return (ref2); 363 else if (!ref2) 369 for (i = 0; ref2[i]; i++); 379 for (i = 0; ref2[i]; i++) 380 result[j++] = ref2[i]; 384 free (ref2);
|
| /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/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/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);
|