Home
last modified time | relevance | path

Searched refs:funcres (Results 1 – 5 of 5) sorted by relevance

/dports/devel/rth/rth/jpgraph-1.8/src/utils/jpdocgen/
H A Djpclassref.php350 $funcres = $this->iDB->query($q);
351 $nn = $funcres->NumRows();
354 $funcs[] = $funcres->Fetch();
/dports/devel/libdwarf/dwarf-20161124/dwarfdump/
H A Dprint_frames.c268 int funcres = 1; in get_proc_name() local
393 funcres = 0; in get_proc_name()
395 return (funcres); in get_proc_name()
/dports/devel/dwarfdump/dwarf-20161124/dwarfdump/
H A Dprint_frames.c268 int funcres = 1; in get_proc_name() local
393 funcres = 0; in get_proc_name()
395 return (funcres); in get_proc_name()
/dports/science/madness/madness-ebb3fd7/src/madness/mra/
H A Dtestsuite.cc516 std::vector<functorT> funcres(nvfunc); in test_math() local
520 funcres[i] = functorT(new BinaryOp<T,T,T,T(*)(T,T),NDIM>(f1,f2,p)); in test_math()
525 double err = vres[i].err(*funcres[i]); in test_math()
/dports/www/proxygen/proxygen-2021.12.27.00/proxygen/lib/http/session/test/
H A DHQUpstreamSessionTest.cpp1254 auto funcres = functor(tmpbuf); in writeUpTo() local
1255 if (!funcres) { in writeUpTo()