Home
last modified time | relevance | path

Searched defs:pow (Results 1 – 22 of 22) sorted by relevance

/llvm-project/clang/test/CodeGenCUDA/
H A Dglobal-initializers.cu11 double pow(double, double) { return 1.0; } in pow() function
13 __device__ double pow(double, int) { return 2.0; } in pow() function
29 double pow(double, double) { return 3.0; } in pow() function
31 __device__ double pow(double, int) { return 4.0; } in pow() function
/llvm-project/llvm/test/tools/llvm-cov/Inputs/multithreaded_report/
H A Dpow.h2 T pow(T b, T p) { in pow() function
/llvm-project/libcxx/include/__math/
H A Dexponential_functions.h149 inline _LIBCPP_HIDE_FROM_ABI float pow(float __x, float __y) _NOEXCEPT { return __builtin_powf(__x,… in pow() function
152 _LIBCPP_HIDE_FROM_ABI double pow(double __x, double __y) _NOEXCEPT { in pow() function
156 inline _LIBCPP_HIDE_FROM_ABI long double pow(long double __x, long double __y) _NOEXCEPT { in pow() function
161 inline _LIBCPP_HIDE_FROM_ABI typename __promote<_A1, _A2>::type pow(_A1 __x, _A2 __y) _NOEXCEPT { in pow() function
/llvm-project/libc/AOR_v20.02/math/
H A Dv_pow.c15 V_NAME(pow) (v_f64_t x, v_f64_t y) in V_NAME() argument
H A Dpow.c274 pow (double x, double y) in pow() function
376 strong_alias (pow, __pow_finite) in strong_alias() argument
/llvm-project/clang/test/SemaCXX/
H A Dattr-likelihood.cpp163 constexpr double pow(double x, long long n) noexcept { in pow() function
/llvm-project/clang/lib/Headers/
H A D__clang_hip_cmath.h152 __DEVICE__ __CONSTEXPR__ float pow(float __base, int __iexp) { in pow() function
155 __DEVICE__ __CONSTEXPR__ double pow(double __base, int __iexp) { in pow() function
176 __DEVICE__ __CONSTEXPR__ _Float16 pow(_Float16 __base, int __iexp) { in pow() function
H A D__clang_cuda_cmath.h161 __DEVICE__ float pow(float __base, float __exp) { in pow() function
164 __DEVICE__ float pow(float __base, int __iexp) { in pow() function
167 __DEVICE__ double pow(double __base, int __iexp) { in pow() function
H A D__clang_cuda_math.h230 __DEVICE__ double pow(double __a, double __b) { return __nv_pow(__a, __b); } pow() function
H A Dtgmath.h490 #define pow(__x, __y) __tg_pow(__tg_promote2((__x), (__y))(__x), \ macro
/llvm-project/libcxx/test/std/experimental/simd/
H A Dtest_utils.h69 size_t pow = 1; bit_ceil() local
/llvm-project/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h158 std::complex<_Tp> pow(const std::complex<_Tp> &__x, pow() function
/llvm-project/polly/lib/External/isl/
H A Disl_polynomial_private.h58 int pow[1]; member
H A Disl_input.c2515 int pow; in optional_power() local
2553 int pow; in read_factor() local
2600 int pow; in read_factor() local
2618 int pow; in read_factor() local
H A Disl_transitive_closure.c2881 isl_union_map *pow; member
/llvm-project/clang/test/CodeGenCXX/
H A Dtemp-order.cpp5 static unsigned pow(unsigned Base, unsigned Power) { in pow() function
/llvm-project/mlir/lib/Conversion/MathToSPIRV/
H A DMathToSPIRV.cpp348 Value pow = rewriter.create<spirv::GLPowOp>(loc, abs, adaptor.getRhs()); matchAndRewrite() local
/llvm-project/libc/src/math/nvptx/
H A Dnvptx.h70 LIBC_INLINE double pow(double x, double y) { return __nv_pow(x, y); } pow() function
/llvm-project/libcxx/test/std/numerics/c.math/
H A Dcmath.pass.cpp55 Ambiguous pow(Ambiguous, Ambiguous){ return Ambiguous(); } pow() function
[all...]
/llvm-project/libcxx/test/std/depr/depr.c.headers/
H A Dmath_h.pass.cpp55 Ambiguous pow(Ambiguous, Ambiguous){ return Ambiguous(); } in pow() function
[all...]
/llvm-project/libc/utils/MPFRWrapper/
H A DMPFRUtils.cpp397 MPFRNumber pow(const MPFRNumber &b) { pow() function in LIBC_NAMESPACE::testing::mpfr::MPFRNumber
/llvm-project/polly/lib/External/isl/imath/
H A Dimdrover.c685 mp_small pow; in test_expt() local