Home
last modified time | relevance | path

Searched refs:intersection (Results 1 – 25 of 90) sorted by relevance

1234

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/datetime/
H A Dinterval.d639 interval = The interval to check for intersection with this interval.
669 interval = The interval to check for intersection with this interval.
695 interval = The interval to check for intersection with this interval.
718 Returns the intersection of two intervals
729 assert(Interval!Date(Date(1996, 1, 2), Date(2012, 3, 1)).intersection(
733 assert(Interval!Date(Date(1996, 1, 2), Date(2012, 3, 1)).intersection(
738 Interval intersection(scope const Interval interval) const
753 Returns the intersection of two intervals
764 assert(Interval!Date(Date(1996, 1, 2), Date(2012, 3, 1)).intersection(
768 assert(Interval!Date(Date(1996, 1, 2), Date(2012, 3, 1)).intersection(
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
H A Dinterval.d611 interval = The interval to check for intersection with this interval.
641 interval = The interval to check for intersection with this interval.
667 interval = The interval to check for intersection with this interval.
690 Returns the intersection of two intervals
701 assert(Interval!Date(Date(1996, 1, 2), Date(2012, 3, 1)).intersection(
705 assert(Interval!Date(Date(1996, 1, 2), Date(2012, 3, 1)).intersection(
710 Interval intersection(in Interval interval) const
725 Returns the intersection of two intervals
736 assert(Interval!Date(Date(1996, 1, 2), Date(2012, 3, 1)).intersection(
740 assert(Interval!Date(Date(1996, 1, 2), Date(2012, 3, 1)).intersection(
[all …]
/netbsd-src/external/mpl/bind/dist/doc/arm/_ext/
H A Discconf.py410 for name in set(old).intersection(set(new)):
476 or set(item["tags"]).intersection(acceptable_tags)
480 or set(item["block_names"]).intersection(
/netbsd-src/external/gpl2/groff/dist/font/devlbp/
H A DEI205 ca 1900 0 0xef -- 6,16 # intersection "intersection, cap"
H A DCB205 ca 2200 0 0xef -- 6,16 # intersection "intersection, cap"
H A DCR205 ca 2200 0 0xef -- 6,16 # intersection "intersection, cap"
H A DEB205 ca 1900 0 0xef -- 6,16 # intersection "intersection, cap"
H A DER205 ca 1900 0 0xef -- 6,16 # intersection "intersection, cap"
H A DCI205 ca 2200 0 0xef -- 6,16 # intersection "intersection, cap"
H A DTBI378 ca 2620 0 0xef 6,16 # intersection "intersection, cap"
H A DHBI377 ca 2620 0 0xef 6,16 # intersection "intersection, cap"
H A DHNR376 ca 645 0 0xef 6,16 # intersection "intersection, cap"
H A DTR377 ca 2620 0 0xef 6,16 # intersection "intersection, cap"
H A DHI377 ca 2620 0 0xef 6,16 # intersection "intersection, cap"
H A DTI378 ca 2620 0 0xef 6,16 # intersection "intersection, cap"
H A DTB378 ca 2620 0 0xef 6,16 # intersection "intersection, cap"
H A DHR376 ca 2620 0 0xef 6,16 # intersection "intersection, cap"
H A DHB376 ca 2620 0 0xef 6,16 # intersection "intersection, cap"
H A DHNI376 ca 645 0 0xef 6,16 # intersection "intersection, cap"
H A DHNBI376 ca 645 0 0xef 6,16 # intersection "intersection, cap"
/netbsd-src/external/gpl2/groff/dist/font/devps/
H A DSS140 --- 684,453,0,80,14,80 3 199 intersection
H A DS157 ca 768,509 3 199 intersection
/netbsd-src/external/apache2/llvm/dist/llvm/utils/
H A Dupdate_mca_test_checks.py189 common_to_all = set.intersection(*all_sets)
356 common_values = set.intersection(*pruned_sets[i])
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/
H A Dwarn-on-use.m424 # in the intersection of C89 and C11 (such as printf) without
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dconstraint-manager.cc738 const bounded_ranges *intersection in eval_condition() local
741 if (intersection->m_ranges.length () > 0) in eval_condition()
745 if (intersection == this) in eval_condition()
862 bounded_range intersection (NULL_TREE, NULL_TREE); in get_or_create_intersection() local
863 if (r_a.intersects_p (r_b, &intersection)) in get_or_create_intersection()
865 ranges.safe_push (intersection); in get_or_create_intersection()
2161 const bounded_ranges *intersection in add_bounded_ranges() local
2163 if (intersection->empty_p ()) in add_bounded_ranges()
2171 iter.m_ranges = intersection; in add_bounded_ranges()

1234