Searched refs:lin (Results 1 - 8 of 8) sorted by relevance

/barrelfish-master/lib/rcce/
H A DRCCE_reduce.c59 long *lin, *lout; local
64 lin = (long *) inbuf; lout = (long *) outbuf;
115 case RCCE_SUM_LONG: for (i=0; i<num; i++) lout[i] += lin[i]; break;
116 case RCCE_MAX_LONG: for (i=0; i<num; i++) lout[i] = MAX(lout[i],lin[i]); break;
117 case RCCE_MIN_LONG: for (i=0; i<num; i++) lout[i] = MIN(lout[i],lin[i]); break;
118 case RCCE_PROD_LONG: for (i=0; i<num; i++) lout[i] *= lin[i]; break;
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Dlinearize.pl45 % lin(Lin) embedded normalised linear expression
52 % that may often not be needed since linearize/3 understands lin(Lin).
98 lin(Lin)
211 linearize(lin(Lin), C0, C, L, L0, R, R, _Mod) :- !,
259 % E1LinExpr = lin([0*1|E1Lin]),
260 % E2LinExpr = lin([0*1|E2Lin]),
628 sum_of_prods(lin(Lin), P, P0, R, R0) :- !,
842 simplify(C+V,lin([C*1,1*V])):-
844 simplify(V+C,lin([C*1,1*V])):-
846 simplify(V0+V1,lin([
[all...]
/barrelfish-master/lib/libc/rpc/
H A Dsvc_dg.c200 struct sockaddr_in *lin = (struct sockaddr_in *)laddr; local
203 char tmp[CMSG_LEN(sizeof(*lin))];
215 msg.msg_controllen = CMSG_LEN(sizeof(*lin));
231 memcpy(&lin->sin_addr,
238 lin->sin_family = AF_INET;
239 lin->sin_port = 0;
243 lin->sin_addr.s_addr = INADDR_ANY;
305 struct in_addr *lin = &laddr_in->sin_addr; local
306 char tmp[CMSG_SPACE(sizeof(*lin))];
318 lin
325 memcpy(CMSG_DATA(cmsg), lin, sizeof(*lin)); local
[all...]
/barrelfish-master/usr/eclipseclp/ecrc_solvers/
H A Dr.pl128 :- local struct(lin(dg, constr, rhs, pvar, dead, user)).
241 is_pvar(_{lin with [pvar:Pvar]}) ?-
247 Attr = lin with [pvar:true].
250 add_attribute(X, lin with [pvar:true,constr:[]]).
257 Lin = lin with [], % Lin = lin(_,_,_)
260 lin_rhs(_{lin with [rhs:Rhs]}, Rhs1) ?-
263 lin_constr(_{lin with [constr:Constr]}, Constr1) ?-
271 Lin = lin with [constr:OldLocal],
272 setarg(constr of lin, Li
[all...]
/barrelfish-master/usr/eclipseclp/documents/libman/
H A Dic.tex843 As per locate/2, but LinLog specifies wither linear (\texttt{lin}) or
1047 The {\em lin/log} \index{lin}\index{log} parameter guides the way domains are split.
1048 If it is set to {\em lin} then the split is in the arithmetic middle.
1061 \item[{\bf locate(+Vars, +Precision, +lin/log)}]
1069 \item[{\bf squash(+Vars, +Precision, +lin/log)}]
1078 \item[{\bf locate(+LocateVars,+SquashVars,+Precision,+lin/log)}]
1124 squash([X,Y], 1e-5, lin).
/barrelfish-master/usr/eclipseclp/icparc_solvers/
H A Dic.c4294 pword lin; local
4299 lin.val = vlin;
4300 lin.tag = tlin;
4307 result2 = type_check_lin_terms(&lin, vflags.nint);
4348 result = setup_pass_1(&lin, &con, &prop);
4414 result = setup_1v_con(&lin, &con, &prop, &solved);
4437 result = process_lin_terms_to_vectors_and_prop(&lin, &con, &prop);
/barrelfish-master/usr/eclipseclp/documents/tutorial/
H A Dreal.tex422 squash([X, Y], 1e-5, lin).
/barrelfish-master/usr/eclipseclp/documents/intro_paper/
H A Declipse.tex1388 [eclipse 8]: tcost(N,C), squash([C],1e-2,lin).

Completed in 115 milliseconds