| /external/clang/lib/Headers/ |
| D | tgmath.h | 56 #define __tg_promote1(__x) (__typeof__(__tg_promote(__x))) argument 57 #define __tg_promote2(__x, __y) (__typeof__(__tg_promote(__x) + \ argument 59 #define __tg_promote3(__x, __y, __z) (__typeof__(__tg_promote(__x) + \ argument 67 __tg_acos(float __x) {return acosf(__x);} in __tg_acos() 71 __tg_acos(double __x) {return acos(__x);} in __tg_acos() 75 __tg_acos(long double __x) {return acosl(__x);} in __tg_acos() 79 __tg_acos(float _Complex __x) {return cacosf(__x);} in __tg_acos() 83 __tg_acos(double _Complex __x) {return cacos(__x);} in __tg_acos() 87 __tg_acos(long double _Complex __x) {return cacosl(__x);} in __tg_acos() 90 #define acos(__x) __tg_acos(__tg_promote1((__x))(__x)) argument [all …]
|
| D | __clang_cuda_cmath.h | 49 __DEVICE__ float abs(float __x) { return ::fabsf(__x); } in abs() 50 __DEVICE__ double abs(double __x) { return ::fabs(__x); } in abs() 51 __DEVICE__ float acos(float __x) { return ::acosf(__x); } in acos() 52 __DEVICE__ float asin(float __x) { return ::asinf(__x); } in asin() 53 __DEVICE__ float atan(float __x) { return ::atanf(__x); } in atan() 54 __DEVICE__ float atan2(float __x, float __y) { return ::atan2f(__x, __y); } in atan2() 55 __DEVICE__ float ceil(float __x) { return ::ceilf(__x); } in ceil() 56 __DEVICE__ float cos(float __x) { return ::cosf(__x); } in cos() 57 __DEVICE__ float cosh(float __x) { return ::coshf(__x); } in cosh() 58 __DEVICE__ float exp(float __x) { return ::expf(__x); } in exp() [all …]
|
| D | adxintrin.h | 36 _addcarryx_u32(unsigned char __cf, unsigned int __x, unsigned int __y, in _addcarryx_u32() 44 _addcarryx_u64(unsigned char __cf, unsigned long long __x, in _addcarryx_u64() 53 _addcarry_u32(unsigned char __cf, unsigned int __x, unsigned int __y, in _addcarry_u32() 61 _addcarry_u64(unsigned char __cf, unsigned long long __x, in _addcarry_u64() 69 _subborrow_u32(unsigned char __cf, unsigned int __x, unsigned int __y, in _subborrow_u32() 77 _subborrow_u64(unsigned char __cf, unsigned long long __x, in _subborrow_u64()
|
| 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()
|
| /external/cronet/buildtools/third_party/libc++/trunk/include/ |
| D | math.h | 370 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI bool signbit(_A1 __x) _NOEXCEPT { in signbit() 375 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI bool signbit(_A1 __x) _NOEXCEPT { in signbit() 387 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI int fpclassify(_A1 __x) _NOEXCEPT { in fpclassify() 392 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI int fpclassify(_A1 __x) _NOEXCEPT { in fpclassify() 403 _LIBCPP_NODISCARD_EXT _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI bool isfinite(_A1 __x) _N… in isfinite() 417 _LIBCPP_NODISCARD_EXT _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI bool isinf(_A1 __x) _NOEX… in isinf() 429 …RD_EXT inline _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI bool isinf(float __x) _NOEXCEPT { in isinf() 433 …XPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD bool isinf(double __x) _NOEXCEPT { in isinf() 437 … inline _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI bool isinf(long double __x) _NOEXCEPT { in isinf() 445 _LIBCPP_NODISCARD_EXT _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI bool isnan(_A1 __x) _NOEX… in isnan() [all …]
|
| D | stdlib.h | 113 _LIBCPP_NODISCARD_EXT inline _LIBCPP_INLINE_VISIBILITY long abs(long __x) _NOEXCEPT { in abs() 116 _LIBCPP_NODISCARD_EXT inline _LIBCPP_INLINE_VISIBILITY long long abs(long long __x) _NOEXCEPT { in abs() 150 inline _LIBCPP_INLINE_VISIBILITY ldiv_t div(long __x, long __y) _NOEXCEPT { in div() 154 inline _LIBCPP_INLINE_VISIBILITY lldiv_t div(long long __x, in div()
|
| /external/cronet/buildtools/third_party/libc++/trunk/src/include/ryu/ |
| D | d2s_intrinsics.h | 166 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI inline uint64_t __div5(const uint64_t __x) { in __div5() 170 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI inline uint64_t __div10(const uint64_t __x) { in __div10() 174 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI inline uint64_t __div100(const uint64_t __x) { in __div100() 178 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI inline uint64_t __div1e8(const uint64_t __x) { in __div1e8() 182 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI inline uint64_t __div1e9(const uint64_t __x) { in __div1e9() 186 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI inline uint32_t __mod1e9(const uint64_t __x) { in __mod1e9() 201 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI inline uint64_t __div5(const uint64_t __x) { in __div5() 205 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI inline uint64_t __div10(const uint64_t __x) { in __div10() 209 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI inline uint64_t __div100(const uint64_t __x) { in __div100() 213 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI inline uint64_t __div1e8(const uint64_t __x) { in __div1e8() [all …]
|
| /external/cronet/buildtools/third_party/libc++/trunk/include/__memory/ |
| D | addressof.h | 25 addressof(_Tp& __x) _NOEXCEPT in addressof() 38 addressof(__strong _Tp& __x) _NOEXCEPT in addressof() 47 addressof(__weak _Tp& __x) _NOEXCEPT in addressof() 56 addressof(__autoreleasing _Tp& __x) _NOEXCEPT in addressof() 64 addressof(__unsafe_unretained _Tp& __x) _NOEXCEPT in addressof()
|
| /external/libcxx/include/ |
| D | stdlib.h | 111 inline _LIBCPP_INLINE_VISIBILITY long abs( long __x) _NOEXCEPT {return labs(__x);} in abs() 113 inline _LIBCPP_INLINE_VISIBILITY long long abs(long long __x) _NOEXCEPT {return llabs(__x);} in abs() 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/__bit/ |
| D | countl.h | 28 int __libcpp_clz(unsigned __x) _NOEXCEPT { return __builtin_clz(__x); } in __libcpp_clz() 31 int __libcpp_clz(unsigned long __x) _NOEXCEPT { return __builtin_clzl(__x); } in __libcpp_clz() 34 int __libcpp_clz(unsigned long long __x) _NOEXCEPT { return __builtin_clzll(__x); } in __libcpp_clz() 38 int __libcpp_clz(__uint128_t __x) _NOEXCEPT { in __libcpp_clz()
|
| D | blsr.h | 20 inline _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR unsigned __libcpp_blsr(unsigned __x) _NOEXCEPT { in __libcpp_blsr() 24 inline _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR unsigned long __libcpp_blsr(unsigned long __x) _… in __libcpp_blsr() 28 …NE_VISIBILITY _LIBCPP_CONSTEXPR unsigned long long __libcpp_blsr(unsigned long long __x) _NOEXCEPT… in __libcpp_blsr()
|
| D | popcount.h | 27 int __libcpp_popcount(unsigned __x) _NOEXCEPT { return __builtin_popcount(__x); } in __libcpp_popcount() 30 int __libcpp_popcount(unsigned long __x) _NOEXCEPT { return __builtin_popcountl(__x); } in __libcpp_popcount() 33 int __libcpp_popcount(unsigned long long __x) _NOEXCEPT { return __builtin_popcountll(__x); } in __libcpp_popcount()
|
| D | countr.h | 27 int __libcpp_ctz(unsigned __x) _NOEXCEPT { return __builtin_ctz(__x); } in __libcpp_ctz() 30 int __libcpp_ctz(unsigned long __x) _NOEXCEPT { return __builtin_ctzl(__x); } in __libcpp_ctz() 33 int __libcpp_ctz(unsigned long long __x) _NOEXCEPT { return __builtin_ctzll(__x); } in __libcpp_ctz()
|
| /external/clang/test/CodeGen/ |
| D | adc-builtins.c | 7 unsigned char test_addcarry_u32(unsigned char __cf, unsigned int __x, in test_addcarry_u32() 14 unsigned char test_addcarry_u64(unsigned char __cf, unsigned long long __x, in test_addcarry_u64() 22 unsigned char test_subborrow_u32(unsigned char __cf, unsigned int __x, in test_subborrow_u32() 29 unsigned char test_subborrow_u64(unsigned char __cf, unsigned long long __x, in test_subborrow_u64()
|
| D | adx-builtins.c | 5 unsigned char test_addcarryx_u32(unsigned char __cf, unsigned int __x, in test_addcarryx_u32() 12 unsigned char test_addcarryx_u64(unsigned char __cf, unsigned long long __x, in test_addcarryx_u64()
|
| D | 2010-01-18-Inlined-Debug.c | 5 static inline int foo(double __x) { return __x; } in foo()
|
| /external/musl/include/ |
| D | byteswap.h | 7 static __inline uint16_t __bswap_16(uint16_t __x) in __bswap_16() 12 static __inline uint32_t __bswap_32(uint32_t __x) in __bswap_32() 17 static __inline uint64_t __bswap_64(uint64_t __x) in __bswap_64()
|
| /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() 46 bind2nd(const __Operation& __op, const _Tp& __x) in bind2nd()
|
| D | binder1st.h | 32 _LIBCPP_INLINE_VISIBILITY binder1st(const __Operation& __x, in binder1st() 46 bind1st(const __Operation& __op, const _Tp& __x) in bind1st()
|
| /external/cronet/buildtools/third_party/libc++/trunk/include/__iterator/ |
| D | front_insert_iterator.h | 48 …IBILITY _LIBCPP_CONSTEXPR_SINCE_CXX20 explicit front_insert_iterator(_Container& __x) : container(… in front_insert_iterator() 64 front_inserter(_Container& __x) in front_inserter()
|
| D | back_insert_iterator.h | 48 …FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 explicit back_insert_iterator(_Container& __x) : container(… in back_insert_iterator() 66 back_inserter(_Container& __x) in back_inserter()
|
| D | insert_iterator.h | 58 …_LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_SINCE_CXX20 insert_iterator(_Container& __x, __insert_… in insert_iterator() 74 inserter(_Container& __x, __insert_iterator_iter_t<_Container> __i) in inserter()
|
| D | wrap_iter.h | 61 __wrap_iter(const __wrap_iter& __x) in __wrap_iter() 140 explicit __wrap_iter(const void* __p, iterator_type __x) _NOEXCEPT : __i_(__x) in __wrap_iter()
|
| D | reverse_iterator.h | 96 explicit reverse_iterator(_Iter __x) : __t_(__x), current(__x) {} in reverse_iterator() 121 explicit reverse_iterator(_Iter __x) : current(__x) {} in reverse_iterator() 195 void iter_swap(const reverse_iterator& __x, const reverse_iterator<_Iter2>& __y) in iter_swap()
|
| /external/cronet/buildtools/third_party/libc++/trunk/include/__charconv/ |
| D | to_chars_integral.h | 51 auto __x = std::__to_unsigned_like(__value); in __to_chars_itoa() local 100 auto __x = std::__to_unsigned_like(__value); in __to_chars_integral() local
|