Searched refs:exact (Results 1 - 25 of 60) sorted by relevance

123

/barrelfish-master/usr/bench/rcce/lu/
H A Dsetbv.c17 exact(iglob,jglob,one,&u(1,i,j,1));
18 exact(iglob,jglob,nz,&u(1,i,j,nz));
29 exact(iglob,one,k,&u(1,i,1,k));
38 exact(iglob,ny0,k,&u(1,i,ny,k));
50 exact(one,jglob,k,&u(1,1,j,k));
59 exact(nx0,jglob,k,&u(1,nx,j,k));
H A Dsetiv.c41 exact(one,jglob,k,ue_1jk);
42 exact(nx0,jglob,k,ue_nx0jk);
43 exact(iglob,one,k,ue_i1k);
44 exact(iglob,ny0,k,ue_iny0k);
45 exact(iglob,jglob,one,ue_ij1);
46 exact(iglob,jglob,nz,ue_ijnz);
H A Dapplu_protos.h5 void exact(int, int, int, double *);
H A Derror.c29 exact(iglob, jglob, k, u000ijk);
H A Dexact.c6 void exact( int i, int j, int k, double *u000ijk ) { function
8 // compute the exact solution at (i,j,k)
/barrelfish-master/include/x86emu/
H A Dprim_asm.h57 modify exact [eax];
68 modify exact [ax];
79 modify exact [ax];
90 modify exact [ax];
101 modify exact [ax];
112 modify exact [al bl];
123 modify exact [ax bx];
134 modify exact [eax ebx];
145 modify exact [al bl];
156 modify exact [a
[all...]
/barrelfish-master/usr/bench/rcce/bt/
H A Dapplu_protos.h5 void exact(int, int, int, double *);
/barrelfish-master/lib/libc/db/btree/
H A Dbt_get.c65 int exact, status; local
81 if ((e = __bt_search(t, key, &exact)) == NULL)
83 if (!exact) {
H A Dbt_put.c74 int dflags, exact, status; local
161 if (t->bt_order == NOT || (e = bt_fast(t, key, data, &exact)) == NULL)
162 if ((e = __bt_search(t, key, &exact)) == NULL)
175 if (!exact)
180 if (!exact || !F_ISSET(t, B_NODUPS))
H A Dbt_seq.c151 int exact; local
168 return (__bt_first(t, key, ep, &exact));
237 int exact; local
248 * current tree. It doesn't matter if the returned key is an exact
249 * match or not -- if it's an exact match, the record was added after
254 return (__bt_first(t, &c->key, ep, &exact));
323 * exactp: pointer to exact match flag
339 * If it's an exact match and duplicates are possible, walk backwards
H A Dbt_delete.c148 int exact, level; local
156 if ((e = __bt_search(t, &c->key, &exact)) == NULL)
215 if ((e = __bt_search(t, &c->key, &exact)) == NULL)
287 int deleted, exact, redo; local
292 loop: if ((e = __bt_search(t, key, &exact)) == NULL)
294 if (!exact) {
/barrelfish-master/usr/eclipseclp/lib_tcl/widget/
H A Dutil.tcl16 if {[lsearch -exact $auto_path [file dirname [info script]]]==-1} {
209 if {[set ix [lsearch -exact $l $i]] == -1} continue
212 while {[set ix [lsearch -exact $l $i]] != -1} {
411 -count -nocase -number -names -reverse -exact
493 if {[lsearch -exact $aliases $ocmd] > -1} {
495 } elseif {[lsearch -exact $aliases $cmd] > -1} {
559 switch -exact -- $tcl_platform(os) {
578 switch -exact -- $st(type) {
584 switch -exact -- $tcl_platform(os) {
662 # -strict - Value must be an exact matc
[all...]
H A Dpane.tcl84 set i [lsearch -exact $PANE($p,w) $w]
167 set i [lsearch -exact $PANE($p,w) $w]
H A Dmegalist.tcl339 if {[set i [lsearch -exact $data(order) $name]] != -1} {
342 if {[set i [lsearch -exact $data(-sortby) $name]] != -1} {
H A Dutil-dump.tcl131 if {[lsearch -exact [interp aliases] $cmd] > -1} {
576 switch -exact $k {
/barrelfish-master/usr/eclipseclp/lib_tcl/
H A Dexample_multi.tcl47 switch -exact -- $arg {
H A Dtkgetdir.tcl69 switch -exact -- [lindex $args $ind] {
147 switch -exact $tcl_platform(platform) {
356 if {[lsearch -exact $wt IMG] >= 0} {
370 if {[lsearch -exact $wt IMG] >= 0} {
380 if {[lsearch -exact $wt IMG] >= 0} {
H A Dmapremote.tcl57 switch -exact -- $arg {
/barrelfish-master/lib/libc/gen/
H A Dpututxline.c100 goto exact;
121 * No exact match found. Use the partial match. If no partial
126 exact:
/barrelfish-master/lib/gdtoa/
H A Dstrtodg.c174 (d, fpi, exp, bits, exact, rd, irv)
175 U *d; FPI *fpi; Long *exp; ULong *bits; int exact, rd, *irv;
177 (U *d, FPI *fpi, Long *exp, ULong *bits, int exact, int rd, int *irv)
189 if (exact)
196 exact &&
217 if (!exact)
261 if (!lostbits && !exact)
/barrelfish-master/usr/eclipseclp/Opium/demo/
H A Ddigin.pl23 BUGGY: endless loop (direct recursion, exact pattern). \n').
H A Dyoyo1.pl34 (direct recursion, no exact pattern, loop occurs on backtracking).').
/barrelfish-master/usr/eclipseclp/documents/tutorial/
H A Dmapdebugdemo.tcl61 switch -exact -- $arg {
/barrelfish-master/lib/openssl-1.0.0d/test/
H A Dtestssl.com29 $ search/output=nla0: testssl-x509-output. "DSA Public Key"/exact
/barrelfish-master/lib/compiler-rt/builtins/
H A Dfp_trunc_impl.inc104 // a underflows on conversion to the destination type or is an exact

Completed in 183 milliseconds

123