Home
last modified time | relevance | path

Searched defs:__upper_bound (Results 1 – 5 of 5) sorted by relevance

/llvm-project/libcxx/include/__format/
H A Descaped_output_table.h852 uint32_t __upper_bound = (__entries[__i] >> 14) + (__entries[__i] & 0x3fffu); in __needs_escape() local
H A Dwidth_estimation_table.h260 uint32_t __upper_bound = (__entries[__i] >> 14) + (__entries[__i] & 0x3fffu); in __estimated_width() local
H A Dindic_conjunct_break_table.h337 uint32_t __upper_bound = (__entries[__i] >> 11) + ((__entries[__i] >> 2) & 0b1'1111'1111); in __get_property() local
H A Dextended_grapheme_cluster_table.h1650 uint32_t __upper_bound = (__entries[__i] >> 11) + ((__entries[__i] >> 4) & 0x7f); in __get_property() local
/llvm-project/libcxx/include/__algorithm/
H A Dupper_bound.h35 __upper_bound(_Iter __first, _Sent __last, const _Tp& __value, _Compare&& __comp, _Proj&& __proj) { __upper_bound() function