| /llvm-project-15.0.7/libc/AOR_v20.02/math/ |
| H A D | vn_cos.c | 11 #define VPCS_ALIAS strong_alias (__vn_cos, _ZGVnN2v_cos)
|
| H A D | vn_exp.c | 11 #define VPCS_ALIAS strong_alias (__vn_exp, _ZGVnN2v_exp)
|
| H A D | vn_pow.c | 11 #define VPCS_ALIAS strong_alias (__vn_pow, _ZGVnN2vv_pow)
|
| H A D | vn_sin.c | 11 #define VPCS_ALIAS strong_alias (__vn_sin, _ZGVnN2v_sin)
|
| H A D | vn_expf.c | 11 #define VPCS_ALIAS strong_alias (__vn_expf, _ZGVnN4v_expf)
|
| H A D | vn_sinf.c | 11 #define VPCS_ALIAS strong_alias (__vn_sinf, _ZGVnN4v_sinf)
|
| H A D | vn_powf.c | 11 #define VPCS_ALIAS strong_alias (__vn_powf, _ZGVnN4vv_powf)
|
| H A D | vn_logf.c | 11 #define VPCS_ALIAS strong_alias (__vn_logf, _ZGVnN4v_logf)
|
| H A D | vn_exp2f.c | 11 #define VPCS_ALIAS strong_alias (__vn_exp2f, _ZGVnN4v_exp2f)
|
| H A D | vn_cosf.c | 11 #define VPCS_ALIAS strong_alias (__vn_cosf, _ZGVnN4v_cosf)
|
| H A D | vn_log.c | 11 #define VPCS_ALIAS strong_alias (__vn_log, _ZGVnN2v_log)
|
| H A D | logf.c | 78 strong_alias (logf, __logf_finite)
|
| H A D | log2f.c | 79 strong_alias (log2f, __log2f_finite)
|
| H A D | exp2f.c | 79 strong_alias (exp2f, __exp2f_finite)
|
| H A D | expf.c | 90 strong_alias (expf, __expf_finite)
|
| H A D | exp2.c | 139 strong_alias (exp2, __exp2_finite) in strong_alias() function
|
| H A D | log2.c | 137 strong_alias (log2, __log2_finite) in strong_alias() function
|
| H A D | exp.c | 171 strong_alias (exp, __exp_finite) in strong_alias() function
|
| H A D | log.c | 158 strong_alias (log, __log_finite) in strong_alias() function
|
| H A D | powf.c | 220 strong_alias (powf, __powf_finite)
|
| H A D | math_config.h | 83 # define strong_alias(f, a) \ macro
|
| H A D | pow.c | 376 strong_alias (pow, __pow_finite) in strong_alias() function
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/IntelJITEvents/ |
| H A D | ittnotify_config.h | 181 #define strong_alias(name, aliasname) /* empty for Windows */ macro 197 #define strong_alias(name, aliasname) _strong_alias(name, aliasname) macro
|
| /llvm-project-15.0.7/openmp/runtime/src/thirdparty/ittnotify/ |
| H A D | ittnotify_config.h | 229 #define strong_alias(name, aliasname) /* empty for Windows */ macro 250 #define strong_alias(name, aliasname) _strong_alias(name, aliasname) macro
|