Searched refs:__mu (Results 1 – 3 of 3) sorted by relevance
68 auto const __mu = static_cast<long long>(static_cast<unsigned>(__lhs)) + (__rhs.count() - 1); variable69 auto const __yr = (__mu >= 0 ? __mu : __mu - 11) / 12;70 return month{static_cast<unsigned>(__mu - __yr * 12 + 1)};
102 auto const __mu = static_cast<long long>(__lhs.c_encoding()) + __rhs.count(); variable103 auto const __yr = (__mu >= 0 ? __mu : __mu - 6) / 7;104 return weekday{static_cast<unsigned>(__mu - __yr * 7)};
81 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 _Tp& __mu(reference_wrapper<_Tp> __t, _U…93 __mu(_Ti& __ti, tuple<_Uj...>& __uj) {109 __mu(_Ti&, _Uj& __uj) {119 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 _Ti& __mu(_Ti& __ti, _Uj&) {196 return std::__invoke(__f, std::__mu(std::get<_Indx>(__bound_args), __args)...);