Home
last modified time | relevance | path

Searched defs:exp2 (Results 1 – 17 of 17) sorted by relevance

/llvm-project/libcxx/include/__math/
H A Dexponential_functions.h81 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 Dexp2.c77 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 Dbind_return_type.pass.cpp68 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 Dhexfloat.h42 int exp2 = -static_cast<int>(Digits - CountLeadingZeros(m0)/4*4); hexfloat() local
/llvm-project/libc/src/__support/
H A Dstr_to_float.h95 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 Disl_lp.c260 int *exp2 = NULL; in isl_basic_set_opt_lp_val_aligned() local
H A Disl_local_space.c806 __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 Disl_ilp.c364 int *exp2 = NULL; in isl_basic_set_opt() local
H A Disl_coalesce.c3433 int *exp2 = NULL; in coalesce_after_aligning_divs() local
H A Disl_aff.c1901 int *exp2 = NULL; in isl_aff_add() local
6094 int *exp2 = NULL; in isl_aff_align_divs() local
H A Disl_polynomial.c1631 int *exp2 = NULL; in with_merged_divs() local
/llvm-project/libc/src/math/nvptx/
H A Dnvptx.h40 LIBC_INLINE double exp2(double x) { return __nv_exp2(x); } exp2() function
/llvm-project/libcxx/test/std/numerics/c.math/
H A Dcmath.pass.cpp78 Ambiguous exp2(Ambiguous){ return Ambiguous(); } exp2() function
[all...]
/llvm-project/libcxx/test/std/depr/depr.c.headers/
H A Dmath_h.pass.cpp78 Ambiguous exp2(Ambiguous){ return Ambiguous(); } in exp2() function
/llvm-project/libc/utils/MPFRWrapper/
H A DMPFRUtils.cpp293 MPFRNumber exp2() const { exp2() function in LIBC_NAMESPACE::testing::mpfr::MPFRNumber
/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math.h107 __DEVICE__ double exp2(double __a) { return __nv_exp2(__a); } exp2() function
H A Dtgmath.h670 #define exp2(__x) __tg_exp2(__tg_promote1((__x))(__x)) macro