Home
last modified time | relevance | path

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

/openbsd-src/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cmath.h560 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 Dloverload3.C6 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 Dstd_cmath.h357 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 Dvos.c45 double pow(x,y) in pow() function
/openbsd-src/gnu/llvm/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); } in pow() function
H A Dtgmath.h490 #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 Dref9.C30 ex pow() { return basic(); } in pow() function
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D920501-2.c19 unsigned long long pow; in powmod_ll() local
/openbsd-src/gnu/llvm/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h158 std::complex<_Tp> pow(const std::complex<_Tp> &__x, in pow() function
/openbsd-src/lib/libm/src/
H A De_pow.c97 pow(double x, double y) in pow() function
/openbsd-src/gnu/llvm/libcxx/include/
H A Dmath.h864 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 Dmath-68881.h307 pow (double x, double y) in pow() function
/openbsd-src/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dmath-68881.h307 pow (double x, double y) in pow() function
/openbsd-src/gnu/gcc/libdecnumber/
H A DdecNumber.c2011 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 Dtgmath.h113 #define pow(x, y) __tg_impl_full(x, x, y, pow, powf, powl, \ macro
/openbsd-src/gnu/gcc/gcc/cp/
H A Dcfns.gperf130 pow keyword
/openbsd-src/gnu/usr.bin/perl/
H A Dmalloc.c2056 MEM_SIZE require, newarena = nbytes, pow; Perl_realloc() local
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dexpmed.c2607 int pow, pow2; local
/openbsd-src/sys/dev/ic/
H A Dar9003.c2540 ar9003_get_desired_txgain(struct athn_softc *sc, int chain, int pow) in ar9003_get_desired_txgain()
/openbsd-src/gnu/gcc/gcc/
H A Dexpmed.c3270 int pow, pow2; in choose_multiplier() local
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-xtensa.c7251 int pow = GET_XTENSA_PROP_ALIGNMENT (entry->flags); in compute_fill_extra_space() local