Home
last modified time | relevance | path

Searched refs:nshape (Results 1 – 25 of 48) sorted by relevance

12

/dports/graphics/wdune/wdune-1.926/src/
H A DNodeCollidableShape.cpp74 if (nshape != NULL) { in transformBranch()
122 nshape->bind(); in draw()
143 if (nshape != NULL) in flip()
152 if (nshape != NULL) in swap()
162 if (nshape != NULL) in countPolygons()
173 if (nshape != NULL) in countPrimitives()
184 if (nshape != NULL) in countPolygons1Sided()
195 if (nshape != NULL) in countPolygons2Sided()
206 if (nshape != NULL) in getTransparency()
227 if (nshape) in canWriteAc3d()
[all …]
H A DGeometryNodeMacros.h42 NodeShape *nshape = NULL; \
45 nshape = (NodeShape *) parent; \
48 if (nshape) \
49 nappearance = (NodeAppearance *)(nshape->appearance()->getValue()); \
H A DNodeColor.cpp139 NodeShape *nshape = NULL; in writeAc3dMaterial() local
142 nshape = (NodeShape *) parent; in writeAc3dMaterial()
145 if (nshape) in writeAc3dMaterial()
146 nappearance = (NodeAppearance *)(nshape->appearance()->getValue()); in writeAc3dMaterial()
/dports/cad/opencascade/opencascade-7.6.0/src/TopOpeBRepDS/
H A DTopOpeBRepDS_Filter.cxx58 Standard_Integer i,nshape = BDS.NbShapes(); in ProcessEdgeInterferences() local
60 for (i = 1; i <= nshape; i++) { in ProcessEdgeInterferences()
78 Standard_Integer i,nshape = BDS.NbShapes(); in ProcessFaceInterferences() local
80 for (i = 1; i <= nshape; i++) { in ProcessFaceInterferences()
H A DTopOpeBRepDS_Check.cxx83 Standard_Integer i,nshape = DS.NbShapes(); in ChkIntg() local
84 for (i = 1; i <= nshape; i++) { in ChkIntg()
377 Standard_Integer i,nshape = DS.NbShapes(); in CheckEdgeParameter() local
379 for (i = 1; i <= nshape; i++) { in CheckEdgeParameter()
/dports/graphics/mahotas/mahotas-1.4.11/mahotas/
H A Dconvolve.py438 nshape = 2**(np.floor(np.log2(oshape))+c)
439 nshape = nshape.astype(int, copy=False)
440 delta = nshape - oshape
447 return nshape, position
476 nshape, position = _wavelet_center_compute(f.shape, border)
477 nimage = np.zeros(nshape, dtype=dtype)
509 nshape, position = _wavelet_center_compute(oshape, border)
/dports/math/octave-forge-geometry/geometry-4.0.0/inst/
H A DshapeCentroid.m141 %! nshape = transformShape (shape, T);
142 %! vn = shapeCentroid (nshape)(:);
149 %! nshape = transformShape (shape, T);
150 %! vn = shapeCentroid (nshape)(:);
156 %! nshape = transformShape (shape, -v);
157 %! vn = shapeCentroid (nshape)(:);
H A DtransformShape.m17 ## @deftypefn {Function File} {@var{nshape} = } transformShape (@var{shape}, @var{T})
35 function nshape = transformShape (shape, Trans)
64 nshape = cellfun (@(x)polytransform (x,A,v), shape, 'UniformOutput',false); variable
/dports/devel/py-pythran/pythran-0.11.0/pythran/pythonic/numpy/ndarray/
H A Dreshape.hpp49 auto nshape = sutils::sprod(new_shape); in reshape() local
51 if (n < nshape) { in reshape()
54 for (long i = 1; i < nshape / n; ++i) in reshape()
56 std::copy(out.fbegin(), out.fbegin() + nshape % n, iter); in reshape()
/dports/cad/sumo/sumo-1.2.0/tools/net/
H A Dxmledges_applyOffset.py43 nshape = []
46 nshape.append(
49 (key, saxutils.escape(" ".join(nshape))))
/dports/games/exult/exult-snapshot-v1.7.0.20211128/mapedit/
H A Dshapeedit.cc1043 if (nshape) { in on_shinfo_effhps_update_clicked()
1197 if (nshape) { in on_shinfo_brightness_update_clicked()
1312 if (nshape) { in on_shinfo_warmth_update_clicked()
1427 if (nshape) { in on_shinfo_cntrules_update_clicked()
1583 if (nshape) { in on_shinfo_frameflags_update_clicked()
1711 if (nshape) { in on_shinfo_frameusecode_update_clicked()
1919 if (nshape) { in on_shinfo_framenames_update_clicked()
2208 if (nshape) { in on_shinfo_objpaperdoll_update_clicked()
3016 if (nshape) { in init_shape_notebook()
3056 if (nshape) { in init_shape_notebook()
[all …]
/dports/graphics/djvulibre/djvulibre-3.5.28/libdjvu/
H A DJB2EncodeCodec.cpp362 int nshape = jim.get_shape_count(); in code() local
376 DJVU_PROGRESS_TASK(jb2code,"jb2 encode", nshape-firstshape); in code()
377 for (shapeno=firstshape; shapeno<nshape; shapeno++) in code()
415 int nshape = jim.get_shape_count(); in code() local
418 shape2lib.resize(0,nshape-1); in code()
419 for (i=firstshape; i<nshape; i++) in code()
/dports/cad/repsnapper/repsnapper-2.5a4/src/
H A Dmodel_slice.cpp332 for (uint nshape= 0; nshape < shapes.size(); nshape++) { in Slice() local
333 layers[0]->addShape(transforms[nshape], *shapes[nshape], 0, max_gradient, -1); in Slice()
442 for (uint nshape= 0; nshape < shapes.size(); nshape++) { in Slice() local
443 layer->addShape(transforms[nshape], *shapes[nshape], in Slice()
H A Dobjtree.cpp183 int nshape = (*iter)[m_cols->m_shape]; in update_shapenames() local
184 if (nobj >= 0 && nshape >= 0) { in update_shapenames()
187 (int)Objects[nobj]->shapes.size() > nshape) in update_shapenames()
188 Objects[nobj]->shapes[nshape]->filename = name; in update_shapenames()
/dports/cad/sumo/sumo-1.2.0/tools/district/
H A DdistrictMapper.py97 nshape = []
101 nshape.append((nx, ny))
102 self._districtShapes[district] = nshape
/dports/misc/mxnet/incubator-mxnet-1.9.0/example/speech_recognition/
H A Dstt_utils.py86 nshape = (fft_length, (len(x) - fft_length) // hop_length + 1)
88 x = as_strided(x, shape=nshape, strides=nstrides)
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/example/speech_recognition/
H A Dstt_utils.py86 nshape = (fft_length, (len(x) - fft_length) // hop_length + 1)
88 x = as_strided(x, shape=nshape, strides=nstrides)
/dports/misc/boxes/boxes-1.3/src/
H A Dparser.y618 shape_t nshape; /* next shape */ variable
623 nshape = findshape (c, SHAPES_PER_SIDE);
625 if (nshape == SHAPES_PER_SIDE)
628 c->height = c[nshape].height;
632 if (nshape == SHAPES_PER_SIDE)
635 c->width = c[nshape].width;
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DShape.cpp621 Shape* nshape = shape; in ReshapeForAllocKind() local
622 while (!nshape->isEmptyShape()) { in ReshapeForAllocKind()
623 ids[nshape->slot()].set(nshape->propid()); in ReshapeForAllocKind()
624 nshape = nshape->previous(); in ReshapeForAllocKind()
1117 StackShape nshape(oldShape); in replaceWithNewEquivalentShape() local
1118 newShape->initDictionaryShape(nshape, self->numFixedSlots(), oldShape->listp); in replaceWithNewEquivalentShape()
1581 Shape* nshape = shape; in insertInitialShape() local
1582 while (!nshape->isEmptyShape()) in insertInitialShape()
1583 nshape = nshape->previous(); in insertInitialShape()
1584 MOZ_ASSERT(nshape == entry.shape); in insertInitialShape()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DShape.cpp673 Shape* nshape = shape; in ReshapeForAllocKind() local
674 while (!nshape->isEmptyShape()) { in ReshapeForAllocKind()
675 ids[nshape->slot()].set(nshape->propid()); in ReshapeForAllocKind()
676 nshape = nshape->previous(); in ReshapeForAllocKind()
1189 StackShape nshape(oldShape); in replaceWithNewEquivalentShape() local
1190 newShape->initDictionaryShape(nshape, self->numFixedSlots(), oldShape->listp); in replaceWithNewEquivalentShape()
1686 Shape* nshape = shape; in insertInitialShape() local
1687 while (!nshape->isEmptyShape()) in insertInitialShape()
1688 nshape = nshape->previous(); in insertInitialShape()
1689 MOZ_ASSERT(nshape == entry.shape); in insertInitialShape()
/dports/math/py-Diofant/Diofant-0.13.0/diofant/tensor/array/
H A Ddense_ndim_array.py51 nshape = [len(el) for i, el in enumerate(sl_factors) if isinstance(index[i], slice)]
52 return type(self)(array, nshape)
H A Dsparse_ndim_array.py59 nshape = [len(el) for i, el in enumerate(sl_factors) if isinstance(index[i], slice)]
60 return type(self)(array, nshape)
/dports/math/py-sympy/sympy-1.9/sympy/tensor/array/
H A Ddense_ndim_array.py57 nshape = [len(el) for i, el in enumerate(sl_factors) if isinstance(index[i], slice)]
58 return type(self)(array, nshape)
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Dzzprsmet.c37 integer nshape; in zzprsmet_() local
396 nshape = 0; in zzprsmet_()
436 ++nshape; in zzprsmet_()
444 ++nshape; in zzprsmet_()
454 if (nshape != 1) { in zzprsmet_()
460 errint_("#", &nshape, (ftnlen)1); in zzprsmet_()
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Dzzprsmet.c37 integer nshape; in zzprsmet_() local
396 nshape = 0; in zzprsmet_()
436 ++nshape; in zzprsmet_()
444 ++nshape; in zzprsmet_()
454 if (nshape != 1) { in zzprsmet_()
460 errint_("#", &nshape, (ftnlen)1); in zzprsmet_()

12