Home
last modified time | relevance | path

Searched refs:__mp (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/
H A Dmoney.h202 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 Drotate.h211 __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 Dyear_month_day.h84 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 Df2s.cpp174 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 Dlocale2374 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 Ddeque598 __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_reference617 __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 Dbitset653 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 Ddeque724 __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 Dbitset736 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 Daltivec.h18370 #define vec_cntm(__a, __mp) \ argument
18373 (unsigned char)(__mp)), \
18376 (unsigned char)(__mp)), \
18379 (unsigned char)(__mp)), \
18382 (unsigned char)(__mp)))