/freebsd-src/contrib/llvm-project/libcxx/include/__charconv/ |
H A D | from_chars_integral.h | 85 __in_pattern(_Tp __c,int __base) __in_pattern() argument 175 __from_chars_integral(const char * __first,const char * __last,_Tp & __value,int __base) __from_chars_integral() argument 216 __from_chars_integral(const char * __first,const char * __last,_Tp & __value,int __base) __from_chars_integral() argument 229 from_chars(const char * __first,const char * __last,_Tp & __value,int __base) from_chars() argument [all...] |
H A D | to_chars_integral.h | 99 __to_chars_integral(char * __first,char * __last,_Tp __value,int __base,true_type) __to_chars_integral() argument [all...] |
/freebsd-src/contrib/llvm-project/libcxx/include/__random/ |
H A D | generate_canonical.h | 40 _RealType __base = __rp; in generate_canonical() local
|
/freebsd-src/contrib/llvm-project/libcxx/include/__ranges/ |
H A D | as_rvalue_view.h | 49 _LIBCPP_HIDE_FROM_ABI constexpr explicit as_rvalue_view(_View __base) : __base_(std::move(__base)) {} in as_rvalue_view() argument
|
H A D | split_view.h | 81 _LIBCPP_HIDE_FROM_ABI constexpr _LIBCPP_EXPLICIT_SINCE_CXX23 split_view(_View __base, _Pattern __pattern) in split_view() argument
|
H A D | drop_while_view.h | 57 …_LIBCPP_HIDE_FROM_ABI constexpr _LIBCPP_EXPLICIT_SINCE_CXX23 drop_while_view(_View __base, _Pred _… in drop_while_view()
|
H A D | elements_view.h | 78 _LIBCPP_HIDE_FROM_ABI constexpr explicit elements_view(_View __base) : __base_(std::move(__base)) {} in elements_view() argument
|
H A D | filter_view.h | 75 …_LIBCPP_HIDE_FROM_ABI constexpr _LIBCPP_EXPLICIT_SINCE_CXX23 filter_view(_View __base, _Pred __pre… in filter_view()
|
H A D | lazy_split_view.h | 88 _LIBCPP_HIDE_FROM_ABI constexpr _LIBCPP_EXPLICIT_SINCE_CXX23 lazy_split_view(_View __base, _Pattern __pattern) in lazy_split_view() argument
|
H A D | transform_view.h | 87 _LIBCPP_HIDE_FROM_ABI constexpr _LIBCPP_EXPLICIT_SINCE_CXX23 transform_view(_View __base, _Fn __func) in transform_view() argument
|
H A D | take_while_view.h | 61 …_LIBCPP_HIDE_FROM_ABI constexpr _LIBCPP_EXPLICIT_SINCE_CXX23 take_while_view(_View __base, _Pred _… in take_while_view()
|
H A D | drop_view.h | 78 drop_view(_View __base, range_difference_t<_View> __count) in drop_view() argument
|
H A D | take_view.h | 74 take_view(_View __base, range_difference_t<_View> __count) in take_view() argument
|
H A D | chunk_by_view.h | 100 _LIBCPP_HIDE_FROM_ABI constexpr explicit chunk_by_view(_View __base, _Pred __pred) in chunk_by_view() argument
|
/freebsd-src/contrib/llvm-project/libcxx/include/__atomic/ |
H A D | atomic.h | 37 using __base = __atomic_base<_Tp>; member [all...] |
/freebsd-src/contrib/llvm-project/libcxx/include/__format/ |
H A D | formatter_integral.h | 158 _LIBCPP_HIDE_FROM_ABI _Iterator __to_buffer(_Iterator __first, _Iterator __last, _Tp __value, int __base) { in __to_buffer() argument 292 int __base) { in __format_integer() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Headers/ |
H A D | __clang_hip_cmath.h | 152 __DEVICE__ __CONSTEXPR__ float pow(float __base, int __iexp) { in pow() 155 __DEVICE__ __CONSTEXPR__ double pow(double __base, int __iexp) { in pow() 176 __DEVICE__ __CONSTEXPR__ _Float16 pow(_Float16 __base, int __iexp) { in pow()
|
H A D | __clang_cuda_cmath.h | 161 __DEVICE__ float pow(float __base, float __exp) { in pow() 164 __DEVICE__ float pow(float __base, int __iexp) { in pow() 167 __DEVICE__ double pow(double __base, int __iexp) { in pow()
|
/freebsd-src/crypto/openssl/Configurations/platform/ |
H A D | BASE.pm | 70 sub __base { subroutine
|
/freebsd-src/contrib/llvm-project/libcxx/include/__filesystem/ |
H A D | operations.h | 236 proximate(const path & __p,const path & __base,error_code & __ec) proximate() argument 255 relative(const path & __p,const path & __base,error_code & __ec) relative() argument
|
/freebsd-src/sys/contrib/dev/mediatek/mt76/mt7996/ |
H A D | regs.h | 15 struct __base { struct 21 const struct __base *base; argument
|