Home
last modified time | relevance | path

Searched refs:ipow (Results 1 – 25 of 383) sorted by relevance

12345678910>>...16

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/DDACE/include/
H A Dxtndispatch.h24 if( q== ipow(2,2) )xtn = xtn2t2;
25 if( q== ipow(2,3) )xtn = xtn2t3;
26 if( q== ipow(2,4) )xtn = xtn2t4;
27 if( q== ipow(2,5) )xtn = xtn2t5;
28 if( q== ipow(2,6) )xtn = xtn2t6;
29 if( q== ipow(2,7) )xtn = xtn2t7;
30 if( q== ipow(2,8) )xtn = xtn2t8;
31 if( q== ipow(2,9) )xtn = xtn2t9;
52 if( q== ipow(3,2) )xtn = xtn3t2;
53 if( q== ipow(3,3) )xtn = xtn3t3;
[all …]
/dports/math/universal/universal-3.48/applications/math/
H A Dprimes.cpp68 a = ipow(Integer(2), Integer(5)) in main()
69 * ipow(Integer(3), Integer(4)) in main()
70 * ipow(Integer(5), Integer(3)) in main()
71 * ipow(Integer(7), Integer(2)) in main()
72 * ipow(Integer(11), Integer(1)) in main()
73 * ipow(Integer(13), Integer(1)) in main()
74 * ipow(Integer(17), Integer(1)) in main()
75 * ipow(Integer(23), Integer(1)) in main()
76 * ipow(Integer(29), Integer(1)) in main()
77 * ipow(Integer(31), Integer(1)) in main()
[all …]
H A Ddistinct_powers.cpp31 combinations.push_back(ipow(a, b)); in IntegerPowerCombinationsUsingVector()
48 combinations.insert(ipow(a, b)); in IntegerPowerCombinationsUsingSet()
62 combinations.insert(ipow(a, b)); in IntegerPowerCombinationsUsingSet()
121 std::cout << "100^100 = " << ipow(Integer(100), Integer(100)) << '\n'; in main()
138 std::cout << "100^100 = " << ipow(Posit(100), Posit(100)) << '\n'; in main()
/dports/misc/vxl/vxl-3.3.2/core/vpgl/
H A Dvpgl_datum_conversion.cxx181 … .84596 * ipow(U, 2) * ipow(V, 6) + .14848 * ipow(V, 8) - 3.83786 * ipow(U, 3) * ipow(V, 6) + in nad27m_to_wgs84_deltas()
182 ….10405 * U * ipow(V, 9) + 30.09795 * ipow(U, 8) * ipow(V, 3) + 12.93585 * ipow(U, 6) * ipow(V, 6) - in nad27m_to_wgs84_deltas()
183 ….58747 * ipow(U, 3) * ipow(V, 9) + .7485 * ipow(U, 4) * ipow(V, 9) + 6.32462 * ipow(U, 8) * ipow(V… in nad27m_to_wgs84_deltas()
184 .12736 * ipow(U, 6) * ipow(V, 9) - .59993 * ipow(U, 9) * ipow(V, 9); in nad27m_to_wgs84_deltas()
189 …636.41982 * ipow(U, 7) * V - 729.91514 * ipow(U, 6) * ipow(V, 2) - .60122 * ipow(U, 3) * ipow(V, 5… in nad27m_to_wgs84_deltas()
190 … 375.38863 * ipow(U, 6) * ipow(V, 3) - 6.97538 * ipow(U, 4) * ipow(V, 5) - .00138 * ipow(V, 9) - in nad27m_to_wgs84_deltas()
191 …363.45977 * ipow(U, 9) * V + 50.19955 * ipow(U, 8) * ipow(V, 2) - 12.01575 * ipow(U, 5) * ipow(V, … in nad27m_to_wgs84_deltas()
192 .4314 * ipow(U, 6) * ipow(V, 9) + .43907 * ipow(U, 9) * ipow(V, 9); in nad27m_to_wgs84_deltas()
196 … 292.155 * ipow(U, 8) + 3.749 * ipow(U, 5) * ipow(V, 5) + 2.537 * ipow(U, 8) * ipow(V, 6); in nad27m_to_wgs84_deltas()
281 …1.30575 * ipow(U, 6) * ipow(V, 3) - .07653 * ipow(U, 3) * ipow(V, 9) + .08646 * ipow(U, 4) * ipow(… in nad27n_to_wgs84_deltas()
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/DDACE/src/Bose/
H A Dogfields.c269 if( q== ipow(2,2) )xtn = xtn2t2;
270 if( q== ipow(2,3) )xtn = xtn2t3;
271 if( q== ipow(2,4) )xtn = xtn2t4;
272 if( q== ipow(2,5) )xtn = xtn2t5;
273 if( q== ipow(2,6) )xtn = xtn2t6;
274 if( q== ipow(2,7) )xtn = xtn2t7;
275 if( q== ipow(2,8) )xtn = xtn2t8;
276 if( q== ipow(2,9) )xtn = xtn2t9;
279 if( q== ipow(3,2) )xtn = xtn3t2;
280 if( q== ipow(3,3) )xtn = xtn3t3;
[all …]
H A Dakn.c56 if( ncol > 2*(ipow(q,akn)-1)/(q-1) -1){
92 for( row=0; row<ipow(q,akn); row++ ){ /* First q^akn rows */
98 for( sub=1; sub<ipow(2,akn) && col<ncol; sub++ ){
111 for( poly=0; poly<ipow(q-1,numin) && col<ncol; poly++ ){
138 for( sub=1; sub<ipow(2,akn-1) && col<ncol; sub++ ){
152 for( poly=0; poly<q*ipow(q-1,numin) && col<ncol; poly++ ){
188 for( row=ipow(q,akn); row<2*ipow(q,akn); row++ ){ /* Second q^akn rows */
193 for( sub=1; sub<ipow(2,akn) && col<ncol; sub++ ){
204 for( poly=0; poly<ipow(q-1,numin) && col<ncol; poly++ ){
230 for( sub=1; sub<ipow(2,akn-1) && col<ncol; sub++ ){
[all …]
H A Daddelkempn.c42 ncol = 2*(ipow(q,akn)-1)/(q-1) - 1; /* 2(q^3-1)/(q-1) - 1 */
56 A = imatrix( 0, 2*ipow(q,akn)-1, 0, ncol-1 );
64 OA_put( A, 2*ipow(q,akn), ncol, q );
/dports/math/openturns/openturns-1.18/python/test/
H A Dt_SpecFunc_std.expout39 x= -2.0 n= 0 ipow= 1.0
41 x= -2.0 n= 2 ipow= 4.0
45 x= 0.0 n= 0 ipow= 1.0
46 x= 0.0 n= 1 ipow= 0.0
47 x= 0.0 n= 2 ipow= 0.0
48 x= 1.0 n= 0 ipow= 1.0
49 x= 1.0 n= 1 ipow= 1.0
50 x= 1.0 n= 2 ipow= 1.0
51 x= 2.0 n= 0 ipow= 1.0
52 x= 2.0 n= 1 ipow= 2.0
[all …]
/dports/science/avogadrolibs/avogadrolibs-1.94.0/avogadro/qtplugins/qtaim/
H A Dqtaimwavefunctionevaluator.cpp859 (8 * ipow(m_alpha(p), 3) * ipow(xx0, 3)); in gradientOfElectronDensityLaplacian()
861 (8 * ipow(m_alpha(p), 3) * ipow(yy0, 3)); in gradientOfElectronDensityLaplacian()
863 (8 * ipow(m_alpha(p), 3) * ipow(zz0, 3)); in gradientOfElectronDensityLaplacian()
1161 (8 * ipow(m_alpha(p), 3) * ipow(xx0, 3)); in hessianOfElectronDensityLaplacian()
1163 (8 * ipow(m_alpha(p), 3) * ipow(yy0, 3)); in hessianOfElectronDensityLaplacian()
1165 (8 * ipow(m_alpha(p), 3) * ipow(zz0, 3)); in hessianOfElectronDensityLaplacian()
1168 (16 * ipow(m_alpha(p), 4) * ipow(xx0, 4)); in hessianOfElectronDensityLaplacian()
1171 (16 * ipow(m_alpha(p), 4) * ipow(yy0, 4)); in hessianOfElectronDensityLaplacian()
1570 (8 * ipow(m_alpha(p), 3) * ipow(xx0, 3)); in gradientAndHessianOfElectronDensityLaplacian()
1572 (8 * ipow(m_alpha(p), 3) * ipow(yy0, 3)); in gradientAndHessianOfElectronDensityLaplacian()
[all …]
/dports/science/py-avogadrolibs/avogadrolibs-1.94.0/avogadro/qtplugins/qtaim/
H A Dqtaimwavefunctionevaluator.cpp859 (8 * ipow(m_alpha(p), 3) * ipow(xx0, 3)); in gradientOfElectronDensityLaplacian()
861 (8 * ipow(m_alpha(p), 3) * ipow(yy0, 3)); in gradientOfElectronDensityLaplacian()
863 (8 * ipow(m_alpha(p), 3) * ipow(zz0, 3)); in gradientOfElectronDensityLaplacian()
1161 (8 * ipow(m_alpha(p), 3) * ipow(xx0, 3)); in hessianOfElectronDensityLaplacian()
1163 (8 * ipow(m_alpha(p), 3) * ipow(yy0, 3)); in hessianOfElectronDensityLaplacian()
1165 (8 * ipow(m_alpha(p), 3) * ipow(zz0, 3)); in hessianOfElectronDensityLaplacian()
1168 (16 * ipow(m_alpha(p), 4) * ipow(xx0, 4)); in hessianOfElectronDensityLaplacian()
1171 (16 * ipow(m_alpha(p), 4) * ipow(yy0, 4)); in hessianOfElectronDensityLaplacian()
1570 (8 * ipow(m_alpha(p), 3) * ipow(xx0, 3)); in gradientAndHessianOfElectronDensityLaplacian()
1572 (8 * ipow(m_alpha(p), 3) * ipow(yy0, 3)); in gradientAndHessianOfElectronDensityLaplacian()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/elementary_functions/src/fortran/
H A Ddipow.f13 subroutine dipow(n,v,iv,ipow,ierr) argument
35 integer n,iv,ipow ,ierr local
40 if(ipow.eq.1) return
41 if(ipow.eq.0) then
53 else if(ipow.lt.0) then
58 v(ii)=v(ii)**ipow
69 v(ii)=v(ii)**ipow
H A Dwipow.f13 subroutine wipow(n,vr,vi,iv,ipow,ierr) argument
36 integer n,iv,ipow ,ierr local
41 if(ipow.eq.1) return
42 if(ipow.eq.0) then
57 else if(ipow.lt.0) then
69 if(ipow.eq.-1) return
77 do 31 k=2,abs(ipow)
/dports/math/primecount/primecount-7.2/test/
H A Diroot.cpp81 n = ipow(i, 3); in main()
103 n = ipow(i, 6); in main()
153 m = ipow((int128_t) 10, 30); in main()
156 check(res == ipow(10ll, 15)); in main()
160 check(res == ipow(10ll, 15) - 1); in main()
164 check(res == ipow(10ll, 10)); in main()
172 check(res == ipow(10, 5)); in main()
176 check(res == ipow(10, 5) - 1); in main()
178 m = ipow((int128_t) 10, 28); in main()
181 check(res == ipow(10ll, 7)); in main()
[all …]
/dports/devel/py-pythran/pythran-0.11.0/pythran/pythonic/include/operator_/
H A Dipow.hpp13 A ipow(A const &a, B &&b);
15 A &ipow(A &a, B &&b);
17 DEFINE_FUNCTOR(pythonic::operator_, ipow);
/dports/math/universal/universal-3.48/tests/fixpnt/math/
H A Dpow.cpp66 std::cout << "2 ^ 32 = " << ipow(a, b) << '\n'; in main()
71 std::cout << "1024 ^ 2 = " << ipow(c, d) << '\n'; in main()
72 std::cout << "1M ^ 2 = " << ipow(ipow(c, d), d) << '\n'; in main()
/dports/finance/R-cran-tseries/tseries/src/
H A Dbdstest.c192 ipow(x,m) in ipow() function
232 sigma += 2.*ipow(k,m-j)*ipow(c,2*j);
234 sigma += ipow(k,m) + (m-1)*(m-1)*ipow(c,2*m)
235 -m*m*k*ipow(c,2*m-2);
240 stat = (cm - ipow(c,m))/std;
/dports/science/cdo/cdo-2.0.0/src/
H A DSpecinfo.cc20 #define NGP_ICON(nrooti, nlevel) ((long) (20 * nrooti * nrooti * ipow(4, nlevel)))
99 ipow(long i1, long i2) in ipow() function
118 tbl2[i] = 10 * 2 * 2 * ipow(4, (i + 1)) + 2; in lookup_ni()
119 tbl3[i] = 10 * 3 * 3 * ipow(4, (i + 1)) + 2; in lookup_ni()
120 tbl5[i] = 10 * 5 * 5 * ipow(4, (i + 1)) + 2; in lookup_ni()
154 *ni = 2 * ipow(2, n2 + 1); in lookup_ni()
159 *ni = 3 * ipow(2, n3 + 1); in lookup_ni()
164 *ni = 5 * ipow(2, n5 + 1); in lookup_ni()
176 tbl2[i] = 20 * 2 * 2 * ipow(4, (i + 1)); in lookup_rl()
177 tbl3[i] = 20 * 3 * 3 * ipow(4, (i + 1)); in lookup_rl()
[all …]
/dports/math/fxt/fxt/src/mod/
H A Dfactormake.cc75 prpow_[kf] = ipow(v, ex); in make_factorization()
149 prpow_[k] = ipow(v, ex); in make_factorization()
180 prpow_[k] = ipow(v, ex); in make_factorization()
191 prpow_[k] = ipow(n, pw); in make_factorization()
/dports/math/universal/universal-3.48/tests/cfloat/math/
H A Dpow.cpp87 std::cout << "2 ^ 32 = " << ipow(a, b) << '\n'; in main()
92 std::cout << "1024 ^ 2 = " << ipow(c, d) << '\n'; in main()
93 std::cout << "1M ^ 2 = " << ipow(ipow(c, d), d) << '\n'; in main()
/dports/math/libmissing/libmissing-20130815/c/dp/
H A Dipow.c7 (ipow)(dp_t x, int n) in dp_t() argument
10 (ipow)(x, n) in dp_t()
/dports/devel/py-pythran/pythran-0.11.0/pythran/pythonic/operator_/
H A Dipow.hpp15 A ipow(A const &a, B &&b)
20 A &ipow(A &a, B &&b)
/dports/math/primecount/primecount-7.2/include/
H A Dimath.hpp115 inline T ipow(T x, int n) in ipow() function
137 if (ipow(r, N - 1) <= x / r) in iroot()
141 while (ipow(r + 1, N - 1) <= x / (r + 1)) in iroot()
/dports/benchmarks/hpl/hpl-2.3/src/pfact/
H A DHPL_pdmxswp.c127 unsigned int hdim, ip2, ip2_, ipow, k, mask; local
220 k = 0; ipow = 1;
233 partner = (int)( (unsigned int)(mydist) ^ ipow );
248 ipow <<= 1; k++;
/dports/math/hpipm/hpipm-0.1.1/tree_ocp_qp/
H A Dscenario_tree.c43 static int ipow(int base, int exp) in ipow() function
64 n_nodes = (Nh-Nr)*ipow(md,Nr) + (ipow(md,Nr+1)-1)/(md-1); in sctree_node_number()
/dports/math/universal/universal-3.48/tests/posit/math/
H A Dpow.cpp102 std::cout << "2 ^ 32 = " << ipow(a, b) << '\n'; in main()
107 std::cout << "1024 ^ 2 = " << ipow(c, unsigned(d)) << '\n'; in main()
108 std::cout << "1M ^ 2 = " << ipow(ipow(c, d), d) << '\n'; in main()

12345678910>>...16