Searched refs:dom1 (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/mit/isl/dist/
H A Disl_multi_gist.c13 /* Compute the gist of the parameter domain "dom1" with respect to "dom2".
18 static __isl_give DOM *FN(MULTI(BASE),domain_gist_params)(DOM *dom1, argument
24 dom1 = FN(DOM,gist_params)(dom1, params);
26 return dom1;
H A Disl_multi_intersect.c13 /* Intersect the parameter domain "dom1" with "dom2".
14 * That is, intersect the parameters of "dom2" with "dom1".
16 * Even though "dom1" is known to only involve parameter constraints,
20 static __isl_give DOM *FN(MULTI(BASE),params_domain_intersect)(DOM *dom1, argument
25 params = FN(DOM,params)(dom1);
H A Disl_multi_explicit_domain.c166 DOM *dom1, *dom2; local
172 dom1 = FN(MULTI(BASE),get_explicit_domain)(multi1);
174 equal = FN(DOM,is_equal)(dom1, dom2);
175 FN(DOM,free)(dom1);
H A Disl_union_multi.c329 isl_set *dom1, *dom2; local
334 dom1 = FN(PART,domain)(FN(PART,copy)(part1));
336 disjoint = isl_set_is_disjoint(dom1, dom2);
337 isl_set_free(dom1);
H A Disl_schedule_band.c1041 isl_union_set *dom1, *dom2; local
1047 dom1 = isl_multi_union_pw_aff_domain(
1051 subset = isl_union_set_is_subset(dom1, dom2);
1052 isl_union_set_free(dom1);
H A Disl_fold.c1548 isl_set *dom1, *dom2; local
1559 dom1 = isl_pw_qpolynomial_fold_domain(isl_pw_qpolynomial_fold_copy(pwf1));
1561 is_subset = isl_set_is_subset(dom2, dom1);
1562 isl_set_free(dom1);
H A Disl_space.c1571 isl_space *dom1, *dom2, *nest1, *nest2; local
1588 dom1 = isl_space_domain(isl_space_copy(left));
1590 nest1 = isl_space_wrap(isl_space_join(isl_space_reverse(dom1), dom2));
1592 dom1 = isl_space_range(left);
1594 nest2 = isl_space_wrap(isl_space_join(isl_space_reverse(dom1), dom2));
1609 isl_space *ran, *dom1, *dom2, *nest; local
1620 dom1 = isl_space_domain(left);
1622 nest = isl_space_wrap(isl_space_join(isl_space_reverse(dom1), dom2));
/netbsd-current/external/mpl/bind/dist/bin/tests/system/catz/
H A Dtests.sh134 echo_i "checking that dom1.example. is not served by primary ($n)"
136 wait_for_no_soa @10.53.0.1 dom1.example. dig.out.test$n || ret=1
141 echo_i "Adding a domain dom1.example. to primary via RNDC ($n)"
144 echo "@ 3600 IN SOA . . 1 3600 3600 3600 3600" >ns1/dom1.example.db
145 echo "@ 3600 IN NS invalid." >>ns1/dom1.example.db
146 echo "foo 3600 IN TXT some content here" >>ns1/dom1.example.db
147 echo "bar 3600 IN TXT some content here" >>ns1/dom1.example.db
148 echo "xxx 3600 IN TXT some content here" >>ns1/dom1.example.db
149 echo "yyy 3600 IN TXT some content here" >>ns1/dom1.example.db
150 rndccmd 10.53.0.1 addzone dom1
[all...]

Completed in 117 milliseconds