/llvm-project/clang/test/CodeGenCUDA/ |
H A D | global-initializers.cu | 11 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 D | pow.h | 2 T pow(T b, T p) { in pow() function
|
/llvm-project/libcxx/include/__math/ |
H A D | exponential_functions.h | 149 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 D | v_pow.c | 15 V_NAME(pow) (v_f64_t x, v_f64_t y) in V_NAME() argument
|
H A D | pow.c | 274 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 D | attr-likelihood.cpp | 163 constexpr double pow(double x, long long n) noexcept { in pow() function
|
/llvm-project/clang/lib/Headers/ |
H A D | __clang_hip_cmath.h | 152 __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.h | 161 __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.h | 230 __DEVICE__ double pow(double __a, double __b) { return __nv_pow(__a, __b); } pow() function
|
H A D | tgmath.h | 490 #define pow(__x, __y) __tg_pow(__tg_promote2((__x), (__y))(__x), \ macro
|
/llvm-project/libcxx/test/std/experimental/simd/ |
H A D | test_utils.h | 69 size_t pow = 1; bit_ceil() local
|
/llvm-project/clang/lib/Headers/openmp_wrappers/ |
H A D | complex_cmath.h | 158 std::complex<_Tp> pow(const std::complex<_Tp> &__x, pow() function
|
/llvm-project/polly/lib/External/isl/ |
H A D | isl_polynomial_private.h | 58 int pow[1]; member
|
H A D | isl_input.c | 2515 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 D | isl_transitive_closure.c | 2881 isl_union_map *pow; member
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | temp-order.cpp | 5 static unsigned pow(unsigned Base, unsigned Power) { in pow() function
|
/llvm-project/mlir/lib/Conversion/MathToSPIRV/ |
H A D | MathToSPIRV.cpp | 348 Value pow = rewriter.create<spirv::GLPowOp>(loc, abs, adaptor.getRhs()); matchAndRewrite() local
|
/llvm-project/libc/src/math/nvptx/ |
H A D | nvptx.h | 70 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 D | cmath.pass.cpp | 55 Ambiguous pow(Ambiguous, Ambiguous){ return Ambiguous(); } pow() function [all...] |
/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
H A D | math_h.pass.cpp | 55 Ambiguous pow(Ambiguous, Ambiguous){ return Ambiguous(); } in pow() function [all...] |
/llvm-project/libc/utils/MPFRWrapper/ |
H A D | MPFRUtils.cpp | 397 MPFRNumber pow(const MPFRNumber &b) { pow() function in LIBC_NAMESPACE::testing::mpfr::MPFRNumber
|
/llvm-project/polly/lib/External/isl/imath/ |
H A D | imdrover.c | 685 mp_small pow; in test_expt() local
|