Searched defs:pow (Results 1 - 25 of 28) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dloverload3.C6 inline double pow (double d, int e) { return pow (d, (double) e); } function
/haiku-buildtools/gcc/fixincludes/tests/base/iso/
H A Dmath_iso.h14 inline long double pow(long double __X, int __Y) { return function
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/lto/
H A Dpr56168_1.c4 pow (double x, double y) { return 0.0; } function
/haiku-buildtools/legacy/gcc/libf2c/libF77/
H A Dpow_di.c9 double pow, x; local
H A Dpow_hh.c9 shortint pow, x, n; local
H A Dpow_ii.c9 integer pow, x, n; local
H A Dpow_qq.c9 longint pow, x, n; local
H A Dpow_ri.c9 double pow, x; local
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dpartial15.C8 pow(const complex<Tp>& x, const complex<Tp>& y) { return complex<Tp>(); } function
/haiku-buildtools/gcc/libstdc++-v3/testsuite/26_numerics/complex/
H A D51083.cc35 template<typename T, typename U> int pow(Mat<T>, U) { return 1; } function in namespace:a
36 template<typename T, typename U> int pow(T, Mat<U>) { return 1; } function in namespace:a
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/
H A D51083.cc35 template<typename T, typename U> int pow(Mat<T>, U) { return 1; } function in namespace:a
36 template<typename T, typename U> int pow(T, Mat<U>) { return 1; } function in namespace:a
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/init/
H A Dref9.C30 ex pow() { return basic(); } function
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D920501-2.c19 unsigned long long pow; local
/haiku-buildtools/isl/
H A Disl_polynomial_private.h48 int pow[1]; member in struct:isl_term
H A Disl_input.c1794 int pow; local
1832 int pow; local
1879 int pow; local
1897 int pow; local
[all...]
H A Disl_transitive_closure.c2890 isl_union_map *pow; member in struct:isl_union_power
/haiku-buildtools/legacy/gcc/libstdc++/std/
H A Dcomplext.cc58 pow (const complex<FLOAT>& x, const complex<FLOAT>& y) function
68 pow (const complex<FLOAT>& x, FLOAT y) function
74 pow (FLOAT x, const complex<FLOAT>& y) function
230 pow (const complex<FLOAT>& xin, int y) function
/haiku-buildtools/gcc/gcc/config/m68k/
H A Dmath-68881.h307 pow (double x, double y) function
/haiku-buildtools/legacy/gcc/gcc/ginclude/
H A Dmath-3300.h251 __inline static const double pow (const double x, const double y) function
H A Dmath-68881.h307 pow (double x, double y) function
/haiku-buildtools/gcc/gcc/ginclude/
H A Dtgmath.h119 #define pow(z1,z2) __TGMATH_CPLX_2(z1, z2, pow, cpow) macro
/haiku-buildtools/gcc/libdecnumber/dpd/
H A Ddecimal64.c757 uInt const *pow; /* work */ local
/haiku-buildtools/legacy/gcc/gcc/
H A Dexpmed.c2549 int pow, pow2; local
/haiku-buildtools/gcc/libdecnumber/
H A DdecBasic.c507 const uInt *pow; local
/haiku-buildtools/gcc/gcc/
H A Dexpmed.c3375 int pow, pow2; local

Completed in 151 milliseconds

12