/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/clang/18/include/ |
D | tgmath.h | 49 #define __tg_promote1(__x) (__typeof__(__tg_promote(__x))) argument 50 #define __tg_promote2(__x, __y) (__typeof__(__tg_promote(__x) + \ argument 52 #define __tg_promote3(__x, __y, __z) (__typeof__(__tg_promote(__x) + \ argument 60 __tg_acos(float __x) {return acosf(__x);} in __tg_acos() 64 __tg_acos(double __x) {return acos(__x);} in __tg_acos() 68 __tg_acos(long double __x) {return acosl(__x);} in __tg_acos() 72 __tg_acos(float _Complex __x) {return cacosf(__x);} in __tg_acos() 76 __tg_acos(double _Complex __x) {return cacos(__x);} in __tg_acos() 80 __tg_acos(long double _Complex __x) {return cacosl(__x);} in __tg_acos() 83 #define acos(__x) __tg_acos(__tg_promote1((__x))(__x)) argument [all …]
|
D | __clang_cuda_cmath.h | 43 __DEVICE__ float abs(float __x) { return ::fabsf(__x); } in abs() 44 __DEVICE__ double abs(double __x) { return ::fabs(__x); } in abs() 45 __DEVICE__ float acos(float __x) { return ::acosf(__x); } in acos() 46 __DEVICE__ float asin(float __x) { return ::asinf(__x); } in asin() 47 __DEVICE__ float atan(float __x) { return ::atanf(__x); } in atan() 48 __DEVICE__ float atan2(float __x, float __y) { return ::atan2f(__x, __y); } in atan2() 49 __DEVICE__ float ceil(float __x) { return ::ceilf(__x); } in ceil() 50 __DEVICE__ float cos(float __x) { return ::cosf(__x); } in cos() 51 __DEVICE__ float cosh(float __x) { return ::coshf(__x); } in cosh() 52 __DEVICE__ float exp(float __x) { return ::expf(__x); } in exp() [all …]
|
/aosp_15_r20/prebuilts/sdk/renderscript/clang-include/ |
H A 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 …]
|
H A 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 …]
|
/aosp_15_r20/prebuilts/clang-tools/linux-x86/lib64/clang/19/include/ |
H A D | tgmath.h | 49 #define __tg_promote1(__x) (__typeof__(__tg_promote(__x))) argument 50 #define __tg_promote2(__x, __y) (__typeof__(__tg_promote(__x) + \ argument 52 #define __tg_promote3(__x, __y, __z) (__typeof__(__tg_promote(__x) + \ argument 60 __tg_acos(float __x) {return acosf(__x);} in __tg_acos() 64 __tg_acos(double __x) {return acos(__x);} in __tg_acos() 68 __tg_acos(long double __x) {return acosl(__x);} in __tg_acos() 72 __tg_acos(float _Complex __x) {return cacosf(__x);} in __tg_acos() 76 __tg_acos(double _Complex __x) {return cacos(__x);} in __tg_acos() 80 __tg_acos(long double _Complex __x) {return cacosl(__x);} in __tg_acos() 83 #define acos(__x) __tg_acos(__tg_promote1((__x))(__x)) argument [all …]
|
H A D | __clang_cuda_cmath.h | 43 __DEVICE__ float abs(float __x) { return ::fabsf(__x); } in abs() 44 __DEVICE__ double abs(double __x) { return ::fabs(__x); } in abs() 45 __DEVICE__ float acos(float __x) { return ::acosf(__x); } in acos() 46 __DEVICE__ float asin(float __x) { return ::asinf(__x); } in asin() 47 __DEVICE__ float atan(float __x) { return ::atanf(__x); } in atan() 48 __DEVICE__ float atan2(float __x, float __y) { return ::atan2f(__x, __y); } in atan2() 49 __DEVICE__ float ceil(float __x) { return ::ceilf(__x); } in ceil() 50 __DEVICE__ float cos(float __x) { return ::cosf(__x); } in cos() 51 __DEVICE__ float cosh(float __x) { return ::coshf(__x); } in cosh() 52 __DEVICE__ float exp(float __x) { return ::expf(__x); } in exp() [all …]
|
H A D | __clang_hip_cmath.h | 40 __DEVICE__ __CONSTEXPR__ float fabs(float __x) { return ::fabsf(__x); } in fabs() 41 __DEVICE__ __CONSTEXPR__ float sin(float __x) { return ::sinf(__x); } in sin() 42 __DEVICE__ __CONSTEXPR__ float cos(float __x) { return ::cosf(__x); } in cos() 44 __DEVICE__ __CONSTEXPR__ double abs(double __x) { return ::fabs(__x); } in abs() 45 __DEVICE__ __CONSTEXPR__ float abs(float __x) { return ::fabsf(__x); } in abs() 48 __DEVICE__ __CONSTEXPR__ float fma(float __x, float __y, float __z) { in fma() 54 __DEVICE__ __CONSTEXPR__ int fpclassify(float __x) { in fpclassify() 58 __DEVICE__ __CONSTEXPR__ int fpclassify(double __x) { in fpclassify() 86 __DEVICE__ __CONSTEXPR__ int isinf(float __x) { return ::__isinff(__x); } in isinf() 87 __DEVICE__ __CONSTEXPR__ int isinf(double __x) { return ::__isinf(__x); } in isinf() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/include/ |
D | tgmath.h | 49 #define __tg_promote1(__x) (__typeof__(__tg_promote(__x))) argument 50 #define __tg_promote2(__x, __y) (__typeof__(__tg_promote(__x) + \ argument 52 #define __tg_promote3(__x, __y, __z) (__typeof__(__tg_promote(__x) + \ argument 60 __tg_acos(float __x) {return acosf(__x);} in __tg_acos() 64 __tg_acos(double __x) {return acos(__x);} in __tg_acos() 68 __tg_acos(long double __x) {return acosl(__x);} in __tg_acos() 72 __tg_acos(float _Complex __x) {return cacosf(__x);} in __tg_acos() 76 __tg_acos(double _Complex __x) {return cacos(__x);} in __tg_acos() 80 __tg_acos(long double _Complex __x) {return cacosl(__x);} in __tg_acos() 83 #define acos(__x) __tg_acos(__tg_promote1((__x))(__x)) argument [all …]
|
D | __clang_cuda_cmath.h | 43 __DEVICE__ float abs(float __x) { return ::fabsf(__x); } in abs() 44 __DEVICE__ double abs(double __x) { return ::fabs(__x); } in abs() 45 __DEVICE__ float acos(float __x) { return ::acosf(__x); } in acos() 46 __DEVICE__ float asin(float __x) { return ::asinf(__x); } in asin() 47 __DEVICE__ float atan(float __x) { return ::atanf(__x); } in atan() 48 __DEVICE__ float atan2(float __x, float __y) { return ::atan2f(__x, __y); } in atan2() 49 __DEVICE__ float ceil(float __x) { return ::ceilf(__x); } in ceil() 50 __DEVICE__ float cos(float __x) { return ::cosf(__x); } in cos() 51 __DEVICE__ float cosh(float __x) { return ::coshf(__x); } in cosh() 52 __DEVICE__ float exp(float __x) { return ::expf(__x); } in exp() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/clang/19/include/ |
D | tgmath.h | 49 #define __tg_promote1(__x) (__typeof__(__tg_promote(__x))) argument 50 #define __tg_promote2(__x, __y) (__typeof__(__tg_promote(__x) + \ argument 52 #define __tg_promote3(__x, __y, __z) (__typeof__(__tg_promote(__x) + \ argument 60 __tg_acos(float __x) {return acosf(__x);} in __tg_acos() 64 __tg_acos(double __x) {return acos(__x);} in __tg_acos() 68 __tg_acos(long double __x) {return acosl(__x);} in __tg_acos() 72 __tg_acos(float _Complex __x) {return cacosf(__x);} in __tg_acos() 76 __tg_acos(double _Complex __x) {return cacos(__x);} in __tg_acos() 80 __tg_acos(long double _Complex __x) {return cacosl(__x);} in __tg_acos() 83 #define acos(__x) __tg_acos(__tg_promote1((__x))(__x)) argument [all …]
|
D | __clang_cuda_cmath.h | 43 __DEVICE__ float abs(float __x) { return ::fabsf(__x); } in abs() 44 __DEVICE__ double abs(double __x) { return ::fabs(__x); } in abs() 45 __DEVICE__ float acos(float __x) { return ::acosf(__x); } in acos() 46 __DEVICE__ float asin(float __x) { return ::asinf(__x); } in asin() 47 __DEVICE__ float atan(float __x) { return ::atanf(__x); } in atan() 48 __DEVICE__ float atan2(float __x, float __y) { return ::atan2f(__x, __y); } in atan2() 49 __DEVICE__ float ceil(float __x) { return ::ceilf(__x); } in ceil() 50 __DEVICE__ float cos(float __x) { return ::cosf(__x); } in cos() 51 __DEVICE__ float cosh(float __x) { return ::coshf(__x); } in cosh() 52 __DEVICE__ float exp(float __x) { return ::expf(__x); } in exp() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/clang/19/include/ |
D | tgmath.h | 49 #define __tg_promote1(__x) (__typeof__(__tg_promote(__x))) argument 50 #define __tg_promote2(__x, __y) (__typeof__(__tg_promote(__x) + \ argument 52 #define __tg_promote3(__x, __y, __z) (__typeof__(__tg_promote(__x) + \ argument 60 __tg_acos(float __x) {return acosf(__x);} in __tg_acos() 64 __tg_acos(double __x) {return acos(__x);} in __tg_acos() 68 __tg_acos(long double __x) {return acosl(__x);} in __tg_acos() 72 __tg_acos(float _Complex __x) {return cacosf(__x);} in __tg_acos() 76 __tg_acos(double _Complex __x) {return cacos(__x);} in __tg_acos() 80 __tg_acos(long double _Complex __x) {return cacosl(__x);} in __tg_acos() 83 #define acos(__x) __tg_acos(__tg_promote1((__x))(__x)) argument [all …]
|
D | __clang_cuda_cmath.h | 43 __DEVICE__ float abs(float __x) { return ::fabsf(__x); } in abs() 44 __DEVICE__ double abs(double __x) { return ::fabs(__x); } in abs() 45 __DEVICE__ float acos(float __x) { return ::acosf(__x); } in acos() 46 __DEVICE__ float asin(float __x) { return ::asinf(__x); } in asin() 47 __DEVICE__ float atan(float __x) { return ::atanf(__x); } in atan() 48 __DEVICE__ float atan2(float __x, float __y) { return ::atan2f(__x, __y); } in atan2() 49 __DEVICE__ float ceil(float __x) { return ::ceilf(__x); } in ceil() 50 __DEVICE__ float cos(float __x) { return ::cosf(__x); } in cos() 51 __DEVICE__ float cosh(float __x) { return ::coshf(__x); } in cosh() 52 __DEVICE__ float exp(float __x) { return ::expf(__x); } in exp() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/ |
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 …]
|
/aosp_15_r20/external/clang/lib/Headers/ |
H A 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 …]
|
H A 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 …]
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/impl/ |
D | profiler.h | 83 #define _GLIBCXX_PROFILE_REENTRANCE_GUARD(__x...) \ argument 205 #define __profcxx_hashtable_resize(__x...) \ argument 208 #define __profcxx_hashtable_destruct(__x...) \ argument 211 #define __profcxx_hashtable_construct(__x...) \ argument 215 #define __profcxx_hashtable_resize(__x...) argument 216 #define __profcxx_hashtable_destruct(__x...) argument 217 #define __profcxx_hashtable_construct(__x...) argument 223 #define __profcxx_vector_resize(__x...) \ argument 226 #define __profcxx_vector_destruct(__x...) \ argument 229 #define __profcxx_vector_construct(__x...) \ argument [all …]
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/profile/impl/ |
D | profiler.h | 83 #define _GLIBCXX_PROFILE_REENTRANCE_GUARD(__x...) \ argument 205 #define __profcxx_hashtable_resize(__x...) \ argument 208 #define __profcxx_hashtable_destruct(__x...) \ argument 211 #define __profcxx_hashtable_construct(__x...) \ argument 215 #define __profcxx_hashtable_resize(__x...) argument 216 #define __profcxx_hashtable_destruct(__x...) argument 217 #define __profcxx_hashtable_construct(__x...) argument 223 #define __profcxx_vector_resize(__x...) \ argument 226 #define __profcxx_vector_destruct(__x...) \ argument 229 #define __profcxx_vector_construct(__x...) \ argument [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__math/ |
D | rounding_functions.h | 29 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI float ceil(float __x) _NOEXCEPT { return __builtin_c… in ceil() 32 [[__nodiscard__]] _LIBCPP_HIDE_FROM_ABI double ceil(double __x) _NOEXCEPT { in ceil() 36 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI long double ceil(long double __x) _NOEXCEPT { in ceil() 41 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI double ceil(_A1 __x) _NOEXCEPT { in ceil() 47 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI float floor(float __x) _NOEXCEPT { return __builtin_… in floor() 50 [[__nodiscard__]] _LIBCPP_HIDE_FROM_ABI double floor(double __x) _NOEXCEPT { in floor() 54 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI long double floor(long double __x) _NOEXCEPT { in floor() 59 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI double floor(_A1 __x) _NOEXCEPT { in floor() 65 inline _LIBCPP_HIDE_FROM_ABI long long llrint(float __x) _NOEXCEPT { return __builtin_llrintf(__x);… in llrint() 68 _LIBCPP_HIDE_FROM_ABI long long llrint(double __x) _NOEXCEPT { in llrint() [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__math/ |
H A D | rounding_functions.h | 29 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI float ceil(float __x) _NOEXCEPT { return __built… in ceil() 32 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI double ceil(double __x) _NOEXCEPT { in ceil() 36 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI long double ceil(long double __x) _NOEXCEPT { in ceil() 41 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI double ceil(_A1 __x) _NOEXCEPT { in ceil() 47 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI float floor(float __x) _NOEXCEPT { return __buil… in floor() 50 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI double floor(double __x) _NOEXCEPT { in floor() 54 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI long double floor(long double __x) _NOEXCEPT { in floor() 59 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI double floor(_A1 __x) _NOEXCEPT { in floor() 65 inline _LIBCPP_HIDE_FROM_ABI long long llrint(float __x) _NOEXCEPT { return __builtin_llrintf(__x);… in llrint() 68 _LIBCPP_HIDE_FROM_ABI long long llrint(double __x) _NOEXCEPT { in llrint() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__math/ |
D | rounding_functions.h | 29 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI float ceil(float __x) _NOEXCEPT { return __built… in ceil() 32 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI double ceil(double __x) _NOEXCEPT { in ceil() 36 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI long double ceil(long double __x) _NOEXCEPT { in ceil() 41 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI double ceil(_A1 __x) _NOEXCEPT { in ceil() 47 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI float floor(float __x) _NOEXCEPT { return __buil… in floor() 50 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI double floor(double __x) _NOEXCEPT { in floor() 54 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI long double floor(long double __x) _NOEXCEPT { in floor() 59 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI double floor(_A1 __x) _NOEXCEPT { in floor() 65 inline _LIBCPP_HIDE_FROM_ABI long long llrint(float __x) _NOEXCEPT { return __builtin_llrintf(__x);… in llrint() 68 _LIBCPP_HIDE_FROM_ABI long long llrint(double __x) _NOEXCEPT { in llrint() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__math/ |
D | rounding_functions.h | 29 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI float ceil(float __x) _NOEXCEPT { return __builtin_c… in ceil() 32 _LIBCPP_NODISCARD _LIBCPP_HIDE_FROM_ABI double ceil(double __x) _NOEXCEPT { in ceil() 36 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI long double ceil(long double __x) _NOEXCEPT { in ceil() 41 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI double ceil(_A1 __x) _NOEXCEPT { in ceil() 47 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI float floor(float __x) _NOEXCEPT { return __builtin_… in floor() 50 _LIBCPP_NODISCARD _LIBCPP_HIDE_FROM_ABI double floor(double __x) _NOEXCEPT { in floor() 54 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI long double floor(long double __x) _NOEXCEPT { in floor() 59 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI double floor(_A1 __x) _NOEXCEPT { in floor() 65 inline _LIBCPP_HIDE_FROM_ABI long long llrint(float __x) _NOEXCEPT { return __builtin_llrintf(__x);… in llrint() 68 _LIBCPP_HIDE_FROM_ABI long long llrint(double __x) _NOEXCEPT { in llrint() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__math/ |
D | rounding_functions.h | 29 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI float ceil(float __x) _NOEXCEPT { return __built… in ceil() 32 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI double ceil(double __x) _NOEXCEPT { in ceil() 36 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI long double ceil(long double __x) _NOEXCEPT { in ceil() 41 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI double ceil(_A1 __x) _NOEXCEPT { in ceil() 47 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI float floor(float __x) _NOEXCEPT { return __buil… in floor() 50 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI double floor(double __x) _NOEXCEPT { in floor() 54 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI long double floor(long double __x) _NOEXCEPT { in floor() 59 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI double floor(_A1 __x) _NOEXCEPT { in floor() 65 inline _LIBCPP_HIDE_FROM_ABI long long llrint(float __x) _NOEXCEPT { return __builtin_llrintf(__x);… in llrint() 68 _LIBCPP_HIDE_FROM_ABI long long llrint(double __x) _NOEXCEPT { in llrint() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__math/ |
D | rounding_functions.h | 29 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI float ceil(float __x) _NOEXCEPT { return __built… in ceil() 32 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI double ceil(double __x) _NOEXCEPT { in ceil() 36 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI long double ceil(long double __x) _NOEXCEPT { in ceil() 41 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI double ceil(_A1 __x) _NOEXCEPT { in ceil() 47 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI float floor(float __x) _NOEXCEPT { return __buil… in floor() 50 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI double floor(double __x) _NOEXCEPT { in floor() 54 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI long double floor(long double __x) _NOEXCEPT { in floor() 59 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI double floor(_A1 __x) _NOEXCEPT { in floor() 65 inline _LIBCPP_HIDE_FROM_ABI long long llrint(float __x) _NOEXCEPT { return __builtin_llrintf(__x);… in llrint() 68 _LIBCPP_HIDE_FROM_ABI long long llrint(double __x) _NOEXCEPT { in llrint() [all …]
|