Home
last modified time | relevance | path

Searched refs:xval (Results 176 – 200 of 1812) sorted by relevance

12345678910>>...73

/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/g++.dg/cpp0x/
H A Drv-cast2.C4 template <class T> T&& xval();
13 const_cast<int&>(xval<int>()); // { dg-error "" } in main()
16 const_cast<int&&>(xval<int>()); in main()
19 const_cast<A&&>(xval<A>()); in main()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/adapters/minitensor/src/function/
H A DROL_MiniTensor_InequalityConstraint_Def.hpp76 xval = MTfromROL<S, N>(x); in value() local
79 cval = minisolver_ic_.value(xval); in value()
93 xval = MTfromROL<S, N>(x); in applyJacobian() local
99 J = minisolver_ic_.gradient(xval); in applyJacobian()
116 xval = MTfromROL<S, N>(x); in applyAdjointJacobian() local
122 J = minisolver_ic_.gradient(xval); in applyAdjointJacobian()
H A DROL_MiniTensor_EqualityConstraint_Def.hpp76 xval = MTfromROL<S, N>(x); in value() local
79 cval = minisolver_ec_.value(xval); in value()
93 xval = MTfromROL<S, N>(x); in applyJacobian() local
99 J = minisolver_ec_.gradient(xval); in applyJacobian()
116 xval = MTfromROL<S, N>(x); in applyAdjointJacobian() local
122 J = minisolver_ec_.gradient(xval); in applyAdjointJacobian()
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/Applications/CNRP/src/LP/
H A Dcnrp_lp_branch.c135 xval[cnt++] = fabs(fracx - .5); in user_select_candidates()
155 qsort_di(xval, xind, cnt); in user_select_candidates()
158 if (xval[i] > lim[j]){ in user_select_candidates()
189 FREE(xval); in user_select_candidates()
201 xval[i] += xval[j]; in user_select_candidates()
210 if ((xval[i] = fabs(xval[i] - floor(xval[i]) - .5)) < .5 - lpetol) in user_select_candidates()
214 qsort_di(xval, xind, nz); in user_select_candidates()
221 FREE(xval); in user_select_candidates()
409 xval[cnt++] = fabs(fracx - .5); in user_select_candidates()
412 qsort_di(xval, xind, cnt); in user_select_candidates()
[all …]
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/glsl-1.10/execution/derivatives/
H A Dglsl-derivs-varyings.shader_test5 varying float xval;
10 xval = gl_Vertex.x;
16 varying float xval;
20 gl_FragColor = vec4(dFdx(xval) * 20.0,
H A Dglsl-derivs-sign.shader_test5 varying float xval;
10 xval = gl_Vertex.x;
16 varying float xval;
20 gl_FragColor = vec4(dFdx(-xval) * -20.0,
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/analysis/interpolation/
H A DPiecewiseBicubicSplineInterpolatingFunction.java46 private final double[] xval; field in PiecewiseBicubicSplineInterpolatingFunction
106 xval = x.clone(); in PiecewiseBicubicSplineInterpolatingFunction()
120 final int i = searchIndex(x, xval, offset, count); in value()
129 xArray[index] = xval[i + index]; in value()
158 if (x < xval[0] || in isValidPoint()
159 x > xval[xval.length - 1] || in isValidPoint()
H A DBicubicSplineInterpolatingFunction.java66 private final double[] xval; field in BicubicSplineInterpolatingFunction
167 xval = x.clone(); in BicubicSplineInterpolatingFunction()
227 final int i = searchIndex(x, xval); in value()
230 final double xN = (x - xval[i]) / (xval[i + 1] - xval[i]); in value()
245 if (x < xval[0] || in isValidPoint()
246 x > xval[xval.length - 1] || in isValidPoint()
349 final int i = searchIndex(x, xval); in partialDerivative()
352 final double xN = (x - xval[i]) / (xval[i + 1] - xval[i]); in partialDerivative()
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/Neuromodules/
H A DNeuromodules.cpp123 double xval;
124 xval = unit->m_theta[i];
127 xval += unit->m_weights[i * size + j] * unit->m_x_temp[j];
129 xval = zapgremlins(xval);
130 unit->m_x[i] = xval;
132 OUT0(i) = (float) xval;
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/Applications/CNRP/src/DrawGraph/
H A Dcnrp_dg.c43 double *xval; in user_dg_process_message() local
50 xval = (double *) malloc(length * DSIZE); in user_dg_process_message()
52 receive_dbl_array(xval, length); in user_dg_process_message()
54 win_cnrp->n = dg_createnet(win->g.nodenum, length, xind, xval); in user_dg_process_message()
56 FREE(xval); in user_dg_process_message()
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/Applications/VRP/src/DrawGraph/
H A Dvrp_dg.c44 double *xval; in user_dg_process_message() local
51 xval = (double *) malloc(length * DSIZE); in user_dg_process_message()
53 receive_dbl_array(xval, length); in user_dg_process_message()
55 win_vrp->n = dg_createnet(win->g.nodenum, length, xind, xval); in user_dg_process_message()
57 FREE(xval); in user_dg_process_message()
/dports/science/v_sim/v_sim-3.8.0/lib/plug-ins/abinit/
H A Dxmpi_allgatherv.finc56 sz1=size(xval,1)
59 recvbuf(:,dd+1:dd+cc)=xval(:,1:cc)
75 !! xval= buffer array
125 recvbuf(dd+1:dd+cc)=xval(1:cc)
351 !! xval= buffer array
417 !! xval= buffer array
465 sz1=size(xval,1)
484 !! xval= buffer array
532 sz12=size(xval,1)*size(xval,2)
551 !! xval= buffer array
[all …]
/dports/devel/app-builder/app-builder-3.4.2/vendor/howett.net/plist/
H A Dunmarshal_test.go20 var xval Data
22 d.unmarshal(plistValueTree, reflect.ValueOf(&xval))
28 var xval interface{}
30 d.unmarshal(plistValueTree, reflect.ValueOf(&xval))
/dports/net-im/coyim/coyim-0.3.11/vendor/howett.net/plist/
H A Dunmarshal_test.go20 var xval Data
22 d.unmarshal(plistValueTree, reflect.ValueOf(&xval))
28 var xval interface{}
30 d.unmarshal(plistValueTree, reflect.ValueOf(&xval))
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/howett.net/plist/
H A Dunmarshal_test.go20 var xval Data
22 d.unmarshal(plistValueTree, reflect.ValueOf(&xval))
28 var xval interface{}
30 d.unmarshal(plistValueTree, reflect.ValueOf(&xval))
/dports/math/reduce/Reduce-svn5758-src/packages/xideal/
H A Dxcrit.red77 not triviallcm(l,xval f,xval g),
80 where l = xlcm(xval f,xval g);
100 and(!*twosided and not xtruncate!* or x memq xval f,
104 where l = xlcm({x,x},xval f);
109 null f or x memq xval f and overall_factor(x,red f);
118 {xval f,'xcomm_pair,!*k2pf x,f});
133 f := wedgepf(!*k2pf mknwedge xdiv(xval f,l),f); % left multiplication
134 g := wedgepf(!*k2pf mknwedge xdiv(xval g,l),g); % left multiplication
142 if !*twosided and not xdiv(xval pr_lhs pr,xval pr_rhs pr) then
151 if evenp xdegreemon xval pr_rhs pr
/dports/graphics/autopano-sift-c/autopano-sift-C-2.5.1/APSCpp/
H A DsaRemap.c60 p->xval = p->yval = 0; // no arrays.. in saRemap_new0()
69 if(p->xval) free(p->xval); // does yval too in saRemap_delete()
93 p->xval = (double *)malloc(2 * p->npts * sizeof(double)); in saRemap_new()
94 p->yval = p->xval + p->npts; in saRemap_new()
97 double * x = p->xval, in saRemap_new()
150 if(!spline_hermite_val ( p->npts, p->xval, p->Cxy, r, &R, 0 )) return 0; in saRemap_fwd()
/dports/math/py-Diofant/Diofant-0.13.0/diofant/tests/external/
H A Dtest_codegen.py329 for xval in 0.2, 0.5, 0.8:
330 expected = N(expr.subs({x: xval}), strict=False)
331 numerical_tests.append((name, (xval,), expected, 1e-14))
349 for xval, yval in (0.2, 1.3), (0.5, -0.2), (0.8, 0.8):
350 expected = N(expr.subs({x: xval, y: yval}), strict=False)
351 numerical_tests.append((name, (xval, yval), expected, 1e-14))
363 for xval, yval, zval in (0.2, 1.3, -0.3), (0.5, -0.2, 0.0), (0.8, 2.1, 0.8):
364 expected = N(expr.subs({x: xval, y: yval, z: zval}),
366 numerical_tests.append((name, (xval, yval, zval), expected, 1e-12))
/dports/devel/py-tables/tables-3.6.1/bench/
H A Dget-figures.py268 xval, yval = get_values(filename) variable
269 print("Values for %s --> %s, %s" % (filename, xval, yval))
270 if xval != []:
271 plot = loglog(xval, yval)
278 xval, yval = get_values(filename)
279 print("Values for %s --> %s, %s" % (filename, xval, yval))
280 plots.append(loglog(xval, yval, linewidth=3, color='m'))
284 xval = [1000, 10000, 100000, 1000000, 10000000, variable
290 plots.append(loglog(xval, yval, linewidth=linewidth))
/dports/math/py-sympy/sympy-1.9/sympy/external/tests/
H A Dtest_codegen.py326 for xval in 0.2, 0.5, 0.8:
327 expected = N(expr.subs(x, xval))
328 numerical_tests.append((name, (xval,), expected, 1e-14))
347 for xval, yval in (0.2, 1.3), (0.5, -0.2), (0.8, 0.8):
348 expected = N(expr.subs(x, xval).subs(y, yval))
349 numerical_tests.append((name, (xval, yval), expected, 1e-14))
362 for xval, yval, zval in (0.2, 1.3, -0.3), (0.5, -0.2, 0.0), (0.8, 2.1, 0.8):
363 expected = N(expr.subs(x, xval).subs(y, yval).subs(z, zval))
364 numerical_tests.append((name, (xval, yval, zval), expected, 1e-12))
/dports/games/spellcast/spellcast/
H A Dmakelist.c67 int xpos, ypos, xval; local
76 xval = xpos;
84 printf("%d %d %s\n", xval, ypos-1, cx);
85 xval += hop;
87 printf("%d %d moveto %d %d lineto stroke\n", xval+3, ypos+4,
/dports/graphics/plotutils/plotutils-2.6/graph/
H A Dplotter.c1265 XV (xval), in draw_frame_of_graph()
1286 XV (xval), in draw_frame_of_graph()
1391 XV (xval), in draw_frame_of_graph()
1394 XV (xval), in draw_frame_of_graph()
1403 XV (xval), in draw_frame_of_graph()
1406 XV (xval), in draw_frame_of_graph()
1419 XV (xval), in draw_frame_of_graph()
1422 XV (xval), in draw_frame_of_graph()
1431 XV (xval), in draw_frame_of_graph()
1434 XV (xval), in draw_frame_of_graph()
[all …]
/dports/x11-toolkits/xforms/xforms-1.2.4/demos/
H A Dpositioner.c31 static FL_OBJECT * xval, variable
43 fl_set_object_label_f( xval, "%f", fl_get_positioner_xvalue( obj ) ); in positioner_cb()
67 xval = fl_add_box( FL_DOWN_BOX, 270, 40, 100, 30, "" ); in main()
68 fl_set_object_color( xval, FL_COL1, FL_COL1 ); in main()
/dports/science/wannier90/wannier90-3.1.0/src/postw90/
H A Dkpath.F90347 write (gnuunit, 701) xval(total_pts), ymin, ymax
356 write (gnuunit, 706) xval(total_pts), ymin, ymax
370 write (gnuunit, 706) xval(total_pts), ymin, ymax
458 write (dataunit, '(4E16.8)') xval(loop_kpt), &
480 write (gnuunit, 707) xval(total_pts), ymin, ymax
635 write (dataunit, '(2E16.8)') xval(loop_kpt), &
655 write (gnuunit, 707) xval(total_pts), ymin, ymax
1078 allocate (xval(total_pts))
1087 xval(counter) = 0.0_dp
1089 xval(counter) = xval(counter - 1) &
[all …]
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/io/
H A Dtest_rms.cpp21 int compare_coords(double *xval, double *yval, double *zval,
124 double xval[NUM_NODES], yval[NUM_NODES], zval[NUM_NODES]; in main() local
125 double *xvalp = &xval[0], *yvalp = &yval[0], *zvalp = &zval[0]; in main()
129 int result = compare_coords(xval, yval, zval, nodex, nodey, nodez, NUM_NODES); in main()
146 result = compare_coords(xval, yval, zval, nodex, nodey, nodez, NUM_NODES); in main()
218 int compare_coords(double *xval, double *yval, double *zval, in compare_coords() argument
224 if (xval[i] != nodex[i] || in compare_coords()
227 xval[i] = yval[i] = zval[i] = -2.0; in compare_coords()

12345678910>>...73