/llvm-project/libcxx/src/include/ryu/ |
H A D | common.h | 68 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI inline int32_t __pow5bits(const int32_t __e) { in __pow5bits() 78 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI inline uint32_t __log10Pow2(const int32_t __e) { in __log10Pow2() 86 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI inline uint32_t __log10Pow5(const int32_t __e) { in __log10Pow5()
|
/llvm-project/libcxx/include/__math/ |
H A D | exponential_functions.h | 45 inline _LIBCPP_HIDE_FROM_ABI float frexp(float __x, int* __e) _NOEXCEPT { return __builtin_frexpf(_… in frexp() 48 _LIBCPP_HIDE_FROM_ABI double frexp(double __x, int* __e) _NOEXCEPT { in frexp() 52 inline _LIBCPP_HIDE_FROM_ABI long double frexp(long double __x, int* __e) _NOEXCEPT { in frexp() 57 inline _LIBCPP_HIDE_FROM_ABI double frexp(_A1 __x, int* __e) _NOEXCEPT { in frexp() 63 inline _LIBCPP_HIDE_FROM_ABI float ldexp(float __x, int __e) _NOEXCEPT { return __builtin_ldexpf(__… in ldexp() 66 _LIBCPP_HIDE_FROM_ABI double ldexp(double __x, int __e) _NOEXCEPT { in ldexp() 70 inline _LIBCPP_HIDE_FROM_ABI long double ldexp(long double __x, int __e) _NOEXCEPT { in ldexp() 75 inline _LIBCPP_HIDE_FROM_ABI double ldexp(_A1 __x, int __e) _NOEXCEPT { in ldexp()
|
/llvm-project/libcxx/include/__random/ |
H A D | discard_block_engine.h | 62 _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; global() variable
|
H A D | independent_bits_engine.h | 90 _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
|
H A D | gamma_distribution.h | 138 const result_type __e = -std::log((1 - __u) / __a); in operator() local
|
H A D | discrete_distribution.h | 145 for (vector<double>::iterator __i = __p_.begin(), __e = __p_.end(); __i < __e; ++__i) in __init() local
|
H A D | poisson_distribution.h | 161 double __e; in operator() local
|
H A D | uniform_int_distribution.h | 75 __independent_bits_engine<_Engine, _UIntType>::__independent_bits_engine(_Engine& __e, size_t __w) in __independent_bits_engine() argument
|
/llvm-project/libcxx/include/__system_error/ |
H A D | error_code.h | 88 return error_code(static_cast<int>(__e), generic_category()); in make_error_code() argument 53 error_code(_Ep __e) error_code() argument
|
/llvm-project/libcxx/include/__expected/ |
H A D | bad_expected_access.h | 56 _LIBCPP_HIDE_FROM_ABI explicit bad_expected_access(_Err __e) : __unex_(std::move(__e)) {} in bad_expected_access()
|
/llvm-project/libcxx/include/__exception/ |
H A D | exception_ptr.h | 94 make_exception_ptr(_Ep __e) make_exception_ptr() argument
|
/llvm-project/libcxx/include/__ranges/ |
H A D | lazy_split_view.h | 94 lazy_split_view(_Range && __r,range_value_t<_Range> __e) lazy_split_view() argument
|
/llvm-project/libcxx/include/__algorithm/ |
H A D | ranges_minmax.h | 94 for (auto __e : __r) { local
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | cxx0x-initializer-stdinitializerlist-startend.cpp | 13 initializer_list(const _E* __b, const _E* __e) in initializer_list()
|
/llvm-project/clang/test/Analysis/Inputs/ |
H A D | system-header-simulator-cxx-std-suppression.h | 106 ::__independent_bits_engine(_Engine& __e, size_t __w) in __independent_bits_engine()
|
/llvm-project/clang/lib/Headers/openmp_wrappers/ |
H A D | complex_cmath.h | 151 _Tp __e = exp(__x.real()); exp() local
|
/llvm-project/libcxx/include/__format/ |
H A D | formatter_integral.h | 248 auto __e = __grouping.rend() - 1; __write_using_decimal_separators() local
|
/llvm-project/libcxx/src/ |
H A D | std_stream.h | 322 const char_type* __e; in overflow() local
|
/llvm-project/libcxx/include/__filesystem/ |
H A D | directory_entry.h | 422 __dir_element_proxy(directory_entry const & __e) __dir_element_proxy() argument
|
/llvm-project/libcxx/src/ryu/ |
H A D | d2fixed.cpp | 221 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI inline uint32_t __indexForExponent(const uint32_t __e) { in __indexForExponent()
|
/llvm-project/clang/lib/Headers/ |
H A D | avxintrin.h | 3733 _mm256_set_ps(float __a,float __b,float __c,float __d,float __e,float __f,float __g,float __h) _mm256_set_ps() argument 4000 _mm256_setr_ps(float __a,float __b,float __c,float __d,float __e,float __f,float __g,float __h) _mm256_setr_ps() argument
|