Home
last modified time | relevance | path

Searched refs:ref1 (Results 1 – 25 of 86) sorted by relevance

1234

/netbsd-src/external/lgpl3/gmp/dist/mini-gmp/tests/
H A Dt-reuse.c154 mpz_t ref1, ref2, ref3; in testmain() local
166 mpz_init (ref1); in testmain()
207 (dss_funcs[i]) (ref1, in1, in2); in testmain()
208 mpz_check_format (ref1); in testmain()
213 if (mpz_cmp (ref1, res1) != 0) in testmain()
219 if (mpz_cmp (ref1, res1) != 0) in testmain()
230 (ddss_div_funcs[i]) (ref1, ref2, in1, in2); in testmain()
231 mpz_check_format (ref1); in testmain()
238 if (mpz_cmp (ref1, res1) != 0 || mpz_cmp (ref2, res2) != 0) in testmain()
245 if (mpz_cmp (ref1, res1) != 0 || mpz_cmp (ref2, res2) != 0) in testmain()
[all …]
/netbsd-src/external/lgpl3/gmp/dist/tests/mpz/
H A Dreuse.c215 mpz_t ref1, ref2, ref3; in main() local
232 mpz_init (ref1); in main()
294 (dss[i].fptr) (ref1, in1, in2); in main()
295 MPZ_CHECK_FORMAT (ref1); in main()
300 if (mpz_cmp (ref1, res1) != 0) in main()
306 if (mpz_cmp (ref1, res1) != 0) in main()
315 (ddss_div[i].fptr) (ref1, ref2, in1, in2); in main()
316 MPZ_CHECK_FORMAT (ref1); in main()
324 if (mpz_cmp (ref1, res1) != 0 || mpz_cmp (ref2, res2) != 0) in main()
332 if (mpz_cmp (ref1, res1) != 0 || mpz_cmp (ref2, res2) != 0) in main()
[all …]
/netbsd-src/share/doc/
H A DREADME.docdirs16 ref1/atf src/external/bsd/atf
17 ref1/bzip src/lib/libbz2
18 ref1/config src/share/doc/smm/config
19 ref1/csh src/bin/csh/USD.doc
20 ref1/ex src/external/bsd/nvi/docs/USD.doc/exref
21 ref1/gprof src/usr.bin/gprof/PSD.doc
22 ref1/kyua/* src/external/bsd/kyua-*/share/doc/kyua-*
23 ref1/mail src/usr.bin/mail/USD.doc
24 ref1/make src/usr.bin/make/USD.doc
25 ref1/roff/memacros src/share/doc/usd/19.memacros
[all …]
/netbsd-src/external/lgpl3/mpfr/dist/tests/
H A Dreuse.c95 mpfr_t ref1, ref2, ref3; in test3() local
102 mpfr_init2 (ref1, prec); in test3()
115 testfunc (ref1, ref2, ref3, rnd); in test3()
121 if (! SAME_VAL (res1, ref1)) in test3()
126 printf ("expected "); mpfr_dump (ref1); in test3()
134 if (! SAME_VAL (res1, ref1)) in test3()
138 printf ("expected "); mpfr_dump (ref1); in test3()
145 testfunc (ref1, ref2, ref3, rnd); in test3()
149 if (! SAME_VAL (res1, ref1)) in test3()
153 printf ("expected "); mpfr_dump (ref1); in test3()
[all …]
H A Dtaway.c99 mpfr_t ref1, ref2, ref3; in test3() local
109 mpfr_init2 (ref1, p1); in test3()
123 inexd = testfunc (ref1, ref2, ref3, r); in test3()
125 if (mpfr_compare (res1, ref1) || inexa != inexd) in test3()
130 printf ("expected "); mpfr_dump (ref1); in test3()
136 mpfr_clear (ref1); in test3()
203 mpfr_t ref1, ref2; in test2ui() local
213 mpfr_init2 (ref1, p1); in test2ui()
226 inexd = testfunc (ref1, ref2, ref3, r); in test2ui()
228 if (mpfr_compare (res1, ref1) || inexa != inexd) in test2ui()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-alias.cc1027 aliasing_matching_component_refs_p (tree match1, tree ref1, in aliasing_matching_component_refs_p() argument
1049 int cmp = nonoverlapping_refs_since_match_p (match1, ref1, match2, ref2, in aliasing_matching_component_refs_p()
1052 || (cmp == -1 && nonoverlapping_component_refs_p (ref1, ref2))) in aliasing_matching_component_refs_p()
1089 aliasing_component_refs_walk (tree ref1, tree type1, tree base1, in aliasing_component_refs_walk() argument
1148 return aliasing_matching_component_refs_p (base1, ref1, in aliasing_component_refs_walk()
1209 aliasing_component_refs_p (tree ref1, in aliasing_component_refs_p() argument
1252 base1 = ref1; in aliasing_component_refs_p()
1273 ref1 = TREE_OPERAND (base1, 0); in aliasing_component_refs_p()
1317 int res = aliasing_component_refs_walk (ref1, type1, base1, in aliasing_component_refs_p()
1334 ref1, base1, offset1, max_size1, in aliasing_component_refs_p()
[all …]
H A Ddf-scan.cc2034 df_ref_equal_p (df_ref ref1, df_ref ref2) in df_ref_equal_p() argument
2039 if (ref1 == ref2) in df_ref_equal_p()
2042 if (DF_REF_CLASS (ref1) != DF_REF_CLASS (ref2) in df_ref_equal_p()
2043 || DF_REF_REGNO (ref1) != DF_REF_REGNO (ref2) in df_ref_equal_p()
2044 || DF_REF_REG (ref1) != DF_REF_REG (ref2) in df_ref_equal_p()
2045 || DF_REF_TYPE (ref1) != DF_REF_TYPE (ref2) in df_ref_equal_p()
2046 || ((DF_REF_FLAGS (ref1) & ~(DF_REF_REG_MARKER + DF_REF_MW_HARDREG)) in df_ref_equal_p()
2048 || DF_REF_BB (ref1) != DF_REF_BB (ref2) in df_ref_equal_p()
2049 || DF_REF_INSN_INFO (ref1) != DF_REF_INSN_INFO (ref2)) in df_ref_equal_p()
2052 switch (DF_REF_CLASS (ref1)) in df_ref_equal_p()
[all …]
H A Dtree-ssa-pre.cc4031 vn_reference_s ref1; in compute_avail() local
4034 vn_reference_lookup_call (as_a <gcall *> (stmt), &ref, &ref1); in compute_avail()
4171 vn_reference_op_t ref1 = &ref->operands.last (); in compute_avail() local
4172 while (ref1->opcode != TARGET_MEM_REF in compute_avail()
4173 && ref1->opcode != MEM_REF in compute_avail()
4174 && ref1 != &ref->operands[0]) in compute_avail()
4175 --ref1; in compute_avail()
4181 if ((ref1->opcode == TARGET_MEM_REF in compute_avail()
4182 || ref1->opcode == MEM_REF) in compute_avail()
4183 && (TYPE_ALIGN (ref1->type) in compute_avail()
[all …]
H A Dsanopt.cc119 equal (const sanopt_tree_triplet &ref1, const sanopt_tree_triplet &ref2) in equal()
121 return operand_equal_p (ref1.t1, ref2.t1, 0) in equal()
122 && operand_equal_p (ref1.t2, ref2.t2, 0) in equal()
123 && operand_equal_p (ref1.t3, ref2.t3, 0); in equal()
177 equal (const sanopt_tree_couple &ref1, const sanopt_tree_couple &ref2) in equal()
179 return operand_equal_p (ref1.ptr, ref2.ptr, 0) in equal()
180 && ref1.pos_p == ref2.pos_p; in equal()
H A Dtree-ssa-alias-compare.h37 int compare_ao_refs (ao_ref *ref1, ao_ref *ref2, bool lto_streaming_safe,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-alias.c879 aliasing_matching_component_refs_p (tree match1, tree ref1, in aliasing_matching_component_refs_p() argument
901 int cmp = nonoverlapping_refs_since_match_p (match1, ref1, match2, ref2, in aliasing_matching_component_refs_p()
904 || (cmp == -1 && nonoverlapping_component_refs_p (ref1, ref2))) in aliasing_matching_component_refs_p()
941 aliasing_component_refs_walk (tree ref1, tree type1, tree base1, in aliasing_component_refs_walk() argument
1000 return aliasing_matching_component_refs_p (base1, ref1, in aliasing_component_refs_walk()
1061 aliasing_component_refs_p (tree ref1, in aliasing_component_refs_p() argument
1104 base1 = ref1; in aliasing_component_refs_p()
1125 ref1 = TREE_OPERAND (base1, 0); in aliasing_component_refs_p()
1169 int res = aliasing_component_refs_walk (ref1, type1, base1, in aliasing_component_refs_p()
1186 ref1, base1, offset1, max_size1, in aliasing_component_refs_p()
[all …]
H A Ddf-scan.c2032 df_ref_equal_p (df_ref ref1, df_ref ref2) in df_ref_equal_p() argument
2037 if (ref1 == ref2) in df_ref_equal_p()
2040 if (DF_REF_CLASS (ref1) != DF_REF_CLASS (ref2) in df_ref_equal_p()
2041 || DF_REF_REGNO (ref1) != DF_REF_REGNO (ref2) in df_ref_equal_p()
2042 || DF_REF_REG (ref1) != DF_REF_REG (ref2) in df_ref_equal_p()
2043 || DF_REF_TYPE (ref1) != DF_REF_TYPE (ref2) in df_ref_equal_p()
2044 || ((DF_REF_FLAGS (ref1) & ~(DF_REF_REG_MARKER + DF_REF_MW_HARDREG)) in df_ref_equal_p()
2046 || DF_REF_BB (ref1) != DF_REF_BB (ref2) in df_ref_equal_p()
2047 || DF_REF_INSN_INFO (ref1) != DF_REF_INSN_INFO (ref2)) in df_ref_equal_p()
2050 switch (DF_REF_CLASS (ref1)) in df_ref_equal_p()
[all …]
H A Dtree-ssa-pre.c3891 vn_reference_s ref1; in compute_avail() local
3898 vn_reference_lookup_call (as_a <gcall *> (stmt), &ref, &ref1); in compute_avail()
4025 vn_reference_op_t ref1 = &ref->operands.last (); in compute_avail() local
4026 while (ref1->opcode != TARGET_MEM_REF in compute_avail()
4027 && ref1->opcode != MEM_REF in compute_avail()
4028 && ref1 != &ref->operands[0]) in compute_avail()
4029 --ref1; in compute_avail()
4035 if ((ref1->opcode == TARGET_MEM_REF in compute_avail()
4036 || ref1->opcode == MEM_REF) in compute_avail()
4037 && (TYPE_ALIGN (ref1->type) in compute_avail()
[all …]
H A Dsanopt.c119 equal (const sanopt_tree_triplet &ref1, const sanopt_tree_triplet &ref2) in equal()
121 return operand_equal_p (ref1.t1, ref2.t1, 0) in equal()
122 && operand_equal_p (ref1.t2, ref2.t2, 0) in equal()
123 && operand_equal_p (ref1.t3, ref2.t3, 0); in equal()
177 equal (const sanopt_tree_couple &ref1, const sanopt_tree_couple &ref2) in equal()
179 return operand_equal_p (ref1.ptr, ref2.ptr, 0) in equal()
180 && ref1.pos_p == ref2.pos_p; in equal()
/netbsd-src/distrib/sets/lists/misc/
H A Dmi561 ./usr/share/doc/reference/ref1/atf misc-atf-doc
562 ./usr/share/doc/reference/ref1/atf/AUTHORS misc-atf-doc doc,atf
563 ./usr/share/doc/reference/ref1/atf/COPYING misc-atf-doc doc,atf
564 ./usr/share/doc/reference/ref1/atf/NEWS misc-atf-doc doc,atf
565 ./usr/share/doc/reference/ref1/atf/README misc-atf-doc doc,atf
566 ./usr/share/doc/reference/ref1/bzip2/manual.html misc-util-htmldoc share
567 ./usr/share/doc/reference/ref1/config/config.html misc-usd-doc doc,html,groffhtmldoc
568 ./usr/share/doc/reference/ref1/config/config.ps.gz misc-usd-doc doc,groff
569 ./usr/share/doc/reference/ref1/config/config.txt misc-usd-doc doc,groff
570 ./usr/share/doc/reference/ref1/config/config1.png misc-usd-doc doc,html,groffhtmldoc
[all …]
/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dinfo-utils.c353 info_concatenate_references (REFERENCE **ref1, REFERENCE **ref2) in info_concatenate_references() argument
360 if (!ref1) in info_concatenate_references()
363 return (ref1); in info_concatenate_references()
366 for (i = 0; ref1[i]; i++); in info_concatenate_references()
374 for (i = 0; ref1[i]; i++) in info_concatenate_references()
375 result[i] = ref1[i]; in info_concatenate_references()
382 free (ref1); in info_concatenate_references()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dxgettext-perl-419 my $ref1 = \$polite;
20 my $ref2 = \$ref1;
/netbsd-src/distrib/sets/lists/text/
H A Dmi76 ./usr/share/doc/reference/ref1/roff/mom text-groff-doc
77 ./usr/share/doc/reference/ref1/roff/mom/appendices.html text-groff-doc share,groff
78 ./usr/share/doc/reference/ref1/roff/mom/color.html text-groff-doc share,groff
79 ./usr/share/doc/reference/ref1/roff/mom/cover.html text-groff-doc share,groff
80 ./usr/share/doc/reference/ref1/roff/mom/definitions.html text-groff-doc share,groff
81 ./usr/share/doc/reference/ref1/roff/mom/docelement.html text-groff-doc share,groff
82 ./usr/share/doc/reference/ref1/roff/mom/docprocessing.html text-groff-doc share,groff
83 ./usr/share/doc/reference/ref1/roff/mom/goodies.html text-groff-doc share,groff
84 ./usr/share/doc/reference/ref1/roff/mom/headfootpage.html text-groff-doc share,groff
85 ./usr/share/doc/reference/ref1/roff/mom/inlines.html text-groff-doc share,groff
[all …]
/netbsd-src/etc/mtree/
H A DNetBSD.dist.base418 ./usr/share/doc/reference/ref1
419 ./usr/share/doc/reference/ref1/atf
420 ./usr/share/doc/reference/ref1/bzip2
421 ./usr/share/doc/reference/ref1/dc
422 ./usr/share/doc/reference/ref1/config
423 ./usr/share/doc/reference/ref1/csh
424 ./usr/share/doc/reference/ref1/ex
425 ./usr/share/doc/reference/ref1/gprof
426 ./usr/share/doc/reference/ref1/kyua
427 ./usr/share/doc/reference/ref1/kyua/kyua-atf-compat
[all …]
/netbsd-src/usr.bin/dc/USD.doc/
H A DMakefile3 SECTION=reference/ref1
/netbsd-src/usr.bin/make/PSD.doc/
H A DMakefile4 SECTION=reference/ref1
/netbsd-src/share/doc/usd/19.memacros/
H A DMakefile6 SECTION=reference/ref1/roff
/netbsd-src/share/doc/usd/20.meref/
H A DMakefile6 SECTION=reference/ref1/roff
/netbsd-src/external/bsd/kyua-atf-compat/share/doc/kyua-atf-compat/
H A DMakefile6 FILESDIR= /usr/share/doc/reference/ref1/kyua/kyua-atf-compat
/netbsd-src/share/doc/usd/18.msdiffs/
H A DMakefile6 SECTION=reference/ref1/roff

1234