Searched refs:rhs (Results 1 - 24 of 24) sorted by relevance

/barrelfish-master/usr/tests/cxx/
H A Dstl_list.cpp34 AAA &operator=(const AAA &rhs);
35 int operator==(const AAA &rhs) const;
36 int operator<(const AAA &rhs) const;
60 AAA& AAA::operator=(const AAA &rhs) argument
62 this->x = rhs.x;
63 this->y = rhs.y;
64 this->z = rhs.z;
68 int AAA::operator==(const AAA &rhs) const
70 if (this->x != rhs.x)
72 if (this->y != rhs
[all...]
/barrelfish-master/lib/cxx/cxx/
H A Dios.cpp299 ios_base::copyfmt(const ios_base& rhs) argument
307 if (__event_cap_ < rhs.__event_size_)
309 size_t newesize = sizeof(event_callback) * rhs.__event_size_;
314 size_t newisize = sizeof(int) * rhs.__event_size_;
319 if (__iarray_cap_ < rhs.__iarray_size_)
321 size_t newsize = sizeof(long) * rhs.__iarray_size_;
326 if (__parray_cap_ < rhs.__parray_size_)
328 size_t newsize = sizeof(void*) * rhs.__parray_size_;
334 __fmtflags_ = rhs.__fmtflags_;
335 __precision_ = rhs
372 move(ios_base& rhs) argument
[all...]
H A Dlocale.cpp693 string_type rhs(__lo2, __hi2);
694 int r = strcoll_l(lhs.c_str(), rhs.c_str(), __l);
741 string_type rhs(__lo2, __hi2);
742 int r = wcscoll_l(lhs.c_str(), rhs.c_str(), __l);
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Deg_c_mip.c65 static void eq(lhs, rhs)
66 pword lhs, rhs;
68 ec_post_goal(ec_term(ec_did("$=",2), lhs, rhs));
71 static void geq(lhs, rhs)
72 pword lhs, rhs;
74 ec_post_goal(ec_term(ec_did("$>=",2), lhs, rhs));
77 static void leq(lhs, rhs)
78 pword lhs, rhs;
80 ec_post_goal(ec_term(ec_did("$=<",2), lhs, rhs));
90 static pword plus(lhs, rhs)
[all...]
H A Deg_cc_mip.cc63 static void eq(EC_word lhs, EC_word rhs) argument
65 post_goal(term(EC_functor("$=",2), lhs, rhs));
68 static void geq(EC_word lhs, EC_word rhs) argument
70 post_goal(term(EC_functor("$>=",2), lhs, rhs));
73 static void leq(EC_word lhs, EC_word rhs) argument
75 post_goal(term(EC_functor("$=<",2), lhs, rhs));
/barrelfish-master/lib/bulk_transfer/
H A Dhelpers.h54 * @return: -1 lhs lower trust than rhs
56 * +1 lhs higher trust than rhs
59 enum bulk_trust_level rhs)
62 int r_n = bulk_trust_value(rhs);
58 bulk_trust_compare(enum bulk_trust_level lhs, enum bulk_trust_level rhs) argument
/barrelfish-master/lib/libc/net/
H A Dhesiod.c69 char *rhs; /* AKA the default hesiod domain */ member in struct:hesiod_p
103 * The default rhs can be overridden by an
111 if (ctx->rhs)
112 free(ctx->rhs);
113 ctx->rhs = malloc(strlen(p) + 2);
114 if (ctx->rhs) {
115 *ctx->rhs = '.';
116 strcpy(ctx->rhs + 1,
129 if (ctx->rhs)
130 free(ctx->rhs);
162 const char *rhs; local
[all...]
/barrelfish-master/usr/bench/rcce/bt/
H A Dapplu_protos.h25 void rhs();
H A Drhs.c51 rhs(m,i,j,k,c) = forcing(m,i,j,k,c);
68 rhs(1,i,j,k,c) = rhs(1,i,j,k,c) + dx1tx1 *
73 rhs(2,i,j,k,c) = rhs(2,i,j,k,c) + dx2tx1 *
83 rhs(3,i,j,k,c) = rhs(3,i,j,k,c) + dx3tx1 *
91 rhs(4,i,j,k,c) = rhs(4,i,j,k,c) + dx4tx1 *
99 rhs(
[all...]
H A Dadd.c21 u(m,i,j,k,c) = u(m,i,j,k,c) + rhs(m,i,j,k,c);
H A Dz_solve.c75 // unpack C'(-1) and rhs'(-1) for
92 rhs(n,i,j,kstart-1,c) = out_buffer(ptr+n);
105 // pack up and send C'(kend) and rhs'(kend) for
130 in_buffer(ptr+n) = rhs(n,i,j,ksize,cprev);
162 rhs(n,i,j,kstart-1,c) = out_buffer(ptr+n);
193 in_buffer(ptr+n) = rhs(n,i,j,kstart,cprev);
238 // back solve: if last cell, then generate U(ksize)=rhs(ksize)
259 rhs(m,i,j,ksize,c) = rhs(m,i,j,ksize,c)
272 rhs(
[all...]
H A Dx_solve.c80 // pack up and send C'(iend) and rhs'(iend) for
106 in_buffer(ptr+n) = rhs(n,isize,j,k,cprev);
144 rhs(n,istart-1,j,k,c) = out_buffer(ptr+n);
176 in_buffer(ptr+n) = rhs(n,istart,j,k,cprev);
217 // back solve: if last cell, then generate U(isize)=rhs(isize)
238 rhs(m,isize,j,k,c) = rhs(m,isize,j,k,c)
251 rhs(m,i,j,k,c) = rhs(m,i,j,k,c)
252 - lhsc(m,n,i,j,k,c)*rhs(
[all...]
H A Dy_solve.c71 // pack up and send C'(jend) and rhs'(jend) for
96 in_buffer(ptr+n) = rhs(n,i,jsize,k,cprev);
128 rhs(n,i,jstart-1,k,c) = out_buffer(ptr+n);
159 in_buffer(ptr+n) = rhs(n,i,jstart,k,cprev);
200 // back solve: if last cell, then generate U(jsize)=rhs(jsize)
221 rhs(m,i,jsize,k,c) = rhs(m,i,jsize,k,c)
234 rhs(m,i,j,k,c) = rhs(m,i,j,k,c)
235 - lhsc(m,n,i,j,k,c)*rhs(
[all...]
H A Derror.c87 add = rhs(m,i,j,k,c);
H A Dheader.h76 #define rhs(m,i,j,k,c) rhs[(m-1)+5*((i+1)+(IMAX+1)*((j+1)+(JMAX+1)*((k+1)+(KMAX+1)*(c-1))))] macro
127 rhs [5*(IMAX+1)*(JMAX+1)*(KMAX+1)*MAXCELLS], variable
186 rhs [5*(IMAX+1)*(JMAX+1)*(KMAX+1)*MAXCELLS],
271 u, rhs, lhsc, backsub_info, in_buffer, out_buffer)
/barrelfish-master/usr/bench/rcce/lu/
H A Dapplu_protos.h24 void rhs();
H A Dssor.c43 rhs();
53 rhs();
117 rhs();
H A Drhs.c4 void rhs(){ function
/barrelfish-master/lib/devif/backends/net/mlx4/include/linux/
H A Dktime.h100 /* Subtract two ktime_t variables. rem = lhs -rhs: */
101 #define ktime_sub(lhs, rhs) \
102 ({ (ktime_t){ .tv64 = (lhs).tv64 - (rhs).tv64 }; })
104 /* Add two ktime_t variables. res = lhs + rhs: */
105 #define ktime_add(lhs, rhs) \
106 ({ (ktime_t){ .tv64 = (lhs).tv64 + (rhs).tv64 }; })
169 * @rhs: subtrahend
173 static inline ktime_t ktime_sub(const ktime_t lhs, const ktime_t rhs) argument
177 res.tv64 = lhs.tv64 - rhs.tv64;
/barrelfish-master/lib/cxx/cxxabi/
H A Dfallback_malloc.cpp56 mutexor(const mutexor& rhs);
57 mutexor& operator=(const mutexor& rhs);
/barrelfish-master/usr/eclipseclp/ecrc_solvers/
H A Dr.pl128 :- local struct(lin(dg, constr, rhs, pvar, dead, user)).
260 lin_rhs(_{lin with [rhs:Rhs]}, Rhs1) ?-
300 get_lin_attr(V, lin with [rhs:Rhs, constr:[]]),
324 Attr = lin with [rhs:Rhs, constr:Constr],
361 Attr = lin with [rhs:Rhs],
365 setarg(rhs of lin, Attr, _).
387 % linerr("variable not found in rhs in get_var_coeff").
389 % writeln("variable not found in rhs in get_var_coeff"),
418 linear_unify(Val, lin with [dg:DG, rhs:Rhs, constr:Constr, dead:Dead]) :-
440 arg(rhs o
[all...]
/barrelfish-master/usr/eclipseclp/Eplex/
H A Deplex.c1489 double rhs[1]; local
1499 if (CPXgetrhs(cpx_env, lpd->lp, rhs, (int) vi.nint, (int) vi.nint))
1507 rhs[0] = lpd->cp_rhsx[vi.nint];
1512 rhs[0] = lpd->cp_rhsx2[vi.nint];
1522 Request_Unify_Float(vval, tval, rhs[0]);
1673 * Changing rhs
1675 * Changes the rhs coefficients. RowIdxs and RhsCoeffs are lists of length
1691 double *rhs = (double *) Malloc(vsize.nint * sizeof(double)); local
1708 Free(rhs);
1712 rhs[
4226 double * rhs, * rmatval; local
[all...]
H A Dcoinplex.cpp873 int coin_getrhs(COINprob* lp, double* rhs, int start, int end) argument
883 rhs[j++] = rhs0[i];
1713 const double* rhs = lpd->lp->Solver->getRightHandSide(); local
1717 sol->slacks[i] = rhs[i] - act[i];
H A Deplex_coin.h215 EXTERN_C int coin_getrhs(COINprob * lp, double *rhs, int start, int end);

Completed in 215 milliseconds