/llvm-project/libcxx/include/__math/ |
H A D | exponential_functions.h | 81 inline _LIBCPP_HIDE_FROM_ABI float exp2(float __x) _NOEXCEPT { return __builtin_exp2f(__x); } in exp2() function 84 _LIBCPP_HIDE_FROM_ABI double exp2(double __x) _NOEXCEPT { in exp2() function 88 inline _LIBCPP_HIDE_FROM_ABI long double exp2(long double __x) _NOEXCEPT { return __builtin_exp2l(_… in exp2() function 91 inline _LIBCPP_HIDE_FROM_ABI double exp2(_A1 __x) _NOEXCEPT { in exp2() function
|
/llvm-project/libc/AOR_v20.02/math/ |
H A D | exp2.c | 77 exp2 (double x) in exp2() function 139 strong_alias (exp2, __exp2_finite) in strong_alias() argument
|
/llvm-project/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/ |
H A D | bind_return_type.pass.cpp | 68 Expect exp2 = ret(101, 102); in do_test() local 107 Expect exp2 = ret(101, 102); in do_test_r() local
|
/llvm-project/libcxx/test/support/ |
H A D | hexfloat.h | 42 int exp2 = -static_cast<int>(Digits - CountLeadingZeros(m0)/4*4); hexfloat() local
|
/llvm-project/libc/src/__support/ |
H A D | str_to_float.h | 95 int32_t exp2 = global() variable 209 int32_t exp2 = global() variable 323 int32_t exp2 = 0; global() variable 729 int32_t exp2 = init_num.exponent; binary_exp_to_float() local [all...] |
/llvm-project/polly/lib/External/isl/ |
H A D | isl_lp.c | 260 int *exp2 = NULL; in isl_basic_set_opt_lp_val_aligned() local
|
H A D | isl_local_space.c | 806 __isl_keep isl_mat *div2, int *exp1, int *exp2) in isl_merge_divs() 882 int *exp2 = NULL; in isl_local_space_intersect() local
|
H A D | isl_ilp.c | 364 int *exp2 = NULL; in isl_basic_set_opt() local
|
H A D | isl_coalesce.c | 3433 int *exp2 = NULL; in coalesce_after_aligning_divs() local
|
H A D | isl_aff.c | 1901 int *exp2 = NULL; in isl_aff_add() local 6094 int *exp2 = NULL; in isl_aff_align_divs() local
|
H A D | isl_polynomial.c | 1631 int *exp2 = NULL; in with_merged_divs() local
|
/llvm-project/libc/src/math/nvptx/ |
H A D | nvptx.h | 40 LIBC_INLINE double exp2(double x) { return __nv_exp2(x); } exp2() function
|
/llvm-project/libcxx/test/std/numerics/c.math/ |
H A D | cmath.pass.cpp | 78 Ambiguous exp2(Ambiguous){ return Ambiguous(); } exp2() function [all...] |
/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
H A D | math_h.pass.cpp | 78 Ambiguous exp2(Ambiguous){ return Ambiguous(); } in exp2() function
|
/llvm-project/libc/utils/MPFRWrapper/ |
H A D | MPFRUtils.cpp | 293 MPFRNumber exp2() const { exp2() function in LIBC_NAMESPACE::testing::mpfr::MPFRNumber
|
/llvm-project/clang/lib/Headers/ |
H A D | __clang_cuda_math.h | 107 __DEVICE__ double exp2(double __a) { return __nv_exp2(__a); } exp2() function
|
H A D | tgmath.h | 670 #define exp2(__x) __tg_exp2(__tg_promote1((__x))(__x)) macro
|