Home
last modified time | relevance | path

Searched refs:objt (Results 1 – 25 of 41) sorted by relevance

12

/dports/astro/sextractor/sextractor-2.5.0/src/
H A Drefine.c256 for (objt = objin+(i=1); i<nobj; i++, objt++) in gatherup()
259 objt->dthresh = objlistin->dthresh; in gatherup()
260 objt->thresh = objlistin->thresh; in gatherup()
272 dist = objt->fdnpix/(2*PI*objt->abcor*objt->a*objt->b); in gatherup()
273 amp[i] = dist<70.0? objt->thresh*exp(dist) : 4.0*objt->fdpeak; in gatherup()
276 if (amp[i]>4.0*objt->fdpeak) in gatherup()
277 amp[i] = 4.0*objt->fdpeak; in gatherup()
303 for (objt = objin+(i=1); i<nobj; i++, objt++) in gatherup()
305 dx = x - objt->mx; in gatherup()
306 dy = y - objt->my; in gatherup()
[all …]
/dports/astro/kstars/kstars-3.5.6/kstars/fitsviewer/sep/
H A Ddeblend.c234 objstruct *objin = objlistin->obj, *objout, *objt; in gatherup() local
265 for (objt = objin+(i=1); i<nobj; i++, objt++) in gatherup()
268 objt->thresh = objlistin->thresh; in gatherup()
280 dist = objt->fdnpix/(2*PI*objt->abcor*objt->a*objt->b); in gatherup()
281 amp[i] = dist<70.0? objt->thresh * expf(dist) : 4.0*objt->fdpeak; in gatherup()
284 if (amp[i]>4.0*objt->fdpeak) in gatherup()
285 amp[i] = 4.0*objt->fdpeak; in gatherup()
311 for (objt = objin+(i=1); i<nobj; i++, objt++) in gatherup()
313 dx = x - objt->mx; in gatherup()
314 dy = y - objt->my; in gatherup()
[all …]
/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/sep/
H A Ddeblend.cpp254 objstruct *objin = objlistin->obj, *objout, *objt; in gatherup() local
286 for (objt = objin + (i = 1); i < nobj; i++, objt++) in gatherup()
289 objt->thresh = objlistin->thresh; in gatherup()
301 dist = objt->fdnpix / (2 * PI * objt->abcor * objt->a * objt->b); in gatherup()
302 amp[i] = dist < 70.0 ? objt->thresh * expf(dist) : 4.0 * objt->fdpeak; in gatherup()
305 if (amp[i] > 4.0 * objt->fdpeak) in gatherup()
306 amp[i] = 4.0 * objt->fdpeak; in gatherup()
332 for (objt = objin + (i = 1); i < nobj; i++, objt++) in gatherup()
334 dx = x - objt->mx; in gatherup()
335 dy = y - objt->my; in gatherup()
[all …]
/dports/textproc/py-rdflib/rdflib-5.0.0/test/nt/
H A Dformulae-07.nt1 _:subj <http://example.org/#pred> <http://example.org/#objt> .
5 _:t1102879364statement1 <http://www.w3.org/2000/10/swap/reify#object> <http://example.org/#objt> .
9 _:t1102879364statement2 <http://www.w3.org/2000/10/swap/reify#object> <http://example.org/#objt> .
H A Dqname-02.nt1 <http://example.org/#> <http://example.org/#pred> <http://example.org/#objt> .
2 <http://example.org/#subj> <http://example.org/#> <http://example.org/#objt> .
H A Dkeywords-06.nt1 …//example.org/#subj> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/#objt> .
H A Dkeywords-07.nt1 <http://example.org/#subj> <http://example.org/#a> <http://example.org/#objt> .
H A Dformulae-04.nt8 _:t1102793962statement2 <http://www.w3.org/2000/10/swap/reify#object> <http://example.org/#objt> .
/dports/lang/perl5.34/perl-5.34.0/hints/
H A Dcatamount.sh257 objt=`echo $srct|sed -e 's/\.c$/.o/'`
259 if test -n "$objt" -a -f "$objt"
261 mv -f $objt $objo
/dports/lang/perl5.30/perl-5.30.3/hints/
H A Dcatamount.sh257 objt=`echo $srct|sed -e 's/\.c$/.o/'`
259 if test -n "$objt" -a -f "$objt"
261 mv -f $objt $objo
/dports/lang/perl5.32/perl-5.32.1/hints/
H A Dcatamount.sh257 objt=`echo $srct|sed -e 's/\.c$/.o/'`
259 if test -n "$objt" -a -f "$objt"
261 mv -f $objt $objo
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/hints/
H A Dcatamount.sh257 objt=`echo $srct|sed -e 's/\.c$/.o/'`
259 if test -n "$objt" -a -f "$objt"
261 mv -f $objt $objo
/dports/science/py-spaghetti/spaghetti-1.6.4/spaghetti/
H A Dnetwork.py2781 attr = [objt + attr for objt in obj_type]
2783 _val = [1 for objt in obj_type]
2784 attr = [objt + attr for objt in obj_type]
2786 _val = [cid for objt in obj_type]
2787 attr = [objt + attr for objt in obj_type]
2790 supp = [objt + "_component_vertices" for objt in obj_type]
2804 attr = [objt + attr for objt in obj_type]
2813 supp = [getattr(cnet, objt + attr) for objt in obj_type]
2815 attr = [objt + attr for objt in obj_type]
2841 attr = [objt + attr for objt in obj_type]
[all …]
/dports/databases/py-ormar/ormar-0.10.23/ormar/queryset/
H A Dqueryset.py1053 for objt in objects:
1054 new_kwargs = objt.dict()
1055 new_kwargs = objt.prepare_model_to_save(new_kwargs)
1061 for objt in objects:
1062 objt.set_save_status(True)
1098 for objt in objects:
1099 new_kwargs = objt.dict()
1130 for objt in objects:
1131 objt.set_save_status(True)
/dports/math/dune-uggrid/dune-uggrid-bc2d1229420367563410ce9e519f5ff82b45266f/dune/uggrid/gm/
H A Dcw.cc347 static void ListCWofObjectType (INT objt, INT offset, PrintfProcPtr myprintf) in ListCWofObjectType() argument
352 cw_objt = BITWISE_TYPE(objt); in ListCWofObjectType()
389 myprintf(" --- no ce found with objt %d\n",objt); in ListCWofObjectType()
404 static void ListAllCWsOfObjectType (INT objt, PrintfProcPtr myprintf) in ListAllCWsOfObjectType() argument
408 cw_objt = BITWISE_TYPE(objt); in ListAllCWsOfObjectType()
433 ListCWofObjectType(objt,min,myprintf); in ListAllCWsOfObjectType()
440 printf(" --- no cw found with objt %d\n",objt); in ListAllCWsOfObjectType()
/dports/misc/visp/visp-3.4.0/modules/core/src/tracking/moments/
H A DvpMomentCentered.cpp178 const vpMomentObject objt = getObject(); in printDependencies() local
179 vpMomentObject::printWithIndices(objt, os); in printDependencies()
/dports/textproc/py-rdflib/rdflib-5.0.0/rdflib/plugins/parsers/
H A Dntriples.py236 objt = self.uriref() or self.nodeid() or self.literal()
237 if objt is False:
239 return objt
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/rigify/utils/
H A Dmisc.py217 for objt in view_layer.objects:
218 objt.select_set(False) # deselect all objects
/dports/security/py-volatility3/volatility3-94426ad/volatility/framework/plugins/windows/
H A Dhandles.py191 objt = ptr.dereference().cast(symbol_table + constants.BANG + "_OBJECT_TYPE")
192 type_name = objt.Name.String
195 "Cannot access _OBJECT_HEADER Name at {0:#x}".format(objt.vol.offset))
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/rigify/legacy/
H A Dgenerate.py125 for objt in view_layer.objects:
126 objt.select_set(False) # deselect all objects
138 for objt in view_layer.objects:
139 objt.select_set(False) # deselect all objects
/dports/devel/tass64/64tass-1.56.2625-src/
H A Dfunctionobj.c118 const Type *objt = v[j].val->obj; in gen_broadcast() local
119 if (objt->iterable) { in gen_broadcast()
132 elements[j].oval = iter->data = v[j].val; objt->getiter(iter); in gen_broadcast()
700 const Type *objt = val->obj; in function_all_any() local
701 if (objt->iterable) { in function_all_any()
705 iter.data = val; objt->getiter(&iter); in function_all_any()
728 if (objt == BOOL_OBJ) { in function_all_any()
735 return objt->truth(val, typ, &v->epoint); in function_all_any()
/dports/games/spacezero/spacezero/src/
H A Dai.c141 Object *objt=NULL; in ai() local
230 objt=obj; in ai()
235 objt=obj->in; in ai()
243 objt->pid, in ai()
421 objt=NULL; in ai()
430 if(objt!=NULL){ in ai()
493 if(objt->in==obj){ in ai()
4798 Object *objt; in ExecGoto() local
4801 if(objt!=NULL){ in ExecGoto()
4805 rx=objt->x + objt->vx*t1 - obj->x; in ExecGoto()
[all …]
/dports/cad/zcad/zcad-8b8a693/cad_source/zcad/commands/
H A Duzccominterface.pas547 objt:PUserTypeDescriptor;
566 objt:=SysUnit.TypeName2PTD(obj);
567 …kInterface.Do_PrepareObject(drawings.GetUndoStack,drawings.GetUnitsFormat,objt,drawings.GetCurrent…
586 objt:=SysUnit.TypeName2PTD(obj);
587 …kInterface.Do_PrepareObject(drawings.GetUndoStack,drawings.GetUnitsFormat,objt,pp,drawings.GetCurr…
/dports/math/gravity/Gravity-da941e9/src/
H A DGurobiProgram.cpp391 int objt; in set_grb_objective() local
397 if (_model->_objt == minimize) objt = GRB_MINIMIZE; in set_grb_objective()
398 else objt = GRB_MAXIMIZE; in set_grb_objective()
461 grb_mod->setObjective(qobj,objt); in set_grb_objective()
/dports/textproc/p5-RDF-Simple/RDF-Simple-0.421/lib/RDF/Simple/Parser/
H A DHandler.pm260 my $objt = $self->literal($e->attrs->{$k}, $e->language);
261 DEBUG && print STDERR " DDD nodeElement _triple(,,$objt)\n";
262 $self->_triple($e->subject, $self->uri($k), $objt);

12