Home
last modified time | relevance | path

Searched refs:__e (Results 1 – 25 of 52) sorted by relevance

123

/freebsd/contrib/llvm-project/libcxx/src/include/ryu/
H A Dcommon.h68 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI inline int32_t __pow5bits(const int32_t __e) { in __pow5bits() argument
72 _LIBCPP_ASSERT_INTERNAL(__e >= 0, ""); in __pow5bits()
73 _LIBCPP_ASSERT_INTERNAL(__e <= 3528, ""); in __pow5bits()
74 return static_cast<int32_t>(((static_cast<uint32_t>(__e) * 1217359) >> 19) + 1); in __pow5bits()
80 _LIBCPP_ASSERT_INTERNAL(__e >= 0, ""); in __log10Pow2()
81 _LIBCPP_ASSERT_INTERNAL(__e <= 1650, ""); in __log10Pow2()
82 return (static_cast<uint32_t>(__e) * 78913) >> 18; in __log10Pow2()
86 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI inline uint32_t __log10Pow5(const int32_t __e) { in __log10Pow5() argument
88 _LIBCPP_ASSERT_INTERNAL(__e >= 0, ""); in __log10Pow5()
89 _LIBCPP_ASSERT_INTERNAL(__e <= 2620, ""); in __log10Pow5()
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__math/
H A Dexponential_functions.h45 …e _LIBCPP_HIDE_FROM_ABI float frexp(float __x, int* __e) _NOEXCEPT { return __builtin_frexpf(__x, in frexp() argument
48 _LIBCPP_HIDE_FROM_ABI double frexp(double __x, int* __e) _NOEXCEPT { in frexp() argument
49 return __builtin_frexp(__x, __e); in frexp()
53 return __builtin_frexpl(__x, __e); in frexp()
58 return __builtin_frexp((double)__x, __e); in frexp()
63 …ne _LIBCPP_HIDE_FROM_ABI float ldexp(float __x, int __e) _NOEXCEPT { return __builtin_ldexpf(__x, in ldexp() argument
66 _LIBCPP_HIDE_FROM_ABI double ldexp(double __x, int __e) _NOEXCEPT { in ldexp() argument
67 return __builtin_ldexp(__x, __e); in ldexp()
71 return __builtin_ldexpl(__x, __e); in ldexp()
75 inline _LIBCPP_HIDE_FROM_ABI double ldexp(_A1 __x, int __e) _NOEXCEPT { in ldexp() argument
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dranges_find_if_not.h45 …auto __pred2 = [&](auto&& __e) -> bool { return !std::invoke(__pred, std::forward<decltype(__e)>(_…
52 …auto __pred2 = [&](auto&& __e) -> bool { return !std::invoke(__pred, std::forward<decltype(__e)>(_…
/freebsd/contrib/llvm-project/libcxx/include/__atomic/
H A Datomic_base.h71 compare_exchange_weak(_Tp& __e, _Tp __d, memory_order __s, memory_order __f) volatile _NOEXCEPT in compare_exchange_weak()
73 …return std::__cxx_atomic_compare_exchange_weak(std::addressof(__a_), std::addressof(__e), __d, __s… in compare_exchange_weak()
77 …return std::__cxx_atomic_compare_exchange_weak(std::addressof(__a_), std::addressof(__e), __d, __s… in compare_exchange_weak()
80 compare_exchange_strong(_Tp& __e, _Tp __d, memory_order __s, memory_order __f) volatile _NOEXCEPT in compare_exchange_strong()
82 …return std::__cxx_atomic_compare_exchange_strong(std::addressof(__a_), std::addressof(__e), __d, _… in compare_exchange_strong()
89 …compare_exchange_weak(_Tp& __e, _Tp __d, memory_order __m = memory_order_seq_cst) volatile _NOEXCE…
90 …return std::__cxx_atomic_compare_exchange_weak(std::addressof(__a_), std::addressof(__e), __d, __m…
93 compare_exchange_weak(_Tp& __e, _Tp __d, memory_order __m = memory_order_seq_cst) _NOEXCEPT {
94 …return std::__cxx_atomic_compare_exchange_weak(std::addressof(__a_), std::addressof(__e), __d, __m…
97 …compare_exchange_strong(_Tp& __e, _Tp __d, memory_order __m = memory_order_seq_cst) volatile _NOEX…
[all …]
H A Datomic.h365 return __o->compare_exchange_weak(*__e, __d);
371 return __o->compare_exchange_weak(*__e, __d);
379 return __o->compare_exchange_strong(*__e, __d);
385 return __o->compare_exchange_strong(*__e, __d);
393 typename atomic<_Tp>::value_type* __e,
397 return __o->compare_exchange_weak(*__e, __d, __s, __f);
403 typename atomic<_Tp>::value_type* __e,
407 return __o->compare_exchange_weak(*__e, __d, __s, __f);
415 typename atomic<_Tp>::value_type* __e,
419 return __o->compare_exchange_strong(*__e, __d, __s, __f);
[all …]
/freebsd/contrib/llvm-project/libcxx/include/
H A Dlocale356 if (__b == __e)
883 if (__b == __e)
932 if (__b == __e)
988 if (__b == __e)
1026 if (__b == __e)
1463 if (__b == __e)
1754 if (__b == __e)
1791 iter_type __e,
1832 if (__b == __e)
2645 if (__b == __e)
[all …]
H A Dlist1047 for (const_iterator __i = __c.begin(), __e = __c.end(); __i != __e; ++__i)
1137 if (__i == __e)
1140 erase(__i, __e);
1149 if (__i == __e)
1152 erase(__i, __e);
1496 for (const_iterator __i = begin(), __e = end(); __i != __e;) {
1503 if (__i != __e)
1516 for (iterator __i = begin(), __e = end(); __i != __e;) {
1523 if (__i != __e)
1536 for (iterator __i = begin(), __e = end(); __i != __e;) {
[all …]
H A Dforward_list1044 iterator __e = end();
1047 if (__j == __e)
1057 iterator __e = end();
1060 if (__j == __e)
1225 if (__n != __e) {
1234 return iterator(__e);
1245 if (__i != __e)
1265 if (__i != __e)
1345 if (__j == __e)
1368 if (__j == __e)
[all …]
H A Ddeque496 __end_(__e) {}
569 for (; __i != __e; ++__i)
606 emplace_back(std::forward<decltype(__e)>(__e));
1395 iterator __e = end();
1661 iterator __e = end();
1666 __e = std::move_backward(__e - __de, __em1, __e);
1715 __e = std::move_backward(__e - __de, __em1, __e);
1769 __e = __move_backward_and_check(__e - __de, __em1, __e, __vt);
1770 *--__e = *__vt;
2442 for (iterator __e = end(); __i != __e; ++__i)
[all …]
H A Dvalarray664 …_LIBCPP_HIDE_FROM_ABI __shift_expr(int __n, const _RmExpr& __e) : __expr_(__e), __size_(__e.size()…
698 …_LIBCPP_HIDE_FROM_ABI __cshift_expr(int __n, const _RmExpr& __e) : __expr_(__e), __size_(__e.size(…
1267 for (_Ip __i = __1d_.__begin_, __e = __1d_.__end_; __i != __e; ++__i, ++__j)
1276 for (_Ip __i = __1d_.__begin_, __e = __1d_.__end_; __i != __e; ++__i, ++__j)
1285 for (_Ip __i = __1d_.__begin_, __e = __1d_.__end_; __i != __e; ++__i, ++__j)
1294 for (_Ip __i = __1d_.__begin_, __e = __1d_.__end_; __i != __e; ++__i, ++__j)
1303 for (_Ip __i = __1d_.__begin_, __e = __1d_.__end_; __i != __e; ++__i, ++__j)
1312 for (_Ip __i = __1d_.__begin_, __e = __1d_.__end_; __i != __e; ++__i, ++__j)
1321 for (_Ip __i = __1d_.__begin_, __e = __1d_.__end_; __i != __e; ++__i, ++__j)
1373 for (_Ip __i = __1d_.__begin_, __e = __1d_.__end_; __i != __e; ++__i)
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__exception/
H A Dexception_ptr.h85 _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep __e) _NOEXCEPT { in make_exception_ptr() argument
96 ::new (__ex) _Ep2(__e); in make_exception_ptr()
104 throw __e; in make_exception_ptr()
110 ((void)__e); in make_exception_ptr()
152 _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep __e) _NOEXCEPT {
153 return __copy_exception_ptr(std::addressof(__e), __GetExceptionInfo(__e));
H A Dnested_exception.h89 rethrow_if_nested(const _Ep& __e, __enable_if_t< __can_dynamic_cast<_Ep, nested_exception>::value>*…
90 const nested_exception* __nep = dynamic_cast<const nested_exception*>(std::addressof(__e));
/freebsd/contrib/llvm-project/libcxx/include/__system_error/
H A Derror_condition.h62 _LIBCPP_HIDE_FROM_ABI error_condition(_Ep __e) _NOEXCEPT {
64 *this = make_error_condition(__e);
73 _LIBCPP_HIDE_FROM_ABI error_condition& operator=(_Ep __e) _NOEXCEPT {
75 *this = make_error_condition(__e);
92 inline _LIBCPP_HIDE_FROM_ABI error_condition make_error_condition(errc __e) _NOEXCEPT {
93 return error_condition(static_cast<int>(__e), generic_category());
H A Derror_code.h53 _LIBCPP_HIDE_FROM_ABI error_code(_Ep __e) _NOEXCEPT { in error_code() argument
55 *this = make_error_code(__e); in error_code()
64 _LIBCPP_HIDE_FROM_ABI error_code& operator=(_Ep __e) _NOEXCEPT {
66 *this = make_error_code(__e);
88 inline _LIBCPP_HIDE_FROM_ABI error_code make_error_code(errc __e) _NOEXCEPT { in make_error_code() argument
89 return error_code(static_cast<int>(__e), generic_category()); in make_error_code()
/freebsd/contrib/llvm-project/libcxx/include/__random/
H A Ddiscard_block_engine.h62 _LIBCPP_HIDE_FROM_ABI explicit discard_block_engine(const _Engine& __e) : __e_(__e), __n_(0) {} in discard_block_engine() argument
64 …_LIBCPP_HIDE_FROM_ABI explicit discard_block_engine(_Engine&& __e) : __e_(std::move(__e)), __n_(0)… in discard_block_engine() argument
158 _Eng __e; variable
160 __is >> __e >> __n;
162 __x.__e_ = __e;
H A Dindependent_bits_engine.h90 _LIBCPP_HIDE_FROM_ABI explicit independent_bits_engine(const _Engine& __e) : __e_(__e) {} in independent_bits_engine() argument
92 _LIBCPP_HIDE_FROM_ABI explicit independent_bits_engine(_Engine&& __e) : __e_(std::move(__e)) {} in independent_bits_engine() argument
194 _Eng __e; variable
195 __is >> __e;
197 __x.__e_ = __e;
H A Dshuffle_order_engine.h86 _LIBCPP_HIDE_FROM_ABI explicit shuffle_order_engine(const _Engine& __e) : __e_(__e) { __init(); }
88 …_LIBCPP_HIDE_FROM_ABI explicit shuffle_order_engine(_Engine&& __e) : __e_(std::move(__e)) { __init…
212 _Eng __e;
214 __is >> __e;
218 __x.__e_ = __e;
H A Dpoisson_distribution.h161 double __e; in operator() local
165 __e = __edist(__urng); in operator()
168 __t = 1.8 + (__u < 0 ? -__e : __e); in operator()
202 if (__pr.__c_ * std::abs(__u) <= __py * std::exp(__px + __e) - __fy * std::exp(__fx + __e)) in operator()
H A Duniform_int_distribution.h64 _LIBCPP_HIDE_FROM_ABI __independent_bits_engine(_Engine& __e, size_t __w);
75 __independent_bits_engine<_Engine, _UIntType>::__independent_bits_engine(_Engine& __e, size_t __w) in __independent_bits_engine() argument
76 : __e_(__e), __w_(__w) { in __independent_bits_engine()
224 _Eng __e(__g, __w); in operator()
227 __u = __e(); in operator()
H A Dgamma_distribution.h138 const result_type __e = -std::log((1 - __u) / __a); in operator() local
139 __x = std::pow(1 - __a + __a * __e, 1 / __a); in operator()
140 if (__x <= __e + __es) in operator()
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Dpath.h85 return __e == _ECharT('/') || __e == _ECharT('\\');
87 return __e == _ECharT('/');
144 _Iter __e = __b;
145 for (; *__e != __sentinel; ++__e)
147 return __e;
227 if (__b == __e)
229 basic_string<_ECharT> __tmp(__b, __e);
269 for (; __b != __e; ++__b)
275 __dest.append(__b, __e);
304 basic_string<char> __tmp(__b, __e);
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__expected/
H A Dbad_expected_access.h51 _LIBCPP_HIDE_FROM_ABI explicit bad_expected_access(_Err __e) : __unex_(std::move(__e)) {} in bad_expected_access() argument
/freebsd/contrib/llvm-project/libcxx/src/support/runtime/
H A Dexception_pointer_cxxabi.ipp31 exception_ptr exception_ptr::__from_native_exception_pointer(void* __e) noexcept {
33 ptr.__ptr_ = __e;
H A Dexception_pointer_glibcxx.ipp49 exception_ptr exception_ptr::__from_native_exception_pointer(void* __e) noexcept {
51 new (reinterpret_cast<void*>(&ptr)) __exception_ptr::exception_ptr(__e);
/freebsd/contrib/llvm-project/libcxx/src/
H A Dstd_stream.h322 const char_type* __e; in overflow() local
323 __r = __cv_->out(*__st_, pbase, pptr, __e, __extbuf, __extbuf + sizeof(__extbuf), __extbe); in overflow()
324 if (__e == pbase) in overflow()
334 pbase = const_cast<char_type*>(__e); in overflow()

123