Home
last modified time | relevance | path

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

1234

/external/cronet/tot/third_party/libc++/src/include/__cxx03/__math/
Dexponential_functions.h45 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()
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__math/
Dexponential_functions.h45 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()
/external/cronet/tot/third_party/libc++/src/include/__math/
Dexponential_functions.h45 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()
/external/cronet/stable/third_party/libc++/src/include/__math/
Dexponential_functions.h45 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()
/external/cronet/stable/third_party/libc++/src/src/include/ryu/
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()
/external/cronet/tot/third_party/libc++/src/src/include/ryu/
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()
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__random/
Ddiscard_block_engine.h62 _LIBCPP_HIDE_FROM_ABI explicit discard_block_engine(const _Engine& __e) : __e_(__e), __n_(0) {} in discard_block_engine()
64 …_LIBCPP_HIDE_FROM_ABI explicit discard_block_engine(_Engine&& __e) : __e_(std::move(__e)), __n_(0)… in discard_block_engine()
158 _Eng __e; variable
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
/external/cronet/tot/third_party/libc++/src/include/__random/
Ddiscard_block_engine.h62 _LIBCPP_HIDE_FROM_ABI explicit discard_block_engine(const _Engine& __e) : __e_(__e), __n_(0) {} in discard_block_engine()
64 …_LIBCPP_HIDE_FROM_ABI explicit discard_block_engine(_Engine&& __e) : __e_(std::move(__e)), __n_(0)… in discard_block_engine()
152 _Eng __e; variable
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
/external/cronet/stable/third_party/libc++/src/include/__random/
Ddiscard_block_engine.h62 _LIBCPP_HIDE_FROM_ABI explicit discard_block_engine(const _Engine& __e) : __e_(__e), __n_(0) {} in discard_block_engine()
64 …_LIBCPP_HIDE_FROM_ABI explicit discard_block_engine(_Engine&& __e) : __e_(std::move(__e)), __n_(0)… in discard_block_engine()
152 _Eng __e; variable
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
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__random/
Ddiscard_block_engine.h62 _LIBCPP_HIDE_FROM_ABI explicit discard_block_engine(const _Engine& __e) : __e_(__e), __n_(0) {} in discard_block_engine()
64 …_LIBCPP_HIDE_FROM_ABI explicit discard_block_engine(_Engine&& __e) : __e_(std::move(__e)), __n_(0)… in discard_block_engine()
158 _Eng __e; variable
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
/external/cronet/stable/third_party/libc++/src/include/__system_error/
Derror_code.h52 _LIBCPP_HIDE_FROM_ABI error_code(_Ep __e) _NOEXCEPT { in error_code()
87 inline _LIBCPP_HIDE_FROM_ABI error_code make_error_code(errc __e) _NOEXCEPT { in make_error_code()
/external/cronet/tot/third_party/libc++/src/include/__system_error/
Derror_code.h52 _LIBCPP_HIDE_FROM_ABI error_code(_Ep __e) _NOEXCEPT { in error_code()
87 inline _LIBCPP_HIDE_FROM_ABI error_code make_error_code(errc __e) _NOEXCEPT { in make_error_code()
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__system_error/
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()
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__system_error/
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()
/external/liburing/src/arch/aarch64/
Dsyscall.h58 #define __do_syscall5(__n, __a, __b, __c, __d, __e) ({ \ argument
70 #define __do_syscall6(__n, __a, __b, __c, __d, __e, __f) ({ \ argument
/external/liburing/src/arch/riscv64/
Dsyscall.h67 #define __do_syscall5(__n, __a, __b, __c, __d, __e) ({ \ argument
79 #define __do_syscall6(__n, __a, __b, __c, __d, __e, __f) ({ \ argument
/external/liburing/test/
Dempty-eownerdead.c33 int __e = errno; in main() local
/external/cronet/stable/third_party/libc++/src/include/__expected/
Dbad_expected_access.h56 _LIBCPP_HIDE_FROM_ABI explicit bad_expected_access(_Err __e) : __unex_(std::move(__e)) {} in bad_expected_access()
/external/cronet/tot/third_party/libc++/src/include/__exception/
Dexception_ptr.h94 _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep __e) _NOEXCEPT { in make_exception_ptr()
/external/cronet/tot/third_party/libc++/src/include/__expected/
Dbad_expected_access.h56 _LIBCPP_HIDE_FROM_ABI explicit bad_expected_access(_Err __e) : __unex_(std::move(__e)) {} in bad_expected_access()
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__expected/
Dbad_expected_access.h56 _LIBCPP_HIDE_FROM_ABI explicit bad_expected_access(_Err __e) : __unex_(std::move(__e)) {} in bad_expected_access()

1234