Home
last modified time | relevance | path

Searched refs:n_x (Results 1 – 25 of 403) sorted by relevance

12345678910>>...17

/dports/math/oleo/oleo-1.99.16/src/
H A Dbyte-compile.c465 if (node->n_x.v_subs[0]->n_x.v_subs[0])
470 node->n_x.v_subs[0]->n_x.v_subs[0] = 0;
481 new_node = node->n_x.v_subs[0]->n_x.v_subs[1];
633 if (node->n_x.v_subs[0]->n_x.v_subs[0])
637 node->n_x.v_subs[0]->n_x.v_subs[0] = 0;
642 new_node = node->n_x.v_subs[0]->n_x.v_subs[1];
660 if (node->n_x.v_subs[0]->n_x.v_subs[0])
664 node->n_x.v_subs[0]->n_x.v_subs[0] = 0;
669 new_node = node->n_x.v_subs[0]->n_x.v_subs[1];
676 if (node->n_x.v_subs[1]->n_x.v_subs[0])
[all …]
H A Dparse.y114 $1->n_x.v_subs[0]=$3;
117 $1->n_x.v_subs[0]=$3;
121 $1->n_x.v_subs[0]=$3;
122 $1->n_x.v_subs[1]=$5;
125 $1->n_x.v_subs[0]=$3;
126 $1->n_x.v_subs[1]=$5;
232 $2->n_x.v_float= ($2->n_x.v_float);
235 $2->n_x.v_int= ($2->n_x.v_int);
242 $2->n_x.v_float= -($2->n_x.v_float);
246 $2->n_x.v_int= -($2->n_x.v_int);
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/test/manual/etags/y-src/
H A Dparse.y120 $1->n_x.v_subs[0]=$3;
123 $1->n_x.v_subs[0]=$3;
127 $1->n_x.v_subs[0]=$3;
128 $1->n_x.v_subs[1]=$5;
131 $1->n_x.v_subs[0]=$3;
132 $1->n_x.v_subs[1]=$5;
141 $1->n_x.v_subs[1]=$7;
148 $1->n_x.v_subs[1]=$7;
229 $2->n_x.v_float= -($2->n_x.v_float);
233 $2->n_x.v_int= -($2->n_x.v_int);
[all …]
H A Dparse.c1251 yyvsp[-3]->n_x.v_subs[1]=yyvsp[0]; in yyparse()
1260 yyvsp[-1]->n_x.v_subs[1]=yyvsp[0]; in yyparse()
1267 yyvsp[-1]->n_x.v_subs[1]=yyvsp[0]; in yyparse()
1274 yyvsp[-1]->n_x.v_subs[1]=yyvsp[0]; in yyparse()
1281 yyvsp[-1]->n_x.v_subs[1]=yyvsp[0]; in yyparse()
1288 yyvsp[-1]->n_x.v_subs[1]=yyvsp[0]; in yyparse()
1351 yyvsp[0]->n_x.v_float= -(yyvsp[0]->n_x.v_float); in yyparse()
1355 yyvsp[0]->n_x.v_int= -(yyvsp[0]->n_x.v_int); in yyparse()
1660 ret->n_x.v_subs[0]=car; in FUN2()
1661 ret->n_x.v_subs[1]=cdr; in FUN2()
[all …]
/dports/editors/emacs/emacs-27.2/test/manual/etags/y-src/
H A Dparse.y120 $1->n_x.v_subs[0]=$3;
123 $1->n_x.v_subs[0]=$3;
127 $1->n_x.v_subs[0]=$3;
128 $1->n_x.v_subs[1]=$5;
131 $1->n_x.v_subs[0]=$3;
132 $1->n_x.v_subs[1]=$5;
141 $1->n_x.v_subs[1]=$7;
148 $1->n_x.v_subs[1]=$7;
229 $2->n_x.v_float= -($2->n_x.v_float);
233 $2->n_x.v_int= -($2->n_x.v_int);
[all …]
H A Dparse.c1251 yyvsp[-3]->n_x.v_subs[1]=yyvsp[0]; in yyparse()
1260 yyvsp[-1]->n_x.v_subs[1]=yyvsp[0]; in yyparse()
1267 yyvsp[-1]->n_x.v_subs[1]=yyvsp[0]; in yyparse()
1274 yyvsp[-1]->n_x.v_subs[1]=yyvsp[0]; in yyparse()
1281 yyvsp[-1]->n_x.v_subs[1]=yyvsp[0]; in yyparse()
1288 yyvsp[-1]->n_x.v_subs[1]=yyvsp[0]; in yyparse()
1351 yyvsp[0]->n_x.v_float= -(yyvsp[0]->n_x.v_float); in yyparse()
1355 yyvsp[0]->n_x.v_int= -(yyvsp[0]->n_x.v_int); in yyparse()
1660 ret->n_x.v_subs[0]=car; in FUN2()
1661 ret->n_x.v_subs[1]=cdr; in FUN2()
[all …]
/dports/math/gecode/gecode-0916a1a/gecode/int/count/
H A Dint-eq.hpp45 int n_x = x.size(); in post() local
46 for (int i=n_x; i--; ) in post()
57 x.size(n_x); in post()
59 if ((c < 0) || (c > n_x)) in post()
65 if (c == n_x) in post()
69 assert(n_s <= n_x); in post()
89 int n_x = x.size(); in propagate() local
105 x.size(n_x); in propagate()
116 x.size(n_x); in propagate()
124 if (c == n_x) { in propagate()
[all …]
H A Dint-gq.hpp45 int n_x = x.size(); in post() local
46 for (int i=n_x; i--; ) in post()
57 x.size(n_x); in post()
59 if (n_x < c) in post()
65 if (c == n_x) in post()
86 int n_x = x.size(); in propagate() local
102 x.size(n_x); in propagate()
103 if (n_x < c) in propagate()
115 x.size(n_x); in propagate()
116 if (n_x < c) in propagate()
[all …]
H A Dint-lq.hpp45 int n_x = x.size(); in post() local
46 for (int i=n_x; i--; ) in post()
49 x[i] = x[--n_x]; break; in post()
57 x.size(n_x); in post()
60 if (c >= n_x) in post()
84 int n_x = x.size(); in propagate() local
100 x.size(n_x); in propagate()
103 if (c >= n_x) in propagate()
113 x.size(n_x); in propagate()
116 if (c >= n_x) in propagate()
[all …]
/dports/graphics/blender/blender-2.91.0/intern/cycles/kernel/closure/
H A Dbsdf_ashikhmin_shirley.h88 if (n_x == n_y) { in bsdf_ashikhmin_shirley_eval_reflect()
90 float e = n_x; in bsdf_ashikhmin_shirley_eval_reflect()
92 float norm = (n_x + 1.0f) / (8.0f * M_PI_F); in bsdf_ashikhmin_shirley_eval_reflect()
113 float norm = sqrtf((n_x + 1.0f) * (n_y + 1.0f)) / (8.0f * M_PI_F); in bsdf_ashikhmin_shirley_eval_reflect()
166 if (n_x == n_y) in bsdf_ashikhmin_shirley_sample()
174 if (n_x == n_y) { in bsdf_ashikhmin_shirley_sample()
177 cos_theta = powf(randv, 1.0f / (n_x + 1.0f)); in bsdf_ashikhmin_shirley_sample()
184 n_x, n_y, remapped_randu, randv, &phi, &cos_theta); in bsdf_ashikhmin_shirley_sample()
189 n_x, n_y, remapped_randu, randv, &phi, &cos_theta); in bsdf_ashikhmin_shirley_sample()
195 n_x, n_y, remapped_randu, randv, &phi, &cos_theta); in bsdf_ashikhmin_shirley_sample()
[all …]
/dports/math/gecode/gecode-0916a1a/gecode/int/linear/
H A Dbool-int.hpp66 x.size(n_x); in normalize()
78 x.size(n_x); in normalize()
207 x.size(n_x); in post()
209 if (n_x < c) in post()
218 if (c == n_x) { in post()
330 x.size(n_x); in post()
341 if (c == n_x) { in post()
511 x.size(n_x); in normalize()
650 x.size(n_x); in post()
651 if (n_x < c) { in post()
[all …]
/dports/math/octave-forge-statistics/statistics-1.4.3/install-conditionally/tests/
H A Dhotelling_test_2.m27 ## {(n_x+n_y-p-1) T^2 \over p(n_x+n_y-2)}
33 ## (n_x+n_y-p-1) T^2 / (p(n_x+n_y-2))
38 ## has an F distribution with @math{p} and @math{n_x+n_y-p-1} degrees of
39 ## freedom, where @math{n_x} and @math{n_y} are the sample sizes and
57 n_x = length (x); variable
65 [n_x, p] = size (x);
75 S = ((n_x - 1) * cov (x) + (n_y - 1) * cov (y)) / (n_x + n_y - 2);
76 Tsq = (n_x * n_y / (n_x + n_y)) * d * (S \ d');
77 pval = 1 - fcdf ((n_x + n_y - p - 1) * Tsq / (p * (n_x + n_y - 2)),
78 p, n_x + n_y - p - 1);
/dports/science/pagmo2/pagmo2-2.18.0/src/algorithms/
H A Dmaco.cpp101 auto n_x = prob.get_nx(); in evolve() local
115 vector_double ant(n_x); in evolve()
214 for (decltype(n_x) i_nx = 0u; i_nx < n_x; ++i_nx) { in evolve()
244 for (decltype(n_x) i_nx = 0u; i_nx < n_x; ++i_nx) { in evolve()
266 for (decltype(n_x) i = 0u; i < n_x; ++i) { in evolve()
273 for (decltype(n_x) i = 0u; i < n_x; ++i) { in evolve()
364 for (decltype(n_x) i_nx = 0u; i_nx < n_x; ++i_nx) { in evolve()
393 for (decltype(n_x) i_nx = 0u; i_nx < n_x; ++i_nx) { in evolve()
489 for (decltype(n_x) ii_dim = 0u; ii_dim < n_x; ++ii_dim) { in evolve()
507 for (decltype(n_x) ii = 0u; ii < n_x; ++ii) { in evolve()
[all …]
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/vidhrdw/
H A Dpsx_vidhrdw.c313 PAIR n_x; in DebugMesh() local
356 n_x.w.h = n_xstart; n_x.w.l = 0; in DebugMesh()
439 int n_x; in DebugTextureDisplay() local
444 for( n_x = 0; n_x < 1024; n_x++ ) in DebugTextureDisplay()
673 int n_x; in VIDEO_UPDATE()
677 for( n_x = 640; n_x < 1024; n_x++ ) in VIDEO_UPDATE()
2100 PAIR n_x; in MonochromeLine() local
2170 n_x.w.h = n_xstart; n_x.w.l = 0; in MonochromeLine()
2199 PAIR n_x; in GouraudLine() local
2246 n_x.w.h = n_xstart; n_x.w.l = 0; in GouraudLine()
[all …]
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/vidhrdw/
H A Dpsx_vidhrdw.c313 PAIR n_x; in DebugMesh() local
356 n_x.w.h = n_xstart; n_x.w.l = 0; in DebugMesh()
439 int n_x; in DebugTextureDisplay() local
444 for( n_x = 0; n_x < 1024; n_x++ ) in DebugTextureDisplay()
673 int n_x; in VIDEO_UPDATE()
677 for( n_x = 640; n_x < 1024; n_x++ ) in VIDEO_UPDATE()
2100 PAIR n_x; in MonochromeLine() local
2170 n_x.w.h = n_xstart; n_x.w.l = 0; in MonochromeLine()
2199 PAIR n_x; in GouraudLine() local
2246 n_x.w.h = n_xstart; n_x.w.l = 0; in GouraudLine()
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/NWints/ecp/
H A Decp_ind_var.f5 & i_ze1,i_ze2,n_x,n_co_tot,n_co_max,i_off,n_pass,i_cont_c,
39 & n_x,n_co_tot,n_co_max,i_off,n_pass,i_cont_c,n_cont_c
60 n_x = 3
68 n_x = 1
73 n_x = 4
102 n_x = n_blk
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/NWints/ecp/
H A Decp_ind_var.f5 & i_ze1,i_ze2,n_x,n_co_tot,n_co_max,i_off,n_pass,i_cont_c, argument
39 & n_x,n_co_tot,n_co_max,i_off,n_pass,i_cont_c,n_cont_c local
60 n_x = 3
68 n_x = 1
73 n_x = 4
102 n_x = n_blk
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/NWints/rel/
H A Drel_pot2.F18 subroutine rel_pot2 (Vpp,Vpm,Vmp,Vmm,Vrel,nints,ntyp,n_x, argument
44 integer n_x ! number of functions preceding B local
47 double precision Vpp(n_x,np_b,n_cb,np_a,n_ca) ! [input] integrals for l_B+1, l_A+1
48 double precision Vpm(n_x,np_b,n_cb,nm_a,n_ca) ! [input] integrals for l_B+1, l_A-1
49 double precision Vmp(n_x,nm_b,n_cb,np_a,n_ca) ! [input] integrals for l_B-1, l_A+1
50 double precision Vmm(n_x,nm_b,n_cb,nm_a,n_ca) ! [input] integrals for l_B-1, l_A-1
97 n_allp_B = n_cB*np_B*n_x
98 n_allm_B = n_cB*nm_B*n_x
101 nab = n_all_A*n_all_B*n_x
124 & scr(i_grdp),scr(i_grdm),scr,n_x,ibug/10)
/dports/science/nwchem-data/nwchem-7.0.2-release/src/NWints/rel/
H A Drel_pot2.F18 subroutine rel_pot2 (Vpp,Vpm,Vmp,Vmm,Vrel,nints,ntyp,n_x, argument
44 integer n_x ! number of functions preceding B
47 double precision Vpp(n_x,np_b,n_cb,np_a,n_ca) ! [input] integrals for l_B+1, l_A+1
48 double precision Vpm(n_x,np_b,n_cb,nm_a,n_ca) ! [input] integrals for l_B+1, l_A-1
49 double precision Vmp(n_x,nm_b,n_cb,np_a,n_ca) ! [input] integrals for l_B-1, l_A+1
50 double precision Vmm(n_x,nm_b,n_cb,nm_a,n_ca) ! [input] integrals for l_B-1, l_A-1
97 n_allp_B = n_cB*np_B*n_x
98 n_allm_B = n_cB*nm_B*n_x
101 nab = n_all_A*n_all_B*n_x
124 & scr(i_grdp),scr(i_grdm),scr,n_x,ibug/10)
/dports/misc/rump/buildrump.sh-b914579/src/common/lib/libc/gen/
H A Drpst.c197 if (n->n_y == cur->n_y && n->n_x == cur->n_x) { in rpst_insert_node1()
213 idx = (n->n_x & mask) != 0; in rpst_insert_node1()
461 if (min_x <= n->n_x && n->n_x <= max_x) { in rpst_iterate_next()
530 (const void *)n, n->n_x, n->n_x, n->n_y, n->n_y); in rpst_dump_node()
628 n->n.n_x = 10; in main()
631 n->n.n_x = i; in main()
634 n->n.n_x = random(); in main()
643 if (n->n.n_x < min_x) { in main()
644 min_x = n->n.n_x; in main()
646 if (n->n.n_x > max_x) { in main()
[all …]
/dports/math/stanmath/math-4.2.0/test/unit/math/rev/functor/
H A Dutil_algebra_solver.hpp20 n_x = 2; in SetUp()
33 int n_x; member in algebra_solver_simple_eq_test
53 int n_x = 2; member in algebra_solver_simple_eq_nopara_test
71 int n_x = 3; member in algebra_solver_non_linear_eq_test
124 int n_x = 2; member in degenerate_eq_test
141 n_x = 2; in SetUp()
148 Eigen::MatrixXd A_(n_x, n_x); in SetUp()
163 int n_x; member in variadic_test
304 int n_x = 2; in simple_eq_test() local
329 int n_x = 3; in non_linear_eq_test() local
[all …]
/dports/devel/R-cran-waldo/waldo/R/
H A Dses.R37 n_x <- length(x) functionVar
39 n <- min(n_x, n_y)
47 n_x <- length(x)
50 return(ses_df(n_y + 1, n_x, "d", n_y, n_y))
52 return(ses_df(n_x, n_x, "a", n_x + 1, n_y))
70 x2[[length(diffs)]] <- n_x
106 ses_chunks <- function(diff, n_x, n_y, size = 3) { argument
109 diff$x_end <- pmin(diff$x2 + size, n_x)
/dports/science/gromacs/gromacs-2021.4/src/gromacs/gmxana/
H A Dgmx_clustsize.cpp176 n_x = 0; in clust_size()
281 n_x++; in clust_size()
282 srenew(t_x, n_x); in clust_size()
295 t_x[n_x - 1] = frameTime * tf; in clust_size()
296 srenew(cs_dist, n_x); in clust_size()
297 snew(cs_dist[n_x - 1], nindex); in clust_size()
312 cs_dist[n_x - 1][ci - 1] += 1.0; in clust_size()
402 for (i = 0; (i < n_x); i++) in clust_size()
419 for (i = 0; (i < n_x); i++) in clust_size()
438 for (i = 0; (i < n_x); i++) in clust_size()
[all …]
/dports/math/ipopt/Ipopt-3.12.13/Ipopt/src/Algorithm/
H A DIpGenAugSystemSolver.cpp117 const Index n_x = rhs_xV[0]->Dim(); in MultiSolve() local
128 dx_vals_copy_ = new Number[n_x]; in MultiSolve()
129 TripletHelper::FillValuesFromVector(n_x, *D_x, dx_vals_copy_); in MultiSolve()
173 const Index dim = n_x+n_d+n_c+n_d; in MultiSolve()
177 TripletHelper::FillValuesFromVector(n_x, *rhs_xV[irhs], in MultiSolve()
180 &rhssol[irhs*dim+n_x]); in MultiSolve()
182 &rhssol[irhs*dim+n_x+n_c]); in MultiSolve()
194 retval = solver_interface_->MultiSolve(new_matrix, n_x, n_c, n_d, in MultiSolve()
213 TripletHelper::PutValuesInVector(n_x, &rhssol[irhs*dim], in MultiSolve()
215 TripletHelper::PutValuesInVector(n_c, &rhssol[irhs*dim+n_x], in MultiSolve()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dallocatable_function_4.f9018 integer :: n_x local
41 n_x = SIZE(x)
43 mask = (/.TRUE.,x_sorted(2:n_x) /= x_sorted(1:n_x-1)/)

12345678910>>...17