/external/cronet/buildtools/third_party/libc++/trunk/include/ |
D | math.h | 485 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI bool isgreater(_A1 __x, _A2 __y) _NOEXCEPT { in isgreater() 495 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI bool isgreaterequal(_A1 __x, _A2 __y) _NOEXCEPT { in isgreaterequal() 505 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI bool isless(_A1 __x, _A2 __y) _NOEXCEPT { in isless() 515 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI bool islessequal(_A1 __x, _A2 __y) _NOEXCEPT { in islessequal() 525 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI bool islessgreater(_A1 __x, _A2 __y) _NOEXCEPT { in islessgreater() 535 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI bool isunordered(_A1 __x, _A2 __y) _NOEXCEPT { in isunordered() 612 inline _LIBCPP_HIDE_FROM_ABI float atan2(float __y, float __x) _NOEXCEPT {return … in atan2() 615 _LIBCPP_HIDE_FROM_ABI double atan2(double __x, double __y) _NOEXCEPT { in atan2() 619 inline _LIBCPP_HIDE_FROM_ABI long double atan2(long double __y, long double __x) _NOEXCEPT {return … in atan2() 630 atan2(_A1 __y, _A2 __x) _NOEXCEPT in atan2() [all …]
|
D | stdlib.h | 150 inline _LIBCPP_INLINE_VISIBILITY ldiv_t div(long __x, long __y) _NOEXCEPT { in div() 155 long long __y) _NOEXCEPT { in div()
|
/external/clang/lib/Headers/ |
D | tgmath.h | 57 #define __tg_promote2(__x, __y) (__typeof__(__tg_promote(__x) + \ argument 59 #define __tg_promote3(__x, __y, __z) (__typeof__(__tg_promote(__x) + \ argument 473 __tg_pow(float __x, float __y) {return powf(__x, __y);} in __tg_pow() 477 __tg_pow(double __x, double __y) {return pow(__x, __y);} in __tg_pow() 481 __tg_pow(long double __x, long double __y) {return powl(__x, __y);} in __tg_pow() 485 __tg_pow(float _Complex __x, float _Complex __y) {return cpowf(__x, __y);} in __tg_pow() 489 __tg_pow(double _Complex __x, double _Complex __y) {return cpow(__x, __y);} in __tg_pow() 493 __tg_pow(long double _Complex __x, long double _Complex __y) in __tg_pow() 497 #define pow(__x, __y) __tg_pow(__tg_promote2((__x), (__y))(__x), \ argument 562 __tg_atan2(float __x, float __y) {return atan2f(__x, __y);} in __tg_atan2() [all …]
|
D | adxintrin.h | 36 _addcarryx_u32(unsigned char __cf, unsigned int __x, unsigned int __y, in _addcarryx_u32() 45 unsigned long long __y, unsigned long long *__p) in _addcarryx_u64() 53 _addcarry_u32(unsigned char __cf, unsigned int __x, unsigned int __y, in _addcarry_u32() 62 unsigned long long __y, unsigned long long *__p) in _addcarry_u64() 69 _subborrow_u32(unsigned char __cf, unsigned int __x, unsigned int __y, in _subborrow_u32() 78 unsigned long long __y, unsigned long long *__p) in _subborrow_u64()
|
D | __clang_cuda_cmath.h | 54 __DEVICE__ float atan2(float __x, float __y) { return ::atan2f(__x, __y); } in atan2() 61 __DEVICE__ float fmod(float __x, float __y) { return ::fmodf(__x, __y); } in fmod() 77 __DEVICE__ bool isgreater(float __x, float __y) { in isgreater() 80 __DEVICE__ bool isgreater(double __x, double __y) { in isgreater() 83 __DEVICE__ bool isgreaterequal(float __x, float __y) { in isgreaterequal() 86 __DEVICE__ bool isgreaterequal(double __x, double __y) { in isgreaterequal() 89 __DEVICE__ bool isless(float __x, float __y) { in isless() 92 __DEVICE__ bool isless(double __x, double __y) { in isless() 95 __DEVICE__ bool islessequal(float __x, float __y) { in islessequal() 98 __DEVICE__ bool islessequal(double __x, double __y) { in islessequal() [all …]
|
D | ammintrin.h | 79 _mm_extract_si64(__m128i __x, __m128i __y) in _mm_extract_si64() 151 _mm_insert_si64(__m128i __x, __m128i __y) in _mm_insert_si64()
|
D | arm_acle.h | 115 __ror(uint32_t __x, uint32_t __y) { in __ror() 123 __rorll(uint64_t __x, uint32_t __y) { in __rorll() 131 __rorl(unsigned long __x, uint32_t __y) { in __rorl()
|
D | xmmintrin.h | 1814 _mm_set_ps(float __z, float __y, float __x, float __w) in _mm_set_ps() 1842 _mm_setr_ps(float __z, float __y, float __x, float __w) in _mm_setr_ps()
|
/external/clang/test/CodeGen/ |
D | adc-builtins.c | 8 unsigned int __y, unsigned int *__p) { in test_addcarry_u32() 15 unsigned long long __y, in test_addcarry_u64() 23 unsigned int __y, unsigned int *__p) { in test_subborrow_u32() 30 unsigned long long __y, in test_subborrow_u64()
|
D | adx-builtins.c | 6 unsigned int __y, unsigned int *__p) { in test_addcarryx_u32() 13 unsigned long long __y, in test_addcarryx_u64()
|
/external/libcxx/include/ |
D | stdlib.h | 116 inline _LIBCPP_INLINE_VISIBILITY ldiv_t div( long __x, long __y) _NOEXCEPT {return ldiv(… in div() 118 inline _LIBCPP_INLINE_VISIBILITY lldiv_t div(long long __x, long long __y) _NOEXCEPT {return lldiv(… in div()
|
/external/cronet/buildtools/third_party/libc++/trunk/include/__atomic/ |
D | kill_dependency.h | 22 _Tp kill_dependency(_Tp __y) _NOEXCEPT in kill_dependency()
|
/external/cronet/buildtools/third_party/libc++/trunk/include/__utility/ |
D | swap.h | 37 …IBCPP_INLINE_VISIBILITY __swap_result_t<_Tp> _LIBCPP_CONSTEXPR_SINCE_CXX20 swap(_Tp& __x, _Tp& __y) in swap()
|
/external/cronet/buildtools/third_party/libc++/trunk/include/__functional/ |
D | binder2nd.h | 33 binder2nd(const __Operation& __x, const typename __Operation::second_argument_type __y) in binder2nd()
|
D | binder1st.h | 33 const typename __Operation::first_argument_type __y) in binder1st()
|
/external/cronet/buildtools/third_party/libc++/trunk/include/__iterator/ |
D | iter_swap.h | 43 requires (_T1&& __x, _T2&& __y) { in requires()
|
D | common_iterator.h | 229 …I friend constexpr void iter_swap(const common_iterator& __x, const common_iterator<_I2, _S2>& __y) in iter_swap()
|
D | reverse_iterator.h | 195 void iter_swap(const reverse_iterator& __x, const reverse_iterator<_Iter2>& __y) in iter_swap()
|
/external/cronet/buildtools/third_party/libc++/trunk/include/__algorithm/ |
D | sort.h | 47 _LIBCPP_CONSTEXPR_SINCE_CXX14 unsigned __sort3(_ForwardIterator __x, _ForwardIterator __y, _Forward… in __sort3()
|
D | rotate.h | 94 __algo_gcd(_Integral __x, _Integral __y) in __algo_gcd()
|
/external/cronet/buildtools/third_party/libc++/trunk/include/__mutex/ |
D | unique_lock.h | 165 inline _LIBCPP_HIDE_FROM_ABI void swap(unique_lock<_Mutex>& __x, unique_lock<_Mutex>& __y) _NOEXCEP… in swap()
|
/external/cronet/buildtools/third_party/libc++/trunk/include/__random/ |
D | gamma_distribution.h | 140 const result_type __y = _VSTD::sqrt(__c / __w) * in operator() local
|
/external/cronet/buildtools/third_party/libc++/trunk/include/__expected/ |
D | expected.h | 497 _LIBCPP_HIDE_FROM_ABI friend constexpr void swap(expected& __x, expected& __y) in swap() 884 _LIBCPP_HIDE_FROM_ABI friend constexpr void swap(expected& __x, expected& __y) in swap()
|
/external/cronet/buildtools/third_party/libc++/trunk/include/__memory/ |
D | uses_allocator_construction.h | 54 const _Alloc& __alloc, piecewise_construct_t, _Tuple1&& __x, _Tuple2&& __y) noexcept { in __uses_allocator_construction_args()
|
/external/cronet/buildtools/third_party/libc++/trunk/include/__memory_resource/ |
D | polymorphic_allocator.h | 126 …construct(pair<_T1, _T2>* __p, piecewise_construct_t, tuple<_Args1...> __x, tuple<_Args2...> __y) { in construct()
|