/openbsd-src/gnu/lib/libstdc++/libstdc++/include/c_std/ |
H A D | std_cmath.h | 560 pow(float __x, float __y) { return __gnu_cxx::__c99_binding::powf(__x, __y); } in pow() function 563 pow(float __x, float __y) in pow() function 569 pow(long double __x, long double __y) { return ::powl(__x, __y); } in pow() function 572 pow(long double __x, long double __y) in pow() function 577 pow(double __x, int __i) in pow() function 581 pow(float __x, int __n) in pow() function 585 pow(long double __x, int __n) in pow() function
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/ |
H A D | loverload3.C | 6 inline double pow (double d, int e) { return pow (d, (double) e); } in pow() function
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/c_std/ |
H A D | std_cmath.h | 357 pow(float __x, float __y) in pow() function 361 pow(long double __x, long double __y) in pow() function 365 pow(double __x, int __i) in pow() function 369 pow(float __x, int __n) in pow() function 373 pow(long double __x, int __n) in pow() function
|
/openbsd-src/gnu/usr.bin/perl/vos/ |
H A D | vos.c | 45 double pow(x,y) in pow() function
|
/openbsd-src/gnu/llvm/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); } in pow() function
|
H A D | tgmath.h | 490 #define pow(__x, __y) __tg_pow(__tg_promote2((__x), (__y))(__x), \ macro
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/ |
H A D | ref9.C | 30 ex pow() { return basic(); } in pow() function
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | 920501-2.c | 19 unsigned long long pow; in powmod_ll() local
|
/openbsd-src/gnu/llvm/clang/lib/Headers/openmp_wrappers/ |
H A D | complex_cmath.h | 158 std::complex<_Tp> pow(const std::complex<_Tp> &__x, in pow() function
|
/openbsd-src/lib/libm/src/ |
H A D | e_pow.c | 97 pow(double x, double y) in pow() function
|
/openbsd-src/gnu/llvm/libcxx/include/ |
H A D | math.h | 864 inline _LIBCPP_HIDE_FROM_ABI float pow(float __x, float __y) _NOEXCEPT {return __… in pow() function 867 _LIBCPP_HIDE_FROM_ABI double pow(double __x, double __y) _NOEXCEPT { in pow() function 871 inline _LIBCPP_HIDE_FROM_ABI long double pow(long double __x, long double __y) _NOEXCEPT {return __… in pow() function 882 pow(_A1 __x, _A2 __y) _NOEXCEPT in pow() function
|
/openbsd-src/gnu/gcc/gcc/config/m68k/ |
H A D | math-68881.h | 307 pow (double x, double y) in pow() function
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/m68k/ |
H A D | math-68881.h | 307 pow (double x, double y) in pow() function
|
/openbsd-src/gnu/gcc/libdecnumber/ |
H A D | decNumber.c | 2011 uInt u, pow; /* work */ in decToString() local 2745 uInt const *pow; /* .. */ in decDivideOp() local 5567 uInt const *pow; /* work */ local
|
/openbsd-src/include/ |
H A D | tgmath.h | 113 #define pow(x, y) __tg_impl_full(x, x, y, pow, powf, powl, \ macro
|
/openbsd-src/gnu/gcc/gcc/cp/ |
H A D | cfns.gperf | 130 pow keyword
|
/openbsd-src/gnu/usr.bin/perl/ |
H A D | malloc.c | 2056 MEM_SIZE require, newarena = nbytes, pow; Perl_realloc() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | expmed.c | 2607 int pow, pow2; local
|
/openbsd-src/sys/dev/ic/ |
H A D | ar9003.c | 2540 ar9003_get_desired_txgain(struct athn_softc *sc, int chain, int pow) in ar9003_get_desired_txgain()
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | expmed.c | 3270 int pow, pow2; in choose_multiplier() local
|
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | elf32-xtensa.c | 7251 int pow = GET_XTENSA_PROP_ALIGNMENT (entry->flags); in compute_fill_extra_space() local
|