Searched refs:pivot (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/usr/bench/rcce/bt/
H A Dsolve_subs.c213 double pivot, coeff; local
219 pivot = 1.00e0/lhs(1,1);
220 lhs(1,2) = lhs(1,2)*pivot;
221 lhs(1,3) = lhs(1,3)*pivot;
222 lhs(1,4) = lhs(1,4)*pivot;
223 lhs(1,5) = lhs(1,5)*pivot;
224 c(1,1) = c(1,1)*pivot;
225 c(1,2) = c(1,2)*pivot;
226 c(1,3) = c(1,3)*pivot;
227 c(1,4) = c(1,4)*pivot;
491 double pivot, coeff; local
[all...]
/barrelfish-master/lib/libc/iconv/
H A Dcitrus_csmapper.c64 #define CS_PIVOT _PATH_CSMAPPER "/charset.pivot"
101 find_best_pivot_pvdb(const char *src, const char *dst, char *pivot, argument
127 /* iterate each pivot */
131 /* r1:pivot name, r2:norm among src and pivot */
138 /* buf: pivot name */
145 /* r2: norm among pivot and dst */
153 strlcpy(pivot, buf, pvlen);
244 find_best_pivot_lookup(const char *src, const char *dst, char *pivot, argument
260 /* find pivot cod
289 find_best_pivot(const char *src, const char *dst, char *pivot, size_t pvlen, unsigned long *rnorm) argument
302 open_serial_mapper(struct _citrus_mapper_area *__restrict ma, struct _citrus_mapper * __restrict * __restrict rcm, const char *src, const char *pivot, const char *dst) argument
345 char buf1[PATH_MAX], buf2[PATH_MAX], key[PATH_MAX], pivot[PATH_MAX]; local
[all...]
/barrelfish-master/usr/eclipseclp/ecrc_solvers/
H A Dr.pl952 ( Pivot_or_Unbounded = pivot(_,_) -> % step 8
953 pivot(Pivot_or_Unbounded),
1149 pick_pivot(T, pivot(C,V), Vout)
1152 % ; Vin = pivot(Cmax,_), C > Cmax ->
1153 % pick_pivot(T, pivot(C,V), Vout)
1154 ; Vin = pivot(Cmax,_) ->
1160 pick_pivot(T, pivot(C,V), Vout)
1166 pick_pivot(T, pivot(C,V), Vout)
1172 ; Vin = pivot(Cmax,_), C =:= Cmax ->
1258 pivot(pivo
[all...]

Completed in 46 milliseconds