Home
last modified time | relevance | path

Searched defs:__base (Results 1 – 23 of 23) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/libcxx/include/__locale_dir/locale_base_api/
HDmusl.h23 inline _LIBCPP_HIDE_FROM_ABI long long strtoll_l(const char* __nptr, char** __endptr, int __base, l… in strtoll_l()
27 …FROM_ABI unsigned long long strtoull_l(const char* __nptr, char** __endptr, int __base, locale_t) { in strtoull_l()
HDibm.h56 inline _LIBCPP_HIDE_FROM_ABI long long strtoll_l(const char* __nptr, char** __endptr, int __base, l… in strtoll_l()
77 strtoull_l(const char* __nptr, char** __endptr, int __base, locale_t locale) { in strtoull_l()
/freebsd-13-stable/contrib/llvm-project/libcxx/include/__charconv/
HDfrom_chars_integral.h86 …CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI __in_pattern_result __in_pattern(_Tp __c, int __base) { in __in_pattern()
176 __from_chars_integral(const char* __first, const char* __last, _Tp& __value, int __base) { in __from_chars_integral()
217 __from_chars_integral(const char* __first, const char* __last, _Tp& __value, int __base) { in __from_chars_integral()
230 from_chars(const char* __first, const char* __last, _Tp& __value, int __base) { in from_chars()
HDto_chars_integral.h100 __to_chars_integral(char* __first, char* __last, _Tp __value, int __base, true_type) { in __to_chars_integral()
/freebsd-13-stable/stand/efi/loader/arch/i386/
HDexec.c34 uint32_t __base; variable
/freebsd-13-stable/contrib/llvm-project/libcxx/include/__random/
HDgenerate_canonical.h40 _RealType __base = __rp; in generate_canonical() local
/freebsd-13-stable/contrib/llvm-project/libcxx/include/__ranges/
HDas_rvalue_view.h49 …_LIBCPP_HIDE_FROM_ABI constexpr explicit as_rvalue_view(_View __base) : __base_(std::move(__base))… in as_rvalue_view()
HDsplit_view.h81 …_LIBCPP_HIDE_FROM_ABI constexpr _LIBCPP_EXPLICIT_SINCE_CXX23 split_view(_View __base, _Pattern __p… in split_view()
HDdrop_while_view.h57 …_LIBCPP_HIDE_FROM_ABI constexpr _LIBCPP_EXPLICIT_SINCE_CXX23 drop_while_view(_View __base, _Pred _… in drop_while_view()
HDfilter_view.h75 …_LIBCPP_HIDE_FROM_ABI constexpr _LIBCPP_EXPLICIT_SINCE_CXX23 filter_view(_View __base, _Pred __pre… in filter_view()
HDelements_view.h78 …_LIBCPP_HIDE_FROM_ABI constexpr explicit elements_view(_View __base) : __base_(std::move(__base)) … in elements_view()
HDlazy_split_view.h88 …_LIBCPP_HIDE_FROM_ABI constexpr _LIBCPP_EXPLICIT_SINCE_CXX23 lazy_split_view(_View __base, _Patter… in lazy_split_view()
HDtransform_view.h87 …_LIBCPP_HIDE_FROM_ABI constexpr _LIBCPP_EXPLICIT_SINCE_CXX23 transform_view(_View __base, _Fn __fu… in transform_view()
HDtake_while_view.h61 …_LIBCPP_HIDE_FROM_ABI constexpr _LIBCPP_EXPLICIT_SINCE_CXX23 take_while_view(_View __base, _Pred _… in take_while_view()
HDdrop_view.h78 drop_view(_View __base, range_difference_t<_View> __count) in drop_view()
HDtake_view.h74 take_view(_View __base, range_difference_t<_View> __count) in take_view()
HDchunk_by_view.h100 _LIBCPP_HIDE_FROM_ABI constexpr explicit chunk_by_view(_View __base, _Pred __pred) in chunk_by_view()
/freebsd-13-stable/contrib/llvm-project/libcxx/include/__atomic/
HDatomic.h37 using __base = __atomic_base<_Tp>; member
/freebsd-13-stable/contrib/llvm-project/libcxx/include/__format/
HDformatter_integral.h158 …HIDE_FROM_ABI _Iterator __to_buffer(_Iterator __first, _Iterator __last, _Tp __value, int __base) { in __to_buffer()
292 int __base) { in __format_integer()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
HD__clang_hip_cmath.h152 __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()
HD__clang_cuda_cmath.h161 __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-13-stable/contrib/llvm-project/libcxx/include/__iterator/
HDaliasing_iterator.h101 _LIBCPP_HIDE_FROM_ABI _BaseIter __base() const _NOEXCEPT { return __base_; } in __base() function
/freebsd-13-stable/contrib/llvm-project/libcxx/include/__filesystem/
HDoperations.h235 inline _LIBCPP_HIDE_FROM_ABI path proximate(const path& __p, const path& __base, error_code& __ec) { in proximate()
254 inline _LIBCPP_HIDE_FROM_ABI path relative(const path& __p, const path& __base, error_code& __ec) { in relative()