| /freebsd/contrib/llvm-project/libcxx/include/__locale_dir/ |
| H A D | money.h | 202 const moneypunct<char_type, true>& __mp = std::use_facet<moneypunct<char_type, true> >(__loc); in __gather_info() local 203 __pat = __mp.neg_format(); in __gather_info() 204 __nsn = __mp.negative_sign(); in __gather_info() 205 __psn = __mp.positive_sign(); in __gather_info() 206 __dp = __mp.decimal_point(); in __gather_info() 207 __ts = __mp.thousands_sep(); in __gather_info() 208 __grp = __mp.grouping(); in __gather_info() 209 __sym = __mp.curr_symbol(); in __gather_info() 210 __fd = __mp.frac_digits(); in __gather_info() 212 const moneypunct<char_type, false>& __mp = std::use_facet<moneypunct<char_type, false> >(__loc); in __gather_info() local [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
| H A D | rotate.h | 211 __bit_iterator<_Cp, false> __mp = std::swap_ranges(__first, __middle, __middle); in __rotate() local 213 __middle = __mp; in __rotate() 223 __bit_iterator<_Cp, false> __mp = __first + __d2; in __rotate() local 224 std::swap_ranges(__first, __mp, __middle); in __rotate() 225 __first = __mp; in __rotate()
|
| /freebsd/contrib/llvm-project/libcxx/include/__chrono/ |
| H A D | year_month_day.h | 84 const unsigned __mp = (5 * __doy + 2) / 153; // [0, 11] in __from_days() local 85 const unsigned __dy = __doy - (153 * __mp + 2) / 5 + 1; // [1, 31] in __from_days() 86 const unsigned __mth = __mp + (__mp < 10 ? 3 : -9); // [1, 12] in __from_days()
|
| /freebsd/contrib/llvm-project/libcxx/src/ryu/ |
| H A D | f2s.cpp | 174 const uint32_t __mp = 4 * __m2 + 2; in __f2d() local 191 __vp = __mulPow5InvDivPow2(__mp, __q, __i); in __f2d() 209 __vp -= __multipleOfPowerOf5(__mp, __q); in __f2d() 219 __vp = __mulPow5divPow2(__mp, static_cast<uint32_t>(__i), __j); in __f2d()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | locale | 2374 const moneypunct<char_type, true>& __mp = std::use_facet<moneypunct<char_type, true> >(__loc); 2375 __pat = __mp.neg_format(); 2376 __nsn = __mp.negative_sign(); 2377 __psn = __mp.positive_sign(); 2378 __dp = __mp.decimal_point(); 2379 __ts = __mp.thousands_sep(); 2380 __grp = __mp.grouping(); 2381 __sym = __mp.curr_symbol(); 2382 __fd = __mp.frac_digits(); 2384 const moneypunct<char_type, false>& __mp = std::use_facet<moneypunct<char_type, false> >(__loc); [all …]
|
| H A D | deque | 598 __map_pointer __mp = __map_.begin() + __start_ / __block_size; 599 return iterator(__mp, __map_.empty() ? 0 : *__mp + __start_ % __block_size); 603 …__map_const_pointer __mp = static_cast<__map_const_pointer>(__map_.begin() + __start_ / __block_si… 604 return const_iterator(__mp, __map_.empty() ? 0 : *__mp + __start_ % __block_size); 609 __map_pointer __mp = __map_.begin() + __p / __block_size; 610 return iterator(__mp, __map_.empty() ? 0 : *__mp + __p % __block_size); 615 … __map_const_pointer __mp = static_cast<__map_const_pointer>(__map_.begin() + __p / __block_size); 616 return const_iterator(__mp, __map_.empty() ? 0 : *__mp + __p % __block_size);
|
| H A D | __bit_reference | 617 __bit_iterator<_Cp, false> __mp = std::swap_ranges(__first, __middle, __middle); 619 __middle = __mp; 629 __bit_iterator<_Cp, false> __mp = __first + __d2; 630 std::swap_ranges(__first, __mp, __middle); 631 __first = __mp;
|
| H A D | bitset | 653 size_t __mp = std::min(__str.size(), _Size); 655 for (; __i < __mp; ++__i) { 656 _CharT __c = __str[__mp - 1 - __i];
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | deque | 724 __map_pointer __mp = __map_.begin() + __start_ / __block_size; 725 return iterator(__mp, __map_.empty() ? 0 : *__mp + __start_ % __block_size); 729 …__map_const_pointer __mp = static_cast<__map_const_pointer>(__map_.begin() + __start_ / __block_si… 730 return const_iterator(__mp, __map_.empty() ? 0 : *__mp + __start_ % __block_size); 735 __map_pointer __mp = __map_.begin() + __p / __block_size; 736 return iterator(__mp, __map_.empty() ? 0 : *__mp + __p % __block_size); 741 … __map_const_pointer __mp = static_cast<__map_const_pointer>(__map_.begin() + __p / __block_size); 742 return const_iterator(__mp, __map_.empty() ? 0 : *__mp + __p % __block_size);
|
| H A D | bitset | 736 size_t __mp = std::min(__str.size(), _Size); 738 for (; __i < __mp; ++__i) { 739 _CharT __c = __str[__mp - 1 - __i];
|
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | altivec.h | 18370 #define vec_cntm(__a, __mp) \ argument 18373 (unsigned char)(__mp)), \ 18376 (unsigned char)(__mp)), \ 18379 (unsigned char)(__mp)), \ 18382 (unsigned char)(__mp)))
|