Home
last modified time | relevance | path

Searched defs:__x (Results 1 – 25 of 84) sorted by relevance

1234

/llvm-project/clang/lib/Headers/
H A Dtgmath.h49 #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 Driscv_bitmanip.h21 __riscv_orc_b_32(uint32_t __x) { in __riscv_orc_b_32()
26 __riscv_clz_32(uint32_t __x) { in __riscv_clz_32()
31 __riscv_ctz_32(uint32_t __x) { in __riscv_ctz_32()
36 __riscv_cpop_32(uint32_t __x) { in __riscv_cpop_32()
42 __riscv_orc_b_64(uint64_t __x) { in __riscv_orc_b_64()
47 __riscv_clz_64(uint64_t __x) { in __riscv_clz_64()
52 __riscv_ctz_64(uint64_t __x) { in __riscv_ctz_64()
57 __riscv_cpop_64(uint64_t __x) { in __riscv_cpop_64()
65 __riscv_rev8_32(uint32_t __x) { in __riscv_rev8_32()
70 __riscv_rol_32(uint32_t __x, uint32_t __y) { in __riscv_rol_32()
[all …]
H A D__clang_cuda_cmath.h43 __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.h40 __DEVICE__ __CONSTEXPR__ float fabs(float __x) { return ::fabsf(__x); } in fabs() argument
41 __DEVICE__ __CONSTEXPR__ float sin(float __x) { return ::sinf(__x); } in sin() argument
42 __DEVICE__ __CONSTEXPR__ float cos(float __x) { return ::cosf(__x); } in cos() argument
44 __DEVICE__ __CONSTEXPR__ double abs(double __x) { return ::fabs(__x); } in abs() argument
45 __DEVICE__ __CONSTEXPR__ float abs(float __x) { return ::fabsf(__x); } in abs() argument
48 fma(float __x,float __y,float __z) fma() argument
54 fpclassify(float __x) fpclassify() argument
58 fpclassify(double __x) fpclassify() argument
86 isinf(float __x) isinf() argument
87 isinf(double __x) isinf() argument
88 isfinite(float __x) isfinite() argument
89 isfinite(double __x) isfinite() argument
90 isnan(float __x) isnan() argument
91 isnan(double __x) isnan() argument
96 isinf(float __x) isinf() argument
97 isinf(double __x) isinf() argument
98 isfinite(float __x) isfinite() argument
99 isfinite(double __x) isfinite() argument
100 isnan(float __x) isnan() argument
101 isnan(double __x) isnan() argument
107 isgreater(float __x,float __y) isgreater() argument
110 isgreater(double __x,double __y) isgreater() argument
113 isgreaterequal(float __x,float __y) isgreaterequal() argument
116 isgreaterequal(double __x,double __y) isgreaterequal() argument
119 isless(float __x,float __y) isless() argument
122 isless(double __x,double __y) isless() argument
125 islessequal(float __x,float __y) islessequal() argument
128 islessequal(double __x,double __y) islessequal() argument
131 islessgreater(float __x,float __y) islessgreater() argument
134 islessgreater(double __x,double __y) islessgreater() argument
137 isnormal(float __x) isnormal() argument
140 isnormal(double __x) isnormal() argument
143 isunordered(float __x,float __y) isunordered() argument
146 isunordered(double __x,double __y) isunordered() argument
149 modf(float __x,float * __iptr) modf() argument
158 remquo(float __x,float __y,int * __quo) remquo() argument
161 scalbln(float __x,long int __n) scalbln() argument
164 signbit(float __x) signbit() argument
165 signbit(double __x) signbit() argument
172 fma(_Float16 __x,_Float16 __y,_Float16 __z) fma() argument
[all...]
H A Driscv_crypto.h27 __riscv_aes64ds(uint64_t __x, uint64_t __y) { in __riscv_aes64ds()
32 __riscv_aes64dsm(uint64_t __x, uint64_t __y) { in __riscv_aes64dsm()
37 __riscv_aes64im(uint64_t __x) { in __riscv_aes64im()
51 __riscv_aes64es(uint64_t __x, uint64_t __y) { in __riscv_aes64es()
56 __riscv_aes64esm(uint64_t __x, uint64_t __y) { in __riscv_aes64esm()
67 __riscv_aes64ks2(uint64_t __x, uint64_t __y) { in __riscv_aes64ks2()
75 __riscv_sha256sig0(uint32_t __x) { in __riscv_sha256sig0()
80 __riscv_sha256sig1(uint32_t __x) { in __riscv_sha256sig1()
85 __riscv_sha256sum0(uint32_t __x) { in __riscv_sha256sum0()
90 __riscv_sha256sum1(uint32_t __x) { in __riscv_sha256sum1()
[all …]
/llvm-project/libcxx/include/__math/
H A Drounding_functions.h29 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI float ceil(float __x) _NOEXCEPT { return __builtin_ceilf(__x); } in ceil() argument
32 [[__nodiscard__]] _LIBCPP_HIDE_FROM_ABI double ceil(double __x) _NOEXCEPT { in ceil() argument
36 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI long double ceil(long double __x) _NOEXCEPT { in ceil() argument
41 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI double ceil(_A1 __x) _NOEXCEPT { in ceil() argument
47 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI float floor(float __x) _NOEXCEPT { return __builtin_floorf(__x); } in floor() argument
50 floor(double __x) floor() argument
54 floor(long double __x) floor() argument
59 floor(_A1 __x) floor() argument
65 llrint(float __x) llrint() argument
68 llrint(double __x) llrint() argument
72 llrint(long double __x) llrint() argument
75 llrint(_A1 __x) llrint() argument
81 llround(float __x) llround() argument
84 llround(double __x) llround() argument
88 llround(long double __x) llround() argument
91 llround(_A1 __x) llround() argument
97 lrint(float __x) lrint() argument
100 lrint(double __x) lrint() argument
104 lrint(long double __x) lrint() argument
107 lrint(_A1 __x) lrint() argument
113 lround(float __x) lround() argument
116 lround(double __x) lround() argument
120 lround(long double __x) lround() argument
123 lround(_A1 __x) lround() argument
129 nearbyint(float __x) nearbyint() argument
134 nearbyint(double __x) nearbyint() argument
138 nearbyint(long double __x) nearbyint() argument
143 nearbyint(_A1 __x) nearbyint() argument
149 nextafter(float __x,float __y) nextafter() argument
152 nextafter(double __x,double __y) nextafter() argument
156 nextafter(long double __x,long double __y) nextafter() argument
161 nextafter(_A1 __x,_A2 __y) nextafter() argument
169 nexttoward(float __x,long double __y) nexttoward() argument
174 nexttoward(double __x,long double __y) nexttoward() argument
178 nexttoward(long double __x,long double __y) nexttoward() argument
183 nexttoward(_A1 __x,long double __y) nexttoward() argument
189 rint(float __x) rint() argument
192 rint(double __x) rint() argument
196 rint(long double __x) rint() argument
201 rint(_A1 __x) rint() argument
207 round(float __x) round() argument
210 round(double __x) round() argument
214 round(long double __x) round() argument
219 round(_A1 __x) round() argument
225 trunc(float __x) trunc() argument
228 trunc(double __x) trunc() argument
232 trunc(long double __x) trunc() argument
237 trunc(_A1 __x) trunc() argument
[all...]
H A Dlogarithms.h26 inline _LIBCPP_HIDE_FROM_ABI float log(float __x) _NOEXCEPT { return __builtin_logf(__x); } in log()
29 _LIBCPP_HIDE_FROM_ABI double log(double __x) _NOEXCEPT { in log()
33 inline _LIBCPP_HIDE_FROM_ABI long double log(long double __x) _NOEXCEPT { return __builtin_logl(__x… in log()
36 inline _LIBCPP_HIDE_FROM_ABI double log(_A1 __x) _NOEXCEPT { in log()
42 inline _LIBCPP_HIDE_FROM_ABI float log10(float __x) _NOEXCEPT { return __builtin_log10f(__x); } in log10()
45 _LIBCPP_HIDE_FROM_ABI double log10(double __x) _NOEXCEPT { in log10()
49 inline _LIBCPP_HIDE_FROM_ABI long double log10(long double __x) _NOEXCEPT { return __builtin_log10l… in log10()
52 inline _LIBCPP_HIDE_FROM_ABI double log10(_A1 __x) _NOEXCEPT { in log10()
58 inline _LIBCPP_HIDE_FROM_ABI int ilogb(float __x) _NOEXCEPT { return __builtin_ilogbf(__x); } in ilogb()
61 _LIBCPP_HIDE_FROM_ABI double ilogb(double __x) _NOEXCEPT { in ilogb()
[all …]
H A Dexponential_functions.h29 inline _LIBCPP_HIDE_FROM_ABI float exp(float __x) _NOEXCEPT { return __builtin_expf(__x); } in exp()
32 _LIBCPP_HIDE_FROM_ABI double exp(double __x) _NOEXCEPT { in exp()
36 inline _LIBCPP_HIDE_FROM_ABI long double exp(long double __x) _NOEXCEPT { return __builtin_expl(__x… in exp()
39 inline _LIBCPP_HIDE_FROM_ABI double exp(_A1 __x) _NOEXCEPT { in exp()
45 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()
[all …]
H A Dinverse_trigonometric_functions.h29 inline _LIBCPP_HIDE_FROM_ABI float acos(float __x) _NOEXCEPT { return __builtin_acosf(__x); } in acos()
32 _LIBCPP_HIDE_FROM_ABI double acos(double __x) _NOEXCEPT { in acos()
36 inline _LIBCPP_HIDE_FROM_ABI long double acos(long double __x) _NOEXCEPT { return __builtin_acosl(_… in acos()
39 inline _LIBCPP_HIDE_FROM_ABI double acos(_A1 __x) _NOEXCEPT { in acos()
45 inline _LIBCPP_HIDE_FROM_ABI float asin(float __x) _NOEXCEPT { return __builtin_asinf(__x); } in asin()
48 _LIBCPP_HIDE_FROM_ABI double asin(double __x) _NOEXCEPT { in asin()
52 inline _LIBCPP_HIDE_FROM_ABI long double asin(long double __x) _NOEXCEPT { return __builtin_asinl(_… in asin()
55 inline _LIBCPP_HIDE_FROM_ABI double asin(_A1 __x) _NOEXCEPT { in asin()
61 inline _LIBCPP_HIDE_FROM_ABI float atan(float __x) _NOEXCEPT { return __builtin_atanf(__x); } in atan()
64 _LIBCPP_HIDE_FROM_ABI double atan(double __x) _NOEXCEPT { in atan()
[all …]
H A Dhyperbolic_functions.h26 inline _LIBCPP_HIDE_FROM_ABI float cosh(float __x) _NOEXCEPT { return __builtin_coshf(__x); } in cosh()
29 _LIBCPP_HIDE_FROM_ABI double cosh(double __x) _NOEXCEPT { in cosh()
33 inline _LIBCPP_HIDE_FROM_ABI long double cosh(long double __x) _NOEXCEPT { return __builtin_coshl(_… in cosh()
36 inline _LIBCPP_HIDE_FROM_ABI double cosh(_A1 __x) _NOEXCEPT { in cosh()
42 inline _LIBCPP_HIDE_FROM_ABI float sinh(float __x) _NOEXCEPT { return __builtin_sinhf(__x); } in sinh()
45 _LIBCPP_HIDE_FROM_ABI double sinh(double __x) _NOEXCEPT { in sinh()
49 inline _LIBCPP_HIDE_FROM_ABI long double sinh(long double __x) _NOEXCEPT { return __builtin_sinhl(_… in sinh()
52 inline _LIBCPP_HIDE_FROM_ABI double sinh(_A1 __x) _NOEXCEPT { in sinh()
58 inline _LIBCPP_HIDE_FROM_ABI float tanh(float __x) _NOEXCEPT { return __builtin_tanhf(__x); } in tanh()
61 _LIBCPP_HIDE_FROM_ABI double tanh(double __x) _NOEXCEPT { in tanh()
[all …]
H A Dinverse_hyperbolic_functions.h26 inline _LIBCPP_HIDE_FROM_ABI float acosh(float __x) _NOEXCEPT { return __builtin_acoshf(__x); } in acosh()
29 _LIBCPP_HIDE_FROM_ABI double acosh(double __x) _NOEXCEPT { in acosh()
33 inline _LIBCPP_HIDE_FROM_ABI long double acosh(long double __x) _NOEXCEPT { return __builtin_acoshl… in acosh()
36 inline _LIBCPP_HIDE_FROM_ABI double acosh(_A1 __x) _NOEXCEPT { in acosh()
42 inline _LIBCPP_HIDE_FROM_ABI float asinh(float __x) _NOEXCEPT { return __builtin_asinhf(__x); } in asinh()
45 _LIBCPP_HIDE_FROM_ABI double asinh(double __x) _NOEXCEPT { in asinh()
49 inline _LIBCPP_HIDE_FROM_ABI long double asinh(long double __x) _NOEXCEPT { return __builtin_asinhl… in asinh()
52 inline _LIBCPP_HIDE_FROM_ABI double asinh(_A1 __x) _NOEXCEPT { in asinh()
58 inline _LIBCPP_HIDE_FROM_ABI float atanh(float __x) _NOEXCEPT { return __builtin_atanhf(__x); } in atanh()
61 _LIBCPP_HIDE_FROM_ABI double atanh(double __x) _NOEXCEPT { in atanh()
[all …]
H A Dtrigonometric_functions.h26 inline _LIBCPP_HIDE_FROM_ABI float cos(float __x) _NOEXCEPT { return __builtin_cosf(__x); } in cos()
29 _LIBCPP_HIDE_FROM_ABI double cos(double __x) _NOEXCEPT { in cos()
33 inline _LIBCPP_HIDE_FROM_ABI long double cos(long double __x) _NOEXCEPT { return __builtin_cosl(__x… in cos()
36 inline _LIBCPP_HIDE_FROM_ABI double cos(_A1 __x) _NOEXCEPT { in cos()
42 inline _LIBCPP_HIDE_FROM_ABI float sin(float __x) _NOEXCEPT { return __builtin_sinf(__x); } in sin()
45 _LIBCPP_HIDE_FROM_ABI double sin(double __x) _NOEXCEPT { in sin()
49 inline _LIBCPP_HIDE_FROM_ABI long double sin(long double __x) _NOEXCEPT { return __builtin_sinl(__x… in sin()
52 inline _LIBCPP_HIDE_FROM_ABI double sin(_A1 __x) _NOEXCEPT { in sin()
58 inline _LIBCPP_HIDE_FROM_ABI float tan(float __x) _NOEXCEPT { return __builtin_tanf(__x); } in tan()
61 _LIBCPP_HIDE_FROM_ABI double tan(double __x) _NOEXCEPT { in tan()
[all …]
H A Dtraits.h71 [[__nodiscard__]] inline _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI bool isfinite(float __x) _NOEXCEPT { in isinf() argument
32 signbit(_A1 __x) signbit() argument
37 signbit(_A1 __x) signbit() argument
49 isfinite(_A1 __x) isfinite() argument
61 isinf(_A1 __x) isinf() argument
76 isinf(double __x) isinf() argument
80 isinf(long double __x) isinf() argument
88 isnan(_A1 __x) isnan() argument
98 isnan(float __x) isnan() argument
103 isnan(double __x) isnan() argument
107 isnan(long double __x) isnan() argument
115 isnormal(_A1 __x) isnormal() argument
120 isnormal(_A1 __x) isnormal() argument
127 isgreater(_A1 __x,_A2 __y) isgreater() argument
135 isgreaterequal(_A1 __x,_A2 __y) isgreaterequal() argument
143 isless(_A1 __x,_A2 __y) isless() argument
151 islessequal(_A1 __x,_A2 __y) islessequal() argument
159 islessgreater(_A1 __x,_A2 __y) islessgreater() argument
167 isunordered(_A1 __x,_A2 __y) isunordered() argument
[all...]
H A Derror_functions.h26 inline _LIBCPP_HIDE_FROM_ABI float erf(float __x) _NOEXCEPT { return __builtin_erff(__x); } in erf()
29 _LIBCPP_HIDE_FROM_ABI double erf(double __x) _NOEXCEPT { in erf()
33 inline _LIBCPP_HIDE_FROM_ABI long double erf(long double __x) _NOEXCEPT { return __builtin_erfl(__x… in erf()
36 inline _LIBCPP_HIDE_FROM_ABI double erf(_A1 __x) _NOEXCEPT { in erf()
42 inline _LIBCPP_HIDE_FROM_ABI float erfc(float __x) _NOEXCEPT { return __builtin_erfcf(__x); } in erfc()
45 _LIBCPP_HIDE_FROM_ABI double erfc(double __x) _NOEXCEPT { in erfc()
49 inline _LIBCPP_HIDE_FROM_ABI long double erfc(long double __x) _NOEXCEPT { return __builtin_erfcl(_… in erfc()
52 inline _LIBCPP_HIDE_FROM_ABI double erfc(_A1 __x) _NOEXCEPT { in erfc()
H A Droots.h26 inline _LIBCPP_HIDE_FROM_ABI float sqrt(float __x) _NOEXCEPT { return __builtin_sqrtf(__x); } in sqrt() argument
29 _LIBCPP_HIDE_FROM_ABI double sqrt(double __x) _NOEXCEPT { in sqrt() argument
33 inline _LIBCPP_HIDE_FROM_ABI long double sqrt(long double __x) _NOEXCEPT { return __builtin_sqrtl(__x); } in sqrt() argument
36 inline _LIBCPP_HIDE_FROM_ABI double sqrt(_A1 __x) _NOEXCEPT { in sqrt() argument
42 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI float cbrt(float __x) _NOEXCEPT { return __builtin_cbrtf(__x); } in cbrt() argument
45 cbrt(double __x) cbrt() argument
49 cbrt(long double __x) cbrt() argument
54 cbrt(_A1 __x) cbrt() argument
[all...]
H A Dgamma.h26 inline _LIBCPP_HIDE_FROM_ABI float lgamma(float __x) _NOEXCEPT { return __builtin_lgammaf(__x); } in lgamma()
29 _LIBCPP_HIDE_FROM_ABI double lgamma(double __x) _NOEXCEPT { in lgamma()
33 inline _LIBCPP_HIDE_FROM_ABI long double lgamma(long double __x) _NOEXCEPT { return __builtin_lgamm… in lgamma()
36 inline _LIBCPP_HIDE_FROM_ABI double lgamma(_A1 __x) _NOEXCEPT { in lgamma()
44 inline _LIBCPP_HIDE_FROM_ABI float tgamma(float __x) _NOEXCEPT { return __builtin_tgammaf(__x); } in tgamma()
47 _LIBCPP_HIDE_FROM_ABI double tgamma(double __x) _NOEXCEPT { in tgamma()
51 inline _LIBCPP_HIDE_FROM_ABI long double tgamma(long double __x) _NOEXCEPT { return __builtin_tgamm… in tgamma()
54 inline _LIBCPP_HIDE_FROM_ABI double tgamma(_A1 __x) _NOEXCEPT { in tgamma()
H A Dmin_max.h28 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI float fmax(float __x, float __y) _NOEXCEPT { in fmax() argument
33 [[__nodiscard__]] _LIBCPP_HIDE_FROM_ABI double fmax(double __x, double __y) _NOEXCEPT { in fmax() argument
37 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI long double fmax(long double __x, long double __y) _NOEXCEPT { in fmax() argument
42 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI typename __promote<_A1, _A2>::type fmax(_A1 __x, _A2 __y) _NOEXCEPT { in fmax() argument
50 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI float fmin(float __x, float __y) _NOEXCEPT { in fmin() argument
55 fmin(double __x,double __y) fmin() argument
59 fmin(long double __x,long double __y) fmin() argument
64 fmin(_A1 __x,_A2 __y) fmin() argument
[all...]
H A Dmodulo.h28 inline _LIBCPP_HIDE_FROM_ABI float fmod(float __x, float __y) _NOEXCEPT { return __builtin_fmodf(__… in fmod()
31 _LIBCPP_HIDE_FROM_ABI double fmod(double __x, double __y) _NOEXCEPT { in fmod()
35 inline _LIBCPP_HIDE_FROM_ABI long double fmod(long double __x, long double __y) _NOEXCEPT { in fmod()
40 inline _LIBCPP_HIDE_FROM_ABI typename __promote<_A1, _A2>::type fmod(_A1 __x, _A2 __y) _NOEXCEPT { in fmod()
48 inline _LIBCPP_HIDE_FROM_ABI float modf(float __x, float* __y) _NOEXCEPT { return __builtin_modff(_… in modf()
51 _LIBCPP_HIDE_FROM_ABI double modf(double __x, double* __y) _NOEXCEPT { in modf()
55 inline _LIBCPP_HIDE_FROM_ABI long double modf(long double __x, long double* __y) _NOEXCEPT { in modf()
H A Dremainder.h32 return __builtin_remainder(__x, __y); in remainder() argument
36 return __builtin_remainderl(__x, __y); in remainder() argument
49 return __builtin_remquof(__x, __ argument
29 remainder(float __x,float __y) remainder() argument
41 remainder(_A1 __x,_A2 __y) remainder() argument
54 remquo(double __x,double __y,int * __z) remquo() argument
58 remquo(long double __x,long double __y,int * __z) remquo() argument
63 remquo(_A1 __x,_A2 __y,int * __z) remquo() argument
[all...]
H A Dabs.h26 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI float fabs(float __x) _NOEXCEPT { return __builtin_fabsf(__x); } in fabs() argument
29 [[__nodiscard__]] _LIBCPP_HIDE_FROM_ABI double fabs(double __x) _NOEXCEPT { in fabs() argument
33 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI long double fabs(long double __x) _NOEXCEPT { in fabs() argument
38 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI double fabs(_A1 __x) _NOEXCEPT { in fabs() argument
/llvm-project/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h108 return std::complex<_Tp>(__x, __y); in log() argument
114 return std::complex<_Tp>(log(abs(__x)), arg(__x)); in log10() argument
121 sqrt(const std::complex<_Tp> & __x) sqrt() argument
138 exp(const std::complex<_Tp> & __x) exp() argument
158 pow(const std::complex<_Tp> & __x,const std::complex<_Tp> & __y) pow() argument
165 __sqr(const std::complex<_Tp> & __x) __sqr() argument
174 asinh(const std::complex<_Tp> & __x) asinh() argument
202 acosh(const std::complex<_Tp> & __x) acosh() argument
235 atanh(const std::complex<_Tp> & __x) atanh() argument
265 sinh(const std::complex<_Tp> & __x) sinh() argument
279 cosh(const std::complex<_Tp> & __x) cosh() argument
295 tanh(const std::complex<_Tp> & __x) tanh() argument
317 asin(const std::complex<_Tp> & __x) asin() argument
325 acos(const std::complex<_Tp> & __x) acos() argument
359 atan(const std::complex<_Tp> & __x) atan() argument
367 sin(const std::complex<_Tp> & __x) sin() argument
374 cos(const std::complex<_Tp> & __x) cos() argument
381 tan(const std::complex<_Tp> & __x) tan() argument
[all...]
/llvm-project/libcxx/include/__numeric/
H A Dsaturation_arithmetic.h31 _LIBCPP_HIDE_FROM_ABI constexpr _Tp __add_sat(_Tp __x, _Tp __y) noexcept { in __add_sat()
49 _LIBCPP_HIDE_FROM_ABI constexpr _Tp __sub_sat(_Tp __x, _Tp __y) noexcept { in __sub_sat()
68 _LIBCPP_HIDE_FROM_ABI constexpr _Tp __mul_sat(_Tp __x, _Tp __y) noexcept { in __mul_sat()
84 _LIBCPP_HIDE_FROM_ABI constexpr _Tp __div_sat(_Tp __x, _Tp __y) noexcept { in __div_sat()
97 _LIBCPP_HIDE_FROM_ABI constexpr _Rp __saturate_cast(_Tp __x) noexcept { in __saturate_cast()
115 _LIBCPP_HIDE_FROM_ABI constexpr _Tp add_sat(_Tp __x, _Tp __y) noexcept { in add_sat()
120 _LIBCPP_HIDE_FROM_ABI constexpr _Tp sub_sat(_Tp __x, _Tp __y) noexcept { in sub_sat()
125 _LIBCPP_HIDE_FROM_ABI constexpr _Tp mul_sat(_Tp __x, _Tp __y) noexcept { in mul_sat()
130 _LIBCPP_HIDE_FROM_ABI constexpr _Tp div_sat(_Tp __x, _Tp __y) noexcept { in div_sat()
135 _LIBCPP_HIDE_FROM_ABI constexpr _Rp saturate_cast(_Tp __x) noexcept { in saturate_cast()
/llvm-project/libcxx/src/include/ryu/
H A Dd2s_intrinsics.h166 [[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 …]
/llvm-project/libcxx/include/__memory/
H A Daddressof.h22 inline _LIBCPP_CONSTEXPR_SINCE_CXX17 _LIBCPP_NO_CFI _LIBCPP_HIDE_FROM_ABI _Tp* addressof(_Tp& __x) _NOEXCEPT { in addressof() argument
32 addressof(__strong _Tp & __x) addressof() argument
38 addressof(__weak _Tp & __x) addressof() argument
44 addressof(__autoreleasing _Tp & __x) addressof() argument
49 addressof(__unsafe_unretained _Tp & __x) addressof() argument
[all...]
/llvm-project/libcxx/include/
H A Dmath.h391 fpclassify(float __x) fpclassify() argument
396 fpclassify(double __x) fpclassify() argument
401 fpclassify(long double __x) fpclassify() argument
406 fpclassify(_A1 __x) fpclassify() argument

1234