Home
last modified time | relevance | path

Searched refs:__base (Results 1 – 25 of 47) sorted by relevance

12

/freebsd/contrib/llvm-project/libcxx/include/
H A Dlimits440 typedef __libcpp_numeric_limits<__remove_cv_t<_Tp> > __base;
441 typedef typename __base::type type;
449 static _LIBCPP_CONSTEXPR const int digits = __base::digits;
455 static _LIBCPP_CONSTEXPR const int radix = __base::radix;
534 typedef numeric_limits<_Tp> __base;
543 static _LIBCPP_CONSTEXPR const int digits = __base::digits;
549 static _LIBCPP_CONSTEXPR const int radix = __base::radix;
628 typedef numeric_limits<_Tp> __base;
643 static _LIBCPP_CONSTEXPR const int radix = __base::radix;
722 typedef numeric_limits<_Tp> __base;
[all …]
H A Dmap1000 typedef typename __base::__node_traits __node_traits;
1007 __base __tree_;
1014 typedef __map_iterator<typename __base::iterator> iterator;
1441 typedef typename __base::__node __node;
1442 typedef typename __base::__node_allocator __node_allocator;
1443 typedef typename __base::__node_pointer __node_pointer;
1445 typedef typename __base::__parent_pointer __parent_pointer;
1685 typedef typename __base::__node_traits __node_traits;
1692 __base __tree_;
2033 typedef typename __base::__node __node;
[all …]
H A Dset586 __base __tree_;
589 typedef typename __base::pointer pointer;
590 typedef typename __base::const_pointer const_pointer;
591 typedef typename __base::size_type size_type;
593 typedef typename __base::const_iterator iterator;
594 typedef typename __base::const_iterator const_iterator;
1043 __base __tree_;
1046 typedef typename __base::pointer pointer;
1047 typedef typename __base::const_pointer const_pointer;
1048 typedef typename __base::size_type size_type;
[all …]
H A Dfuture1452 _LIBCPP_HIDE_FROM_ABI _LIBCPP_NO_CFI __base* __get_buf() { return (__base*)&__buf_; }
1457 __base* __f_;
1488 __f_ = (__base*)&__buf_;
1502 __f_ = (__base*)&__buf_;
1520 __f_ = (__base*)&__buf_;
1562 if (__f_ == (__base*)&__buf_ && __f.__f_ == (__base*)&__f.__buf_) {
1566 __base* __t = (__base*)&__tempbuf;
1573 __f_ = (__base*)&__buf_;
1576 __f.__f_ = (__base*)&__f.__buf_;
1581 __f.__f_ = (__base*)&__f.__buf_;
[all …]
H A Dvariant472 struct __base {
482 return __base::__get_alt<_Ip>(std::forward<_Vp>(__v).__impl_);
490 struct __base {
586 return __base::__visit_alt(
711 class _LIBCPP_TEMPLATE_VIS __base {
742 friend struct __access::__base;
743 friend struct __visitation::__base;
778 __visitation::__base::__visit_alt(
812 __visitation::__base::__visit_alt_at(
926 __visitation::__base::__visit_alt_at(
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__charconv/
H A Dto_chars_integral.h106 return std::__to_chars_integral(__first, __last, __x, __base, false_type()); in __to_chars_integral()
251 unsigned __base_2 = __base * __base;
252 unsigned __base_3 = __base_2 * __base;
257 if (__value < __base)
276 if (__base == 10) [[likely]]
279 switch (__base) {
289 int __n = std::__to_chars_integral_width(__value, __base);
296 unsigned __c = __value % __base;
297 __value /= __base;
313 to_chars(char* __first, char* __last, _Tp __value, int __base) {
[all …]
H A Dfrom_chars_integral.h86 if (__base <= 10) in __in_pattern()
87 return {'0' <= __c && __c < '0' + __base, __c - '0'}; in __in_pattern()
90 else if ('a' <= __c && __c < 'a' + __base - 10) in __in_pattern()
93 return {'A' <= __c && __c < 'A' + __base - 10, __c - 'A' + 10}; in __in_pattern()
175 __from_chars_integral(const char* __first, const char* __last, _Tp& __value, int __base) { in __from_chars_integral() argument
176 if (__base == 10) in __from_chars_integral()
211 __base); in __from_chars_integral()
216 __from_chars_integral(const char* __first, const char* __last, _Tp& __value, int __base) { in __from_chars_integral() argument
229 from_chars(const char* __first, const char* __last, _Tp& __value, int __base) { in from_chars() argument
230 _LIBCPP_ASSERT_UNCATEGORIZED(2 <= __base && __base <= 36, "base not in [2, 36]"); in from_chars()
[all …]
/freebsd/crypto/openssl/Configurations/platform/
H A DBASE.pm28 sub staticname { return __base($_[1], '.a') } # Name of static lib
41 sub def { return __base($_[1], '.ld') . $_[0]->defext() }
42 sub obj { return __base($_[1], '.o') . $_[0]->objext() }
43 sub res { return __base($_[1], '.res') . $_[0]->resext() }
44 sub dep { return __base($_[1], '.o') . $_[0]->depext() } # <- objname
45 sub asm { return __base($_[1], '.s') . $_[0]->asmext() }
70 sub __base { subroutine
/freebsd/contrib/llvm-project/libcxx/include/__random/
H A Dgenerate_canonical.h40 _RealType __base = __rp; in generate_canonical() local
42 for (size_t __i = 1; __i < __k; ++__i, __base *= __rp) in generate_canonical()
43 __sp += (__g() - _URNG::min()) * __base; in generate_canonical()
44 return __sp / __base; in generate_canonical()
/freebsd/stand/i386/btx/lib/
H A Dbtxv86.h60 extern uint32_t __base;
63 #define PTOV(pa) ((caddr_t)(pa) - __base)
64 #define VTOP(va) ((vm_offset_t)(va) + __base)
H A Dbtxcsu.S37 popl __base
46 .comm __base,4 # Client base address
/freebsd/contrib/llvm-project/libcxx/include/__atomic/
H A Datomic.h50 __base::store(__d);
54 __base::store(__d);
75 __base::store(__d);
79 __base::store(__d);
205 requires __base::is_always_lock_free
207 __base::store(__d);
211 __base::store(__d);
216 requires __base::is_always_lock_free
226 requires __base::is_always_lock_free
236 requires __base::is_always_lock_free
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__functional/
H A Dfunction.h229 class _LIBCPP_TEMPLATE_VIS __base;
232 class __base<_Rp(_ArgTypes...)> {
233 __base(const __base&);
234 __base& operator=(const __base&);
237 _LIBCPP_HIDE_FROM_ABI __base() {}
238 _LIBCPP_HIDE_FROM_ABI_VIRTUAL virtual ~__base() {}
239 virtual __base* __clone() const = 0;
240 virtual void __clone(__base*) const = 0;
256 class __func<_Fp, _Alloc, _Rp(_ArgTypes...)> : public __base<_Rp(_ArgTypes...)> {
341 typedef __base<_Rp(_ArgTypes...)> __func;
[all …]
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dmath64.h35 uint32_t __base = (base); \
37 __rem = ((uint64_t)(n)) % __base; \
38 (n) = ((uint64_t)(n)) / __base; \
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Doperations.h236 inline _LIBCPP_HIDE_FROM_ABI path proximate(const path& __p, const path& __base, error_code& __ec) { in proximate() argument
240 path __tmp_base = __weakly_canonical(__base, &__ec); in proximate()
249 inline _LIBCPP_HIDE_FROM_ABI path proximate(const path& __p, const path& __base = current_path()) {
250 return __weakly_canonical(__p).lexically_proximate(__weakly_canonical(__base));
255 inline _LIBCPP_HIDE_FROM_ABI path relative(const path& __p, const path& __base, error_code& __ec) { in relative() argument
259 path __tmpbase = __weakly_canonical(__base, &__ec); in relative()
268 inline _LIBCPP_HIDE_FROM_ABI path relative(const path& __p, const path& __base = current_path()) {
269 return __weakly_canonical(__p).lexically_relative(__weakly_canonical(__base));
/freebsd/contrib/llvm-project/libcxx/include/__expected/
H A Dexpected.h469 using __base = __expected_base<_Tp, _Err>;
482 : __base(in_place) {}
495 : __base(__other.__has_val(), __other.__union()) {}
561 : __base(in_place, std::forward<_Up>(__u)) {}
567 : __base(unexpect, __unex.error()) {}
573 : __base(unexpect, std::move(__unex.error())) {}
1375 using __base = __expected_void_base<_Err>;
1397 : __base(__rhs.__has_val(), __rhs.__union()) {}
1412 : __base(__rhs.__has_val(), __rhs.__union()) {}
1424 : __base(unexpect, __unex.error()) {}
[all …]
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h161 __DEVICE__ float pow(float __base, float __exp) { in pow() argument
162 return ::powf(__base, __exp); in pow()
164 __DEVICE__ float pow(float __base, int __iexp) { in pow() argument
165 return ::powif(__base, __iexp); in pow()
167 __DEVICE__ double pow(double __base, int __iexp) { in pow() argument
168 return ::powi(__base, __iexp); in pow()
H A D__clang_hip_cmath.h152 __DEVICE__ __CONSTEXPR__ float pow(float __base, int __iexp) { in pow() argument
153 return ::powif(__base, __iexp); in pow()
155 __DEVICE__ __CONSTEXPR__ double pow(double __base, int __iexp) { in pow() argument
156 return ::powi(__base, __iexp); in pow()
176 __DEVICE__ __CONSTEXPR__ _Float16 pow(_Float16 __base, int __iexp) { in pow() argument
177 return __ocml_pown_f16(__base, __iexp); in pow()
/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Das_rvalue_view.h49 …_LIBCPP_HIDE_FROM_ABI constexpr explicit as_rvalue_view(_View __base) : __base_(std::move(__base))… in as_rvalue_view() argument
H A Ddrop_while_view.h57 …_LIBCPP_HIDE_FROM_ABI constexpr _LIBCPP_EXPLICIT_SINCE_CXX23 drop_while_view(_View __base, _Pred _… in drop_while_view() argument
58 : __base_(std::move(__base)), __pred_(std::in_place, std::move(__pred)) {} in drop_while_view()
H A Dtake_while_view.h61 …_LIBCPP_HIDE_FROM_ABI constexpr _LIBCPP_EXPLICIT_SINCE_CXX23 take_while_view(_View __base, _Pred _… in take_while_view() argument
62 : __base_(std::move(__base)), __pred_(std::in_place, std::move(__pred)) {} in take_while_view()
H A Dchunk_by_view.h100 _LIBCPP_HIDE_FROM_ABI constexpr explicit chunk_by_view(_View __base, _Pred __pred) in chunk_by_view() argument
101 : __base_(std::move(__base)), __pred_(in_place, std::move(__pred)) {} in chunk_by_view()
H A Dsplit_view.h81 …_LIBCPP_HIDE_FROM_ABI constexpr _LIBCPP_EXPLICIT_SINCE_CXX23 split_view(_View __base, _Pattern __p… in split_view() argument
82 : __base_(std::move(__base)), __pattern_(std::move((__pattern))) {} in split_view()
H A Dfilter_view.h75 …_LIBCPP_HIDE_FROM_ABI constexpr _LIBCPP_EXPLICIT_SINCE_CXX23 filter_view(_View __base, _Pred __pre… in filter_view() argument
76 : __base_(std::move(__base)), __pred_(in_place, std::move(__pred)) {} in filter_view()
/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformatter_integral.h158 …HIDE_FROM_ABI _Iterator __to_buffer(_Iterator __first, _Iterator __last, _Tp __value, int __base) { in __to_buffer() argument
161 …ars_result __r = std::to_chars(std::to_address(__first), std::to_address(__last), __value, __base); in __to_buffer()
292 int __base) { in __format_integer() argument
298 _Iterator __last = __formatter::__to_buffer(__first, __end, __value, __base); in __format_integer()

12