Home
last modified time | relevance | path

Searched refs:lower_bound (Results 1 – 25 of 311) sorted by relevance

12345678910>>...13

/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/runtime/
H A DISO_Fortran_binding.c79 GFC_DESCRIPTOR_LBOUND(d, n) = (index_type)s->dim[n].lower_bound; in cfi_desc_to_gfc_desc()
81 + s->dim[n].lower_bound - 1); in cfi_desc_to_gfc_desc()
127 d->dim[n].lower_bound = (CFI_index_t)GFC_DESCRIPTOR_LBOUND(s, n); in gfc_desc_to_cfi_desc()
129 d->dim[n].lower_bound = 0; in gfc_desc_to_cfi_desc()
180 CFI_index_t idx = subscripts[i] - dv->dim[i].lower_bound; in CFI_address()
188 i, i, (int)subscripts[i], (int)dv->dim[i].lower_bound, in CFI_address()
189 (int)(dv->dim[i].extent - dv->dim[i].lower_bound), in CFI_address()
255 dv->dim[i].lower_bound = lower_bounds[i]; in CFI_allocate()
256 dv->dim[i].extent = upper_bounds[i] - dv->dim[i].lower_bound + 1; in CFI_allocate()
390 dv->dim[i].lower_bound = 0; in CFI_establish()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgfortran/runtime/
H A DISO_Fortran_binding.c86 lb = s->dim[n].lower_bound; in cfi_desc_to_gfc_desc()
137 d->dim[n].lower_bound = (CFI_index_t)GFC_DESCRIPTOR_LBOUND(s, n); in gfc_desc_to_cfi_desc()
139 d->dim[n].lower_bound = 0; in gfc_desc_to_cfi_desc()
190 CFI_index_t idx = subscripts[i] - dv->dim[i].lower_bound; in CFI_address()
200 (ptrdiff_t)dv->dim[i].lower_bound, in CFI_address()
201 (ptrdiff_t)(dv->dim[i].extent - dv->dim[i].lower_bound), in CFI_address()
267 dv->dim[i].lower_bound = lower_bounds[i]; in CFI_allocate()
268 dv->dim[i].extent = upper_bounds[i] - dv->dim[i].lower_bound + 1; in CFI_allocate()
424 dv->dim[i].lower_bound = 0; in CFI_establish()
586 lower[i] = source->dim[i].lower_bound; in CFI_section()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Drange-op.cc214 wi_fold_in_parts (r, type, lh.lower_bound (), lh.upper_bound (), in fold_range()
215 rh.lower_bound (), rh.upper_bound ()); in fold_range()
225 wide_int lh_lb = lh.lower_bound (x); in fold_range()
227 wide_int rh_lb = rh.lower_bound (y); in fold_range()
571 if (wi::eq_p (op1.lower_bound (), op1.upper_bound ()) in fold_range()
572 && wi::eq_p (op2.lower_bound (), op2.upper_bound ())) in fold_range()
574 if (wi::eq_p (op1.lower_bound (), op2.upper_bound())) in fold_range()
604 if (wi::eq_p (op2.lower_bound(), op2.upper_bound())) in op1_range()
680 if (wi::eq_p (op1.lower_bound (), op1.upper_bound ()) in fold_range()
681 && wi::eq_p (op2.lower_bound (), op2.upper_bound ())) in fold_range()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Drange-op.cc97 if (wi::lt_p (op.lower_bound (), 0, TYPE_SIGN (op.type ())) in undefined_shift_range_check()
155 wide_int lh_lb = lh.lower_bound (x); in fold_range()
157 wide_int rh_lb = rh.lower_bound (y); in fold_range()
354 if (!wi::eq_p (lhs.upper_bound (), lhs.lower_bound ())) in get_bool_state()
391 if (wi::eq_p (op1.lower_bound (), op1.upper_bound ()) in fold_range()
392 && wi::eq_p (op2.lower_bound (), op2.upper_bound ())) in fold_range()
394 if (wi::eq_p (op1.lower_bound (), op2.upper_bound())) in fold_range()
423 if (wi::eq_p (op2.lower_bound(), op2.upper_bound())) in op1_range()
476 if (wi::eq_p (op1.lower_bound (), op1.upper_bound ()) in fold_range()
477 && wi::eq_p (op2.lower_bound (), op2.upper_bound ())) in fold_range()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
H A Dov_tree_map_.hpp261 point_iterator it = lower_bound(r_key); in operator []()
280 point_iterator it = lower_bound(r_key); in insert()
293 lower_bound(key_const_reference r_key) in lower_bound() function in __gnu_pbds::detail::PB_DS_OV_TREE_NAME
309 lower_bound(key_const_reference r_key) const in lower_bound() function in __gnu_pbds::detail::PB_DS_OV_TREE_NAME
310 { return const_cast<PB_DS_CLASS_C_DEC& >(*this).lower_bound(r_key); } in lower_bound()
315 iterator pot_it = lower_bound(r_key); in upper_bound()
334 iterator pot_it = lower_bound(r_key); in find()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
H A Dov_tree_map_.hpp261 point_iterator it = lower_bound(r_key); in operator []()
280 point_iterator it = lower_bound(r_key); in insert()
293 lower_bound(key_const_reference r_key) in lower_bound() function in __gnu_pbds::detail::PB_DS_OV_TREE_NAME
309 lower_bound(key_const_reference r_key) const in lower_bound() function in __gnu_pbds::detail::PB_DS_OV_TREE_NAME
310 { return const_cast<PB_DS_CLASS_C_DEC& >(*this).lower_bound(r_key); } in lower_bound()
315 iterator pot_it = lower_bound(r_key); in upper_bound()
334 iterator pot_it = lower_bound(r_key); in find()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstl_map.h509 iterator __i = lower_bound(__k); in _GLIBCXX_VISIBILITY()
529 iterator __i = lower_bound(__k); in _GLIBCXX_VISIBILITY()
551 iterator __i = lower_bound(__k); in _GLIBCXX_VISIBILITY()
560 const_iterator __i = lower_bound(__k); in _GLIBCXX_VISIBILITY()
598 iterator __i = lower_bound(__k); in _GLIBCXX_VISIBILITY()
725 iterator __i = lower_bound(__k); in _GLIBCXX_VISIBILITY()
742 iterator __i = lower_bound(__k); in _GLIBCXX_VISIBILITY()
857 iterator __i = lower_bound(__k); in _GLIBCXX_VISIBILITY()
970 iterator __i = lower_bound(__k); in _GLIBCXX_VISIBILITY()
988 iterator __i = lower_bound(__k); in _GLIBCXX_VISIBILITY()
[all …]
H A Dstl_multiset.h812 lower_bound(const key_type& __x) in _GLIBCXX_VISIBILITY()
813 { return _M_t.lower_bound(__x); } in _GLIBCXX_VISIBILITY()
816 lower_bound(const key_type& __x) const in _GLIBCXX_VISIBILITY()
817 { return _M_t.lower_bound(__x); } in _GLIBCXX_VISIBILITY()
822 lower_bound(const _Kt& __x) in _GLIBCXX_VISIBILITY()
828 lower_bound(const _Kt& __x) const in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dstl_map.h497 iterator __i = lower_bound(__k); in _GLIBCXX_VISIBILITY()
517 iterator __i = lower_bound(__k); in _GLIBCXX_VISIBILITY()
539 iterator __i = lower_bound(__k); in _GLIBCXX_VISIBILITY()
548 const_iterator __i = lower_bound(__k); in _GLIBCXX_VISIBILITY()
693 iterator __i = lower_bound(__k); in _GLIBCXX_VISIBILITY()
710 iterator __i = lower_bound(__k); in _GLIBCXX_VISIBILITY()
920 iterator __i = lower_bound(__k); in _GLIBCXX_VISIBILITY()
938 iterator __i = lower_bound(__k); in _GLIBCXX_VISIBILITY()
1258 lower_bound(const key_type& __x) in _GLIBCXX_VISIBILITY()
1259 { return _M_t.lower_bound(__x); } in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dfind_fn_imps.hpp162 lower_bound(key_const_reference r_key) in lower_bound() function in PB_DS_CLASS_C_DEC
168 lower_bound(key_const_reference r_key) const in lower_bound() function in PB_DS_CLASS_C_DEC
178 point_iterator l_bound_it = lower_bound(r_key); in upper_bound()
196 point_const_iterator l_bound_it = lower_bound(r_key); in upper_bound()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dfind_fn_imps.hpp162 lower_bound(key_const_reference r_key) in lower_bound() function in PB_DS_CLASS_C_DEC
168 lower_bound(key_const_reference r_key) const in lower_bound() function in PB_DS_CLASS_C_DEC
178 point_iterator l_bound_it = lower_bound(r_key); in upper_bound()
196 point_const_iterator l_bound_it = lower_bound(r_key); in upper_bound()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TextAPI/
H A DInterfaceFile.cpp35 lower_bound(Container, Target_, [](const Target &LHS, const Target &RHS) { in addEntry()
62 auto Iter = lower_bound(ParentUmbrellas, Target_, in addParentUmbrella()
75 auto Iter = lower_bound(UUIDs, Target_, in addUUID()
122 auto Pos = llvm::lower_bound(Documents, Document, in addDocument()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/
H A Dmultiset.h432 lower_bound(const key_type& __x) in _GLIBCXX_VISIBILITY()
435 return iterator(_Base::lower_bound(__x), this); in _GLIBCXX_VISIBILITY()
441 lower_bound(const key_type& __x) const in _GLIBCXX_VISIBILITY()
445 return const_iterator(_Base::lower_bound(__x), this); in _GLIBCXX_VISIBILITY()
453 lower_bound(const _Kt& __x) in _GLIBCXX_VISIBILITY()
457 return { _Base::lower_bound(__x), this }; in _GLIBCXX_VISIBILITY()
464 lower_bound(const _Kt& __x) const in _GLIBCXX_VISIBILITY()
468 return { _Base::lower_bound(__x), this }; in _GLIBCXX_VISIBILITY()
H A Dset.h420 lower_bound(const key_type& __x) in _GLIBCXX_VISIBILITY()
424 return iterator(_Base::lower_bound(__x), this); in _GLIBCXX_VISIBILITY()
428 lower_bound(const key_type& __x) const in _GLIBCXX_VISIBILITY()
432 return const_iterator(_Base::lower_bound(__x), this); in _GLIBCXX_VISIBILITY()
440 lower_bound(const _Kt& __x) in _GLIBCXX_VISIBILITY()
444 return { _Base::lower_bound(__x), this }; in _GLIBCXX_VISIBILITY()
451 lower_bound(const _Kt& __x) const in _GLIBCXX_VISIBILITY()
455 return { _Base::lower_bound(__x), this }; in _GLIBCXX_VISIBILITY()
H A Dmap.h481 lower_bound(const key_type& __x) in _GLIBCXX_VISIBILITY()
485 return iterator(_Base::lower_bound(__x), this); in _GLIBCXX_VISIBILITY()
493 lower_bound(const _Kt& __x) in _GLIBCXX_VISIBILITY()
497 return { _Base::lower_bound(__x), this }; in _GLIBCXX_VISIBILITY()
502 lower_bound(const key_type& __x) const in _GLIBCXX_VISIBILITY()
506 return const_iterator(_Base::lower_bound(__x), this); in _GLIBCXX_VISIBILITY()
514 lower_bound(const _Kt& __x) const in _GLIBCXX_VISIBILITY()
518 return { _Base::lower_bound(__x), this }; in _GLIBCXX_VISIBILITY()
H A Dmultimap.h440 lower_bound(const key_type& __x) in _GLIBCXX_VISIBILITY()
444 return iterator(_Base::lower_bound(__x), this); in _GLIBCXX_VISIBILITY()
452 lower_bound(const _Kt& __x) in _GLIBCXX_VISIBILITY()
456 return { _Base::lower_bound(__x), this }; in _GLIBCXX_VISIBILITY()
461 lower_bound(const key_type& __x) const in _GLIBCXX_VISIBILITY()
465 return const_iterator(_Base::lower_bound(__x), this); in _GLIBCXX_VISIBILITY()
473 lower_bound(const _Kt& __x) const in _GLIBCXX_VISIBILITY()
477 return { _Base::lower_bound(__x), this }; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/
H A Dmultiset.h460 lower_bound(const key_type& __x) in _GLIBCXX_VISIBILITY()
461 { return iterator(_Base::lower_bound(__x), this); } in _GLIBCXX_VISIBILITY()
466 lower_bound(const key_type& __x) const in _GLIBCXX_VISIBILITY()
467 { return const_iterator(_Base::lower_bound(__x), this); } in _GLIBCXX_VISIBILITY()
474 lower_bound(const _Kt& __x) in _GLIBCXX_VISIBILITY()
475 { return { _Base::lower_bound(__x), this }; } in _GLIBCXX_VISIBILITY()
481 lower_bound(const _Kt& __x) const in _GLIBCXX_VISIBILITY()
482 { return { _Base::lower_bound(__x), this }; } in _GLIBCXX_VISIBILITY()
H A Dset.h471 lower_bound(const key_type& __x) in _GLIBCXX_VISIBILITY()
472 { return iterator(_Base::lower_bound(__x), this); } in _GLIBCXX_VISIBILITY()
477 lower_bound(const key_type& __x) const in _GLIBCXX_VISIBILITY()
478 { return const_iterator(_Base::lower_bound(__x), this); } in _GLIBCXX_VISIBILITY()
485 lower_bound(const _Kt& __x) in _GLIBCXX_VISIBILITY()
486 { return { _Base::lower_bound(__x), this }; } in _GLIBCXX_VISIBILITY()
492 lower_bound(const _Kt& __x) const in _GLIBCXX_VISIBILITY()
493 { return { _Base::lower_bound(__x), this }; } in _GLIBCXX_VISIBILITY()
H A Dmultimap.h492 lower_bound(const key_type& __x) in _GLIBCXX_VISIBILITY()
493 { return iterator(_Base::lower_bound(__x), this); } in _GLIBCXX_VISIBILITY()
500 lower_bound(const _Kt& __x) in _GLIBCXX_VISIBILITY()
501 { return { _Base::lower_bound(__x), this }; } in _GLIBCXX_VISIBILITY()
505 lower_bound(const key_type& __x) const in _GLIBCXX_VISIBILITY()
506 { return const_iterator(_Base::lower_bound(__x), this); } in _GLIBCXX_VISIBILITY()
513 lower_bound(const _Kt& __x) const in _GLIBCXX_VISIBILITY()
514 { return { _Base::lower_bound(__x), this }; } in _GLIBCXX_VISIBILITY()
H A Dmap.h610 lower_bound(const key_type& __x) in _GLIBCXX_VISIBILITY()
611 { return iterator(_Base::lower_bound(__x), this); } in _GLIBCXX_VISIBILITY()
618 lower_bound(const _Kt& __x) in _GLIBCXX_VISIBILITY()
619 { return { _Base::lower_bound(__x), this }; } in _GLIBCXX_VISIBILITY()
623 lower_bound(const key_type& __x) const in _GLIBCXX_VISIBILITY()
624 { return const_iterator(_Base::lower_bound(__x), this); } in _GLIBCXX_VISIBILITY()
631 lower_bound(const _Kt& __x) const in _GLIBCXX_VISIBILITY()
632 { return { _Base::lower_bound(__x), this }; } in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/
H A Dset.h462 lower_bound(const key_type& __x) in _GLIBCXX_VISIBILITY()
463 { return iterator(_Base::lower_bound(__x), this); } in _GLIBCXX_VISIBILITY()
468 lower_bound(const key_type& __x) const in _GLIBCXX_VISIBILITY()
469 { return const_iterator(_Base::lower_bound(__x), this); } in _GLIBCXX_VISIBILITY()
476 lower_bound(const _Kt& __x) in _GLIBCXX_VISIBILITY()
477 { return { _Base::lower_bound(__x), this }; } in _GLIBCXX_VISIBILITY()
483 lower_bound(const _Kt& __x) const in _GLIBCXX_VISIBILITY()
484 { return { _Base::lower_bound(__x), this }; } in _GLIBCXX_VISIBILITY()
H A Dmultiset.h450 lower_bound(const key_type& __x) in _GLIBCXX_VISIBILITY()
451 { return iterator(_Base::lower_bound(__x), this); } in _GLIBCXX_VISIBILITY()
456 lower_bound(const key_type& __x) const in _GLIBCXX_VISIBILITY()
457 { return const_iterator(_Base::lower_bound(__x), this); } in _GLIBCXX_VISIBILITY()
464 lower_bound(const _Kt& __x) in _GLIBCXX_VISIBILITY()
465 { return { _Base::lower_bound(__x), this }; } in _GLIBCXX_VISIBILITY()
471 lower_bound(const _Kt& __x) const in _GLIBCXX_VISIBILITY()
472 { return { _Base::lower_bound(__x), this }; } in _GLIBCXX_VISIBILITY()
H A Dmultimap.h482 lower_bound(const key_type& __x) in _GLIBCXX_VISIBILITY()
483 { return iterator(_Base::lower_bound(__x), this); } in _GLIBCXX_VISIBILITY()
490 lower_bound(const _Kt& __x) in _GLIBCXX_VISIBILITY()
491 { return { _Base::lower_bound(__x), this }; } in _GLIBCXX_VISIBILITY()
495 lower_bound(const key_type& __x) const in _GLIBCXX_VISIBILITY()
496 { return const_iterator(_Base::lower_bound(__x), this); } in _GLIBCXX_VISIBILITY()
503 lower_bound(const _Kt& __x) const in _GLIBCXX_VISIBILITY()
504 { return { _Base::lower_bound(__x), this }; } in _GLIBCXX_VISIBILITY()
H A Dmap.h601 lower_bound(const key_type& __x) in _GLIBCXX_VISIBILITY()
602 { return iterator(_Base::lower_bound(__x), this); } in _GLIBCXX_VISIBILITY()
609 lower_bound(const _Kt& __x) in _GLIBCXX_VISIBILITY()
610 { return { _Base::lower_bound(__x), this }; } in _GLIBCXX_VISIBILITY()
614 lower_bound(const key_type& __x) const in _GLIBCXX_VISIBILITY()
615 { return const_iterator(_Base::lower_bound(__x), this); } in _GLIBCXX_VISIBILITY()
622 lower_bound(const _Kt& __x) const in _GLIBCXX_VISIBILITY()
623 { return { _Base::lower_bound(__x), this }; } in _GLIBCXX_VISIBILITY()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dset165 iterator lower_bound(const key_type& k);
166 const_iterator lower_bound(const key_type& k) const;
168 iterator lower_bound(const K& x); // C++14
170 const_iterator lower_bound(const K& x) const; // C++14
370 iterator lower_bound(const key_type& k);
371 const_iterator lower_bound(const key_type& k) const;
373 iterator lower_bound(const K& x); // C++14
375 const_iterator lower_bound(const K& x) const; // C++14
817 iterator lower_bound(const key_type& __k)
818 {return __tree_.lower_bound(__k);}
[all …]

12345678910>>...13