Home
last modified time | relevance | path

Searched refs:itres (Results 1 – 25 of 32) sorted by relevance

12

/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/pdb2pqr/propka30/Source/
H A Diterative.py265 for itres in iteratives:
266 itres.pKa_iter.append(itres.pKa_NonIterative)
274 for itres in iteratives:
276 itres.pKa_new = itres.pKa_NonIterative
300 for itres in iteratives:
307 for itres in iteratives:
308 if itres.pKa_new == itres.pKa_old:
315 for itres in iteratives:
316 itres.pKa_old = itres.pKa_new
317 itres.pKa_iter.append(itres.pKa_new)
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/imdi/
H A Dimdi.c97 if (gs.itres >= res) { in new_imdi()
98 fig = 10 * (gs.itres - res); in new_imdi()
101 if (gs.itres < res) { in new_imdi()
102 fig += 10000 * (res - gs.itres); in new_imdi()
118 if (gs.itres >= res && gs.stres >= stres) { in new_imdi()
119 fig = 10 * (gs.itres - res) + (gs.stres - stres); in new_imdi()
122 if (gs.itres < res) { in new_imdi()
123 fig += 10000 * (res - gs.itres); in new_imdi()
165 if (bgs.itres > res) in new_imdi()
166 bgs.itres = res; /* Tell table create what the res is */ in new_imdi()
[all …]
H A Dimdi_gen.h31 int itres[10]; /* Interpolation table resolutions for each input dimension */ member
82 int itres; /* Interpolation table resolution */ member
H A Dimdi_tab.c178 idinc[e] = idinc[e-1] * gs->itres; in imdi_tab()
179 ibdinc[e] = ibdinc[e-1] * gs->itres; in imdi_tab()
251 rmi = rtv * (gs->itres - 1); in imdi_tab()
253 if (imi >= (gs->itres-1)) /* Keep cube base one row back from far edge */ in imdi_tab()
254 imi = gs->itres-2; in imdi_tab()
355 PH_INIT(phc, gs->id, gs->itres) in imdi_tab()
366 riv[e] = ((double)phc[e]) / (gs->itres - 1.0); in imdi_tab()
H A Dimdi_gen.c409 gs->itres = gd->itres[id]; /* Interpolation table resolution */ in set_genspec()
440 gs->prec,gs->id,gs->od,gs->itres,gs->stres); in set_genspec()
H A Dcgen.c336 f->ixmnb = calc_bits(g->id, g->itres); in gen_c_kernel()
367 f->vomnb = calc_obits(g->id, g->itres, t->vo_om); in gen_c_kernel()
1461 s_itres = g->itres; in gen_c_kernel()
1463 g->itres = f->ixmxres; in gen_c_kernel()
1493 g->itres = s_itres; in gen_c_kernel()
/dports/print/ghostscript8-base/ghostscript-8.71/imdi/
H A Dimdi.c97 if (gs.itres >= res) { in new_imdi()
98 fig = 10 * (gs.itres - res); in new_imdi()
101 if (gs.itres < res) { in new_imdi()
102 fig += 10000 * (res - gs.itres); in new_imdi()
118 if (gs.itres >= res && gs.stres >= stres) { in new_imdi()
119 fig = 10 * (gs.itres - res) + (gs.stres - stres); in new_imdi()
122 if (gs.itres < res) { in new_imdi()
123 fig += 10000 * (res - gs.itres); in new_imdi()
165 if (bgs.itres > res) in new_imdi()
166 bgs.itres = res; /* Tell table create what the res is */ in new_imdi()
[all …]
H A Dimdi_gen.h31 int itres[10]; /* Interpolation table resolutions for each input dimension */ member
82 int itres; /* Interpolation table resolution */ member
H A Dimdi_tab.c178 idinc[e] = idinc[e-1] * gs->itres; in imdi_tab()
179 ibdinc[e] = ibdinc[e-1] * gs->itres; in imdi_tab()
251 rmi = rtv * (gs->itres - 1); in imdi_tab()
253 if (imi >= (gs->itres-1)) /* Keep cube base one row back from far edge */ in imdi_tab()
254 imi = gs->itres-2; in imdi_tab()
355 PH_INIT(phc, gs->id, gs->itres) in imdi_tab()
366 riv[e] = ((double)phc[e]) / (gs->itres - 1.0); in imdi_tab()
H A Dimdi_gen.c409 gs->itres = gd->itres[id]; /* Interpolation table resolution */ in set_genspec()
440 gs->prec,gs->id,gs->od,gs->itres,gs->stres); in set_genspec()
H A Dcgen.c336 f->ixmnb = calc_bits(g->id, g->itres); in gen_c_kernel()
367 f->vomnb = calc_obits(g->id, g->itres, t->vo_om); in gen_c_kernel()
1461 s_itres = g->itres; in gen_c_kernel()
1463 g->itres = f->ixmxres; in gen_c_kernel()
1493 g->itres = s_itres; in gen_c_kernel()
/dports/graphics/argyllcms/Argyll_V1.9.2/imdi/
H A Dimdi.c298 printf("gres = %d, gs.gres = %d\n",res,gs.itres); in new_imdi()
305 if (gs.itres >= res) { in new_imdi()
306 fig += 10 * (gs.itres - res); in new_imdi()
308 fig += 10000 + 10 * (res - gs.itres); in new_imdi()
322 if (gs.itres >= res && gs.stres >= stres) { in new_imdi()
323 fig += 10 * (gs.itres - res) + (gs.stres - stres); in new_imdi()
325 if (gs.itres < res) { in new_imdi()
326 fig += 10000 + 10 * (res - gs.itres); in new_imdi()
368 if (bgs.itres > res) in new_imdi()
369 bgs.itres = res; /* Tell table create what the res is */ in new_imdi()
[all …]
H A Dimdi_tab.c230 idinc[e] = idinc[e-1] * gs->itres; in imdi_tab()
231 ibdinc[e] = ibdinc[e-1] * gs->itres; in imdi_tab()
318 rmi = rtv * (gs->itres - 1); in imdi_tab()
320 if (imi >= (gs->itres-1)) /* Keep cube base one row back from far edge */ in imdi_tab()
321 imi = gs->itres-2; in imdi_tab()
411 …= %u bytes, composed of %d dim of res %d entry %d\n",ibdinc[it->id], it->id, gs->itres, ts->im_ts); in imdi_tab()
416 PH_INIT(phc, it->id, gs->itres) in imdi_tab()
427 riv[e] = ((double)phc[e]) / (gs->itres - 1.0); in imdi_tab()
755 it->gres = gs->itres; in imdi_tab()
H A Dimdi_gen.h115 int itres[MX_GDCS]; /* + Interpolation table resolutions for */ member
176 int itres; /* Interpolation table resolution */ member
H A Dimdi_gen.c173 gs->itres = gd->itres[id]; /* Interpolation table resolution */ in set_genspec()
211 gs->prec,gs->id,gs->od,gs->itres,gs->stres); in set_genspec()
H A Dctest.c104 gs.itres = 16; /* Interpolation table resolution */ in main()
H A Dcgen.c346 f->ixmnb = calc_bits(g->id, g->itres);
373 f->vomnb = calc_obits(g->id, g->itres, t->vo_om);
1638 s_itres = g->itres;
1641 g->itres = f->ixmxres;
1693 GSET_ENTRY(itres);
1758 g->itres = s_itres;
/dports/graphics/podofo/podofo-0.9.7/tools/podofoimpose/
H A Dpdftranslator.cpp200 for ( TCIKeyMap itres = resmap.begin(); itres != resmap.end(); ++itres ) in migrateResource() local
202 PdfObject *o = itres->second; in migrateResource()
215 ret->GetDictionary().AddKey ( itres->first, migrated ); in migrateResource()
552 TCIKeyMap itres; in impose() local
553 for ( itres = resmap.begin(); itres != resmap.end(); ++itres ) in impose()
555 xo->GetResources()->GetDictionary().AddKey ( itres->first, itres->second ); in impose()
/dports/math/giacxcas/giac-1.6.0/src/
H A Dindex.cc64 index_t::iterator itres=res.begin(); in index_gcd() local
69 for (;ita!=itaend;++itb,++itres,++ita) in index_gcd()
70 *itres=giacmin(*ita,*itb); in index_gcd()
83 index_t::iterator itres=res.begin(); in index_lcm() local
88 for (;ita!=itaend;++itb,++itres,++ita) in index_lcm()
89 *itres=giacmax(*ita,*itb); in index_lcm()
97 index_t::iterator itres=res.begin(); in index_lcm() local
99 *itres=giacmax(*ita,*itb); in index_lcm()
107 *itres=(*ita)+(*itb); in add()
114 *itres=(*ita)+(*itb); in add()
[all …]
H A Dpoly.h366 index_t::iterator itresbeg=res.begin(),itresend=res.end(),itres; in degree() local
372 for (itres=itresbeg;itres!=itresend;++itres,++ittemp){ in degree()
373 if (*itres<*ittemp) in degree()
374 *itres=*ittemp; in degree()
398 for (itres=itresbeg;itres!=itresend;++itres,++ittemp){ in degree()
399 if (*itres<*ittemp) in degree()
400 *itres=*ittemp; in degree()
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/geometry/
H A DGeomElement.cpp450 std::vector<GeoNumPair>::iterator itres = res.begin(); in elementsSharingSideOfSide() local
451 …for(itm = elts.begin(); itm != elts.end(); itm++, itres++) { *itres = GeoNumPair(itm->first, itm->… in elementsSharingSideOfSide()
466 std::vector<GeoNumPair>::iterator itres = res.begin(); in elementsSharingVertex() local
469 if((*itelts).first != this) {*itres = *itelts; itres++;} in elementsSharingVertex()
482 for(itres = res.begin(); itres != res.end(); itres++) in elementsSharingVertex()
484 if(selts.find(itres->first) == selts.end()) { res2.push_back(*itres); } in elementsSharingVertex()
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/utils/podofo/
H A Ddoc.cpp427 for (TCIKeyMap itres = keys.begin(); itres != keys.end(); ++itres) { in PDFDoc_extract_anchors() local
428 if (itres->second->IsArray()) { in PDFDoc_extract_anchors()
429 const PdfArray &dest = itres->second->GetArray(); in PDFDoc_extract_anchors()
438 const std::string &anchor = itres->first.GetName(); in PDFDoc_extract_anchors()
/dports/science/PETSc/petsc-3.14.1/src/ksp/ksp/interface/
H A Dmakefile6 SOURCEC = itcl.c itfunc.c iguess.c itcreate.c iterativ.c itres.c itregis.c \
/dports/multimedia/gstreamer1-plugins-gnonlin/gnonlin-1.4.0/gnl/
H A Dgnloperation.c278 GstIteratorResult itres; in get_src_pad() local
283 itres = gst_iterator_next (it, &item); in get_src_pad()
284 if (itres != GST_ITERATOR_OK) { in get_src_pad()
/dports/multimedia/gstreamer1-editing-services/gstreamer-editing-services-1.16.2/plugins/nle/
H A Dnleoperation.c294 GstIteratorResult itres; in get_src_pad() local
299 itres = gst_iterator_next (it, &item); in get_src_pad()
300 if (itres != GST_ITERATOR_OK) { in get_src_pad()

12