Home
last modified time | relevance | path

Searched refs:ob2 (Results 1 – 25 of 428) sorted by relevance

12345678910>>...18

/dports/cad/netgen-lvs/netgen-1.5.211/base/
H A Dflatten.c168 for (ob2 = ThisCell->cell; ob2 != NULL; ob2 = ob2->next) { in flattenCell()
215 for (ob2 = ChildObjList; ob2->next != NULL; ob2 = ob2->next) ; in flattenCell()
423 if (ob2 != NULL) ob2 = ob2->next; in flattenInstancesOf()
1562 for (ob2 = ecomp->cell2->cell; ob2; ob2 = ob2->next) { in PrematchLists()
1609 for (ob2 = ecomp->cell2->cell; ob2; ob2 = ob2->next) { in PrematchLists()
1659 for (ob2 = ecomp->cell2->cell; ob2; ob2 = ob2->next) { in PrematchLists()
1692 for (ob2 = ecomp->cell2->cell; ob2; ob2 = ob2->next) { in PrematchLists()
1717 for (ob2 = ecomp->cell1->cell; ob2; ob2 = ob2->next) { in PrematchLists()
1750 for (ob2 = ecomp->cell1->cell; ob2; ob2 = ob2->next) { in PrematchLists()
1832 for (ob2 = tc1->cell; ob2; ob2 = ob2->next) { in PrematchLists()
[all …]
H A Dext.c59 ob2 = ob; in extCell()
62 ob2 = ob2->next; in extCell()
68 ob2 = ob2->next; in extCell()
124 ob2 = ob2->next; in extCell()
536 ob2 = ob2->next; in simCell()
540 while ((ob2 != NULL) && (ob2->type > FIRSTPIN)) ob2 = ob2->next; in simCell()
545 if (ob2 && ob2->type == PROPERTY) { in simCell()
560 ob2 = ob2->next; in simCell()
565 while ((ob2 != NULL) && (ob2->type > FIRSTPIN)) ob2 = ob2->next; in simCell()
574 ob2 = ob2->next; in simCell()
[all …]
H A Dwombat.c34 struct objlist *ob, *ob2; in Wombat() local
63 ob2 = ob; in Wombat()
71 nm = strrchr(ob2->name, SEPARATOR[0]) + 1; in Wombat()
74 FlushString ("%s ", NodeAlias(tp, ob2)); in Wombat()
78 nm = strrchr(ob2->name, SEPARATOR[0]) + 1; in Wombat()
82 FlushString ("%s ", NodeName(tp, ob2->node)); in Wombat()
84 ob2 = ob2->next; in Wombat()
85 } while ((ob2 != NULL) && (ob2->type > FIRSTPIN)); in Wombat()
H A Dccode.c35 struct objlist *ob, *ob2; in ccodeCell() local
72 ob2 = ob; in ccodeCell()
74 FlushString(", \"%s\"", NodeAlias(tp, ob2)); in ccodeCell()
75 ob2 = ob2->next; in ccodeCell()
76 } while ((ob2 != NULL) && (ob2->type > FIRSTPIN)); in ccodeCell()
/dports/graphics/blender/blender-2.91.0/intern/itasc/
H A DScene.cpp308 (ob2->base->getPose(ob2->baseFrameIndex) * ob2->object->getPose(cs->ee2index)); in getConstraintPose()
396 ob2->object->updated()) { in update()
459 changeBase(JqTemp, ob2->base->getPose(ob2->baseFrameIndex)); in update()
468 changeBase(Jq_part, ob2->base->getPose(ob2->baseFrameIndex)); in update()
473 if (ob2->base == ob1->base || ob2->base == ob1->object) { in update()
474 project(m_Ju, cs->featurerange, ob2->coordinaterange) -= ob2->base->getJu( in update()
475 ob2->baseFrameIndex); in update()
478 project(m_Ju, cs->featurerange, ob2->coordinaterange) = -ob2->base->getJu( in update()
479 ob2->baseFrameIndex); in update()
485 if (ob2->object == ob1->base || ob2->object == ob1->object) { in update()
[all …]
/dports/games/sopwith/sopwith-1.8.4/src/
H A Dswcollsn.c64 || (ob2->ob_type == PLANE && ob2->ob_state >= FINISHED) in colltest()
74 if (ob1->ob_x < ob2->ob_x) { in colltest()
75 x1 = ob2->ob_x - ob1->ob_x; in colltest()
78 if (w > ob2->ob_newsym->w) in colltest()
79 w = ob2->ob_newsym->w; in colltest()
105 if (h > ob2->ob_newsym->h) in colltest()
106 h = ob2->ob_newsym->h; in colltest()
122 ob2->ob_x, ob2->ob_y, ob2->ob_newsym->w, ob2->ob_newsym->h); in colltest()
126 data2 = ob2->ob_newsym->data + ob2->ob_newsym->w * y2 + x2; in colltest()
139 killed[killptr] = ob2; in colltest()
[all …]
/dports/math/vtk6/VTK-6.2.0/Wrapping/PythonCore/
H A DPyVTKMutableObject.cxx275 ob2 = ((PyVTKMutableObject *)ob2)->value; \
277 return Py##prot##_##op(ob1, ob2); \
288 ob2 = ((PyVTKMutableObject *)ob2)->value; \
290 obn = Py##prot##_##op(ob1, ob2); \
328 ob2 = ((PyVTKMutableObject *)ob2)->value; \
345 ob2 = ((PyVTKMutableObject *)ob2)->value; \
374 if (PyVTKMutableObject_Check(*ob2)) in PyVTKMutableObject_Coerce()
376 *ob2 = ((PyVTKMutableObject *)*ob2)->value; in PyVTKMutableObject_Coerce()
378 return PyNumber_CoerceEx(ob1, ob2); in PyVTKMutableObject_Coerce()
738 ob2 = ((PyVTKMutableObject *)ob2)->value; in PyVTKMutableObject_RichCompare()
[all …]
/dports/mail/pear-Horde_Imap_Client/Horde_Imap_Client-2.29.18/test/Horde/Imap/Client/
H A DSearchTest.php445 $ob2->flag('\\deleted', false);
566 $ob2 = clone $ob;
567 $ob2->text('bar');
575 strval($ob2)
604 $ob2->text('foo2');
605 $ob2->andSearch($ob);
609 strval($ob2)
621 $ob2->orSearch($ob3);
625 strval($ob2)
653 $ob2->text('foo2');
[all …]
H A DDateTimeTest.php62 $ob2 = clone $ob;
64 $ob2->modify('+1 minute');
73 intval(strval($ob2))
81 $ob2 = unserialize(serialize($ob));
85 intval(strval($ob2))
/dports/graphics/py-visvis/visvis-1.13.0/utils/ssdf/
H A Dssdf_base.py73 def _not_equal(ob1, ob2): argument
82 if not ( isstruct(ob2) or isinstance(ob2, dict) ):
86 keys2 = [key for key in ob2]
100 if len(ob1) != len(ob2):
112 if not ( ob1.shape==ob2.shape and
113 ob1.dtype==ob2.dtype and
114 ob1.data==ob2.data ):
118 if not isinstance(ob2, np.ndarray):
121 if not ( ob1.shape==ob2.shape and
122 ob1.dtype==ob2.dtype and
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/media/atomisp/pci/isp/kernels/ob/ob2/
H A Dia_css_ob2.host.c50 const struct sh_css_isp_ob2_params *ob2, in ia_css_ob2_dump() argument
53 if (!ob2) in ia_css_ob2_dump()
58 "ob2_blacklevel_gr", ob2->blacklevel_gr); in ia_css_ob2_dump()
60 "ob2_blacklevel_r", ob2->blacklevel_r); in ia_css_ob2_dump()
62 "ob2_blacklevel_b", ob2->blacklevel_b); in ia_css_ob2_dump()
64 "ob2_blacklevel_gb", ob2->blacklevel_gb); in ia_css_ob2_dump()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/media/atomisp/pci/isp/kernels/ob/ob2/
H A Dia_css_ob2.host.c50 const struct sh_css_isp_ob2_params *ob2, in ia_css_ob2_dump() argument
53 if (!ob2) in ia_css_ob2_dump()
58 "ob2_blacklevel_gr", ob2->blacklevel_gr); in ia_css_ob2_dump()
60 "ob2_blacklevel_r", ob2->blacklevel_r); in ia_css_ob2_dump()
62 "ob2_blacklevel_b", ob2->blacklevel_b); in ia_css_ob2_dump()
64 "ob2_blacklevel_gb", ob2->blacklevel_gb); in ia_css_ob2_dump()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/media/atomisp/pci/isp/kernels/ob/ob2/
H A Dia_css_ob2.host.c50 const struct sh_css_isp_ob2_params *ob2, in ia_css_ob2_dump() argument
53 if (!ob2) in ia_css_ob2_dump()
58 "ob2_blacklevel_gr", ob2->blacklevel_gr); in ia_css_ob2_dump()
60 "ob2_blacklevel_r", ob2->blacklevel_r); in ia_css_ob2_dump()
62 "ob2_blacklevel_b", ob2->blacklevel_b); in ia_css_ob2_dump()
64 "ob2_blacklevel_gb", ob2->blacklevel_gb); in ia_css_ob2_dump()
/dports/math/vtk9/VTK-9.1.0/Wrapping/PythonCore/
H A DPyVTKReference.cxx355 ob2 = ((PyVTKReference*)ob2)->value; \
368 ob2 = ((PyVTKReference*)ob2)->value; \
407 ob2 = ((PyVTKReference*)ob2)->value; \
424 ob2 = ((PyVTKReference*)ob2)->value; \
451 static int PyVTKReference_Coerce(PyObject** ob1, PyObject** ob2) in PyVTKReference_Coerce() argument
454 if (PyVTKReference_Check(*ob2)) in PyVTKReference_Coerce()
456 *ob2 = ((PyVTKReference*)*ob2)->value; in PyVTKReference_Coerce()
458 return PyNumber_CoerceEx(ob1, ob2); in PyVTKReference_Coerce()
839 if (PyVTKReference_Check(ob2)) in PyVTKReference_RichCompare()
841 ob2 = ((PyVTKReference*)ob2)->value; in PyVTKReference_RichCompare()
[all …]
/dports/mail/pear-Horde_Mime/Horde_Mime-2.11.0/test/Horde/Mime/Headers/
H A DContentDispositionTest.php158 $ob2 = unserialize(serialize($ob));
162 $ob2->value
166 $ob2->params
177 $ob2 = clone $ob;
184 $ob2->value
188 $ob2->params
/dports/lang/php73/php-7.3.33/ext/spl/tests/
H A Dobserver_001.phpt73 $ob2 = new ObserverImpl("ob2");
78 $sub->attach($ob2);
87 $sub->detach($ob2);
100 $sub->SubjectImpl::attach($ob2);
104 $ob2->ObserverImpl::update($sub);
109 $ob2->ObserverImpl::update($sub);
110 $sub->SubjectImpl::detach($ob2);
/dports/lang/php80/php-8.0.15/ext/spl/tests/
H A Dobserver_001.phpt73 $ob2 = new ObserverImpl("ob2");
78 $sub->attach($ob2);
87 $sub->detach($ob2);
99 $sub->SubjectImpl::attach($ob2);
103 $ob2->ObserverImpl::update($sub);
108 $ob2->ObserverImpl::update($sub);
109 $sub->SubjectImpl::detach($ob2);
/dports/lang/php74/php-7.4.27/ext/spl/tests/
H A Dobserver_001.phpt73 $ob2 = new ObserverImpl("ob2");
78 $sub->attach($ob2);
87 $sub->detach($ob2);
100 $sub->SubjectImpl::attach($ob2);
104 $ob2->ObserverImpl::update($sub);
109 $ob2->ObserverImpl::update($sub);
110 $sub->SubjectImpl::detach($ob2);
/dports/www/mod_php73/php-7.3.33/ext/spl/tests/
H A Dobserver_001.phpt73 $ob2 = new ObserverImpl("ob2");
78 $sub->attach($ob2);
87 $sub->detach($ob2);
100 $sub->SubjectImpl::attach($ob2);
104 $ob2->ObserverImpl::update($sub);
109 $ob2->ObserverImpl::update($sub);
110 $sub->SubjectImpl::detach($ob2);
/dports/www/mod_php74/php-7.4.27/ext/spl/tests/
H A Dobserver_001.phpt73 $ob2 = new ObserverImpl("ob2");
78 $sub->attach($ob2);
87 $sub->detach($ob2);
100 $sub->SubjectImpl::attach($ob2);
104 $ob2->ObserverImpl::update($sub);
109 $ob2->ObserverImpl::update($sub);
110 $sub->SubjectImpl::detach($ob2);
/dports/www/mod_php80/php-8.0.15/ext/spl/tests/
H A Dobserver_001.phpt73 $ob2 = new ObserverImpl("ob2");
78 $sub->attach($ob2);
87 $sub->detach($ob2);
99 $sub->SubjectImpl::attach($ob2);
103 $ob2->ObserverImpl::update($sub);
108 $ob2->ObserverImpl::update($sub);
109 $sub->SubjectImpl::detach($ob2);
/dports/math/vtk8/VTK-8.2.0/Wrapping/PythonCore/
H A DPyVTKReference.cxx370 if (PyVTKReference_Check(ob2)) \
372 ob2 = ((PyVTKReference *)ob2)->value; \
383 if (PyVTKReference_Check(ob2)) \
385 ob2 = ((PyVTKReference *)ob2)->value; \
423 if (PyVTKReference_Check(ob2)) \
425 ob2 = ((PyVTKReference *)ob2)->value; \
442 ob2 = ((PyVTKReference *)ob2)->value; \
472 if (PyVTKReference_Check(*ob2)) in PyVTKReference_Coerce()
474 *ob2 = ((PyVTKReference *)*ob2)->value; in PyVTKReference_Coerce()
899 if (PyVTKReference_Check(ob2)) in PyVTKReference_RichCompare()
[all …]
/dports/mail/pear-Horde_Imap_Client/Horde_Imap_Client-2.29.18/test/Horde/Imap/Client/Namespace/
H A DListTest.php35 $ob2 = new Horde_Imap_Client_Data_Namespace();
36 $ob2->delimiter = '.';
37 $ob2->type = $ob2::NS_SHARED;
38 $this->ob[''] = $ob2;
90 $ob2 = unserialize(serialize($this->ob));
/dports/www/mod_php81/php-8.1.1/ext/spl/tests/
H A Dobserver_001.phpt73 $ob2 = new ObserverImpl("ob2");
78 $sub->attach($ob2);
87 $sub->detach($ob2);
99 $sub->SubjectImpl::attach($ob2);
103 $ob2->ObserverImpl::update($sub);
108 $ob2->ObserverImpl::update($sub);
109 $sub->SubjectImpl::detach($ob2);
/dports/lang/php81/php-8.1.1/ext/spl/tests/
H A Dobserver_001.phpt73 $ob2 = new ObserverImpl("ob2");
78 $sub->attach($ob2);
87 $sub->detach($ob2);
99 $sub->SubjectImpl::attach($ob2);
103 $ob2->ObserverImpl::update($sub);
108 $ob2->ObserverImpl::update($sub);
109 $sub->SubjectImpl::detach($ob2);

12345678910>>...18