Home
last modified time | relevance | path

Searched defs:__e (Results 1 – 18 of 18) sorted by relevance

/freebsd-src/contrib/llvm-project/libcxx/include/__math/
H A Dexponential_functions.h45 inline _LIBCPP_HIDE_FROM_ABI float frexp(float __x, int* __e) _NOEXCEPT { return __builtin_frexpf(__x, __e); } in frexp() argument
48 _LIBCPP_HIDE_FROM_ABI double frexp(double __x, int* __e) _NOEXCEPT { in frexp() argument
52 inline _LIBCPP_HIDE_FROM_ABI long double frexp(long double __x, int* __e) _NOEXCEPT { in frexp() argument
57 inline _LIBCPP_HIDE_FROM_ABI double frexp(_A1 __x, int* __e) _NOEXCEPT { in frexp() argument
63 inline _LIBCPP_HIDE_FROM_ABI float ldexp(float __x, int __e) _NOEXCEPT { return __builtin_ldexpf(__x, __e); } in ldexp() argument
66 ldexp(double __x,int __e) ldexp() argument
70 ldexp(long double __x,int __e) ldexp() argument
75 ldexp(_A1 __x,int __e) ldexp() argument
[all...]
/freebsd-src/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()
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()
/freebsd-src/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
H A Dindependent_bits_engine.h90 _LIBCPP_HIDE_FROM_ABI explicit independent_bits_engine(const _Engine& __e) : __e_(__e) {} in independent_bits_engine()
92 _LIBCPP_HIDE_FROM_ABI explicit independent_bits_engine(_Engine&& __e) : __e_(std::move(__e)) {} in independent_bits_engine()
194 _Eng __e; variable
H A Dgamma_distribution.h138 const result_type __e = -std::log((1 - __u) / __a); in operator() local
H A Ddiscrete_distribution.h145 for (vector<double>::iterator __i = __p_.begin(), __e = __p_.end(); __i < __e; ++__i) in __init() local
H A Dpoisson_distribution.h161 double __e; in operator() local
H A Duniform_int_distribution.h75 __independent_bits_engine<_Engine, _UIntType>::__independent_bits_engine(_Engine& __e, size_t __w) in __independent_bits_engine()
/freebsd-src/contrib/llvm-project/libcxx/include/__system_error/
H A Derror_code.h53 _LIBCPP_HIDE_FROM_ABI error_code(_Ep __e) _NOEXCEPT { in error_code()
88 inline _LIBCPP_HIDE_FROM_ABI error_code make_error_code(errc __e) _NOEXCEPT { in make_error_code()
/freebsd-src/contrib/llvm-project/libcxx/include/__exception/
H A Dexception_ptr.h85 make_exception_ptr(_Ep __e) make_exception_ptr() argument
/freebsd-src/contrib/llvm-project/libcxx/include/__expected/
H A Dbad_expected_access.h51 bad_expected_access(_Err __e) bad_expected_access() argument
/freebsd-src/contrib/llvm-project/libcxx/include/__ranges/
H A Dlazy_split_view.h94 _LIBCPP_HIDE_FROM_ABI constexpr _LIBCPP_EXPLICIT_SINCE_CXX23 lazy_split_view(_Range&& __r, range_value_t<_Range> __e) in lazy_split_view() argument
/freebsd-src/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h151 _Tp __e = exp(__x.real()); in exp() local
/freebsd-src/contrib/llvm-project/libcxx/include/__format/
H A Dformatter_integral.h248 auto __e = __grouping.rend() - 1; in __write_using_decimal_separators() local
/freebsd-src/contrib/llvm-project/libcxx/src/
H A Dstd_stream.h322 const char_type* __e; in overflow() local
/freebsd-src/contrib/llvm-project/libcxx/include/__filesystem/
H A Ddirectory_entry.h423 __dir_element_proxy(directory_entry const & __e) __dir_element_proxy() argument
/freebsd-src/contrib/llvm-project/libcxx/src/ryu/
H A Dd2fixed.cpp221 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI inline uint32_t __indexForExponent(const uint32_t __e) { in __indexForExponent()
/freebsd-src/contrib/llvm-project/clang/lib/Headers/
H A Davxintrin.h3719 _mm256_set_ps(float __a,float __b,float __c,float __d,float __e,float __f,float __g,float __h) _mm256_set_ps() argument
3986 _mm256_setr_ps(float __a,float __b,float __c,float __d,float __e,float __f,float __g,float __h) _mm256_setr_ps() argument