Home
last modified time | relevance | path

Searched refs:nPaths (Results 1 – 25 of 125) sorted by relevance

12345

/dports/science/hdf5/hdf5-1.10.6/java/test/
H A DTestH5PL.java76 int nPaths; /* # paths from H5PLSize() */ in TestH5PLpaths() local
85 nPaths = H5.H5PLsize(); in TestH5PLpaths()
87 … assertTrue("# paths should be " + nTruePaths + " but was " + nPaths, nTruePaths == nPaths); in TestH5PLpaths()
97 nPaths = H5.H5PLsize(); in TestH5PLpaths()
99 … assertTrue("# paths should be " + nTruePaths + " but was " + nPaths, nTruePaths == nPaths); in TestH5PLpaths()
111 nPaths = H5.H5PLsize(); in TestH5PLpaths()
113 … assertTrue("# paths should be " + nTruePaths + " but was " + nPaths, nTruePaths == nPaths); in TestH5PLpaths()
123 nPaths = H5.H5PLsize(); in TestH5PLpaths()
124 … assertTrue("# paths should be " + nTruePaths + " but was " + nPaths, nTruePaths == nPaths); in TestH5PLpaths()
135 nPaths = H5.H5PLsize(); in TestH5PLpaths()
[all …]
/dports/games/zaz/zaz-1.0.1/src/
H A Dgame.cpp136 nPaths = level.paths.size() - 1; in Game()
139 for (int b = 0; b < nPaths; ++b) in Game()
179 ballPaths[nPaths] = 0; in Game()
263 for (int b = 0; b < nPaths; ++b) in ~Game()
413 for (int b = 0; b < nPaths; ++b) in Logic()
463 for (int p = 0; p < nPaths; ++p) in Logic()
498 for (int b = 0; b < nPaths; ++b) in Logic()
549 for (int p = 0; p < nPaths; ++p) in Logic()
574 for (int p = 0; p < nPaths; ++p) in Logic()
702 for (int b = 0; b < nPaths; ++b) in Render()
[all …]
/dports/x11/libX11/libX11-1.7.2/src/
H A DGetFPath.c52 if (rep.nPaths) { in XGetFontPath()
53 flist = Xmallocarray(rep.nPaths, sizeof (char *)); in XGetFontPath()
75 for (i = 0; i < rep.nPaths; i++) { in XGetFontPath()
/dports/science/cdk/cdk-cdk-2.3/descriptor/fingerprint/src/main/java/org/openscience/cdk/fingerprint/
H A DShortestPathWalker.java94 int nPaths = apsp.from(i).nPathsTo(j); in traverse() local
97 if (nPaths > 0 && nPaths < MAX_SHORTEST_PATHS) { in traverse()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/unix/native/common/awt/
H A Dfontpath.c194 int index, nPaths; in AddFontsToX11FontPath() local
216 origFontPath = XGetFontPath ( awt_display, &nPaths ); in AddFontsToX11FontPath()
218 totalDirCount = nPaths; in AddFontsToX11FontPath()
219 origNumPaths = nPaths; in AddFontsToX11FontPath()
261 if ( totalDirCount == nPaths ) { in AddFontsToX11FontPath()
276 for ( origIndex = 0; origIndex < nPaths; origIndex++ ) { in AddFontsToX11FontPath()
303 newFontPath[nPaths++] = onePath; in AddFontsToX11FontPath()
328 int i, pos, slen, nPaths, numDirs; in getX11FontPath() local
330 x11Path = XGetFontPath (awt_display, &nPaths); in getX11FontPath()
343 fontdirs = (char**)calloc(nPaths+1, sizeof(char*)); in getX11FontPath()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/unix/native/common/awt/
H A Dfontpath.c194 int index, nPaths; in AddFontsToX11FontPath() local
216 origFontPath = XGetFontPath ( awt_display, &nPaths ); in AddFontsToX11FontPath()
218 totalDirCount = nPaths; in AddFontsToX11FontPath()
219 origNumPaths = nPaths; in AddFontsToX11FontPath()
261 if ( totalDirCount == nPaths ) { in AddFontsToX11FontPath()
276 for ( origIndex = 0; origIndex < nPaths; origIndex++ ) { in AddFontsToX11FontPath()
303 newFontPath[nPaths++] = onePath; in AddFontsToX11FontPath()
328 int i, pos, slen, nPaths, numDirs; in getX11FontPath() local
330 x11Path = XGetFontPath (awt_display, &nPaths); in getX11FontPath()
343 fontdirs = (char**)calloc(nPaths+1, sizeof(char*)); in getX11FontPath()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/unix/native/common/awt/
H A Dfontpath.c194 int index, nPaths; in AddFontsToX11FontPath() local
216 origFontPath = XGetFontPath ( awt_display, &nPaths ); in AddFontsToX11FontPath()
218 totalDirCount = nPaths; in AddFontsToX11FontPath()
219 origNumPaths = nPaths; in AddFontsToX11FontPath()
261 if ( totalDirCount == nPaths ) { in AddFontsToX11FontPath()
276 for ( origIndex = 0; origIndex < nPaths; origIndex++ ) { in AddFontsToX11FontPath()
303 newFontPath[nPaths++] = onePath; in AddFontsToX11FontPath()
328 int i, pos, slen, nPaths, numDirs; in getX11FontPath() local
330 x11Path = XGetFontPath (awt_display, &nPaths); in getX11FontPath()
343 fontdirs = (char**)calloc(nPaths+1, sizeof(char*)); in getX11FontPath()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/unix/native/common/awt/
H A Dfontpath.c194 int index, nPaths; in AddFontsToX11FontPath() local
216 origFontPath = XGetFontPath ( awt_display, &nPaths ); in AddFontsToX11FontPath()
218 totalDirCount = nPaths; in AddFontsToX11FontPath()
219 origNumPaths = nPaths; in AddFontsToX11FontPath()
261 if ( totalDirCount == nPaths ) { in AddFontsToX11FontPath()
276 for ( origIndex = 0; origIndex < nPaths; origIndex++ ) { in AddFontsToX11FontPath()
303 newFontPath[nPaths++] = onePath; in AddFontsToX11FontPath()
328 int i, pos, slen, nPaths, numDirs; in getX11FontPath() local
330 x11Path = XGetFontPath (awt_display, &nPaths); in getX11FontPath()
343 fontdirs = (char**)calloc(nPaths+1, sizeof(char*)); in getX11FontPath()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/unix/native/common/awt/
H A Dfontpath.c141 int index, nPaths; in AddFontsToX11FontPath() local
163 origFontPath = XGetFontPath ( awt_display, &nPaths ); in AddFontsToX11FontPath()
165 totalDirCount = nPaths; in AddFontsToX11FontPath()
166 origNumPaths = nPaths; in AddFontsToX11FontPath()
208 if ( totalDirCount == nPaths ) { in AddFontsToX11FontPath()
223 for ( origIndex = 0; origIndex < nPaths; origIndex++ ) { in AddFontsToX11FontPath()
250 newFontPath[nPaths++] = onePath; in AddFontsToX11FontPath()
275 int i, pos, slen, nPaths, numDirs; in getX11FontPath() local
277 x11Path = XGetFontPath (awt_display, &nPaths); in getX11FontPath()
290 fontdirs = (char**)calloc(nPaths+1, sizeof(char*)); in getX11FontPath()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/unix/native/common/awt/
H A Dfontpath.c141 int index, nPaths; in AddFontsToX11FontPath() local
163 origFontPath = XGetFontPath ( awt_display, &nPaths ); in AddFontsToX11FontPath()
165 totalDirCount = nPaths; in AddFontsToX11FontPath()
166 origNumPaths = nPaths; in AddFontsToX11FontPath()
208 if ( totalDirCount == nPaths ) { in AddFontsToX11FontPath()
223 for ( origIndex = 0; origIndex < nPaths; origIndex++ ) { in AddFontsToX11FontPath()
250 newFontPath[nPaths++] = onePath; in AddFontsToX11FontPath()
275 int i, pos, slen, nPaths, numDirs; in getX11FontPath() local
277 x11Path = XGetFontPath (awt_display, &nPaths); in getX11FontPath()
290 fontdirs = (char**)calloc(nPaths+1, sizeof(char*)); in getX11FontPath()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/unix/native/common/awt/
H A Dfontpath.c194 int index, nPaths; in AddFontsToX11FontPath() local
216 origFontPath = XGetFontPath ( awt_display, &nPaths ); in AddFontsToX11FontPath()
218 totalDirCount = nPaths; in AddFontsToX11FontPath()
219 origNumPaths = nPaths; in AddFontsToX11FontPath()
261 if ( totalDirCount == nPaths ) { in AddFontsToX11FontPath()
276 for ( origIndex = 0; origIndex < nPaths; origIndex++ ) { in AddFontsToX11FontPath()
303 newFontPath[nPaths++] = onePath; in AddFontsToX11FontPath()
328 int i, pos, slen, nPaths, numDirs; in getX11FontPath() local
330 x11Path = XGetFontPath (awt_display, &nPaths); in getX11FontPath()
343 fontdirs = (char**)calloc(nPaths+1, sizeof(char*)); in getX11FontPath()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/solaris/native/sun/awt/
H A Dfontpath.c206 int index, nPaths; in AddFontsToX11FontPath() local
228 origFontPath = XGetFontPath ( awt_display, &nPaths ); in AddFontsToX11FontPath()
230 totalDirCount = nPaths; in AddFontsToX11FontPath()
231 origNumPaths = nPaths; in AddFontsToX11FontPath()
273 if ( totalDirCount == nPaths ) { in AddFontsToX11FontPath()
288 for ( origIndex = 0; origIndex < nPaths; origIndex++ ) { in AddFontsToX11FontPath()
309 newFontPath[nPaths++] = onePath; in AddFontsToX11FontPath()
334 int i, pos, slen, nPaths, numDirs; in getX11FontPath() local
336 x11Path = XGetFontPath (awt_display, &nPaths); in getX11FontPath()
349 fontdirs = (char**)calloc(nPaths+1, sizeof(char*)); in getX11FontPath()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/solaris/native/sun/awt/
H A Dfontpath.c206 int index, nPaths; in AddFontsToX11FontPath() local
228 origFontPath = XGetFontPath ( awt_display, &nPaths ); in AddFontsToX11FontPath()
230 totalDirCount = nPaths; in AddFontsToX11FontPath()
231 origNumPaths = nPaths; in AddFontsToX11FontPath()
273 if ( totalDirCount == nPaths ) { in AddFontsToX11FontPath()
288 for ( origIndex = 0; origIndex < nPaths; origIndex++ ) { in AddFontsToX11FontPath()
309 newFontPath[nPaths++] = onePath; in AddFontsToX11FontPath()
334 int i, pos, slen, nPaths, numDirs; in getX11FontPath() local
336 x11Path = XGetFontPath (awt_display, &nPaths); in getX11FontPath()
349 fontdirs = (char**)calloc(nPaths+1, sizeof(char*)); in getX11FontPath()
[all …]
/dports/finance/quantlib/QuantLib-1.20/ql/models/marketmodels/browniangenerators/
H A Dsobolbrowniangenerator.cpp172 const Size nPaths = variates.front().size(); in transform() local
175 retVal(factors_, std::vector<Real>(nPaths*steps_)); in transform()
177 for (Size j=0; j < nPaths; ++j) { in transform()
/dports/math/dune-uggrid/dune-uggrid-bc2d1229420367563410ce9e519f5ff82b45266f/dune/uggrid/low/
H A Dfileopen.cc119 INT nPaths; /* number of paths stored */ member
647 for (i=0; i<thePaths->nPaths; i++) in DirCreateUsingSearchPaths_r()
752 for (i=0; i<thePaths->nPaths; i++) in FileOpenUsingSearchPaths_r()
883 for (i=0; i<thePaths->nPaths; i++) in FileTypeUsingSearchPaths()
/dports/graphics/yafaray/libYafaRay-3.5.1/src/integrators/
H A Dpathtracer.cc38 nPaths = 64; in pathIntegrator_t()
60 …set << "RayDepth=" << rDepth << " npaths=" << nPaths << " bounces=" << maxBounces << " min_bounces… in preprocess()
180 int nSamples = std::max(1, nPaths/state.rayDivision); in integrate()
186 … unsigned int offs = nPaths * state.pixelSample + state.samplingOffs + i; // some redunancy here... in integrate()
401 inte->nPaths = path_samples; in factory()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/acb/
H A DacbUtil.c219 p->nPaths = Path; in Acb_NtkComputePathsD()
266 p->nPaths = Path; in Acb_NtkComputePathsR()
297 return p->nPaths; in Acb_NtkComputePaths()
324 int nPaths; in Acb_ObjUpdatePriority() local
333 nPaths = Acb_ObjPathD(p, iObj) * Acb_ObjPathR(p, iObj); in Acb_ObjUpdatePriority()
334 Acb_ObjSetCounts( p, iObj, (float)nPaths ); in Acb_ObjUpdatePriority()
340 else if ( nPaths ) in Acb_ObjUpdatePriority()
375 nPaths1 = p->nPaths; in Acb_NtkUpdateTiming()
379 nPaths2 = p->nPaths; in Acb_NtkUpdateTiming()
/dports/textproc/pdftohtml/pdftohtml-0.40a/splash/
H A DSplashClip.cc87 void SplashClip::grow(int nPaths) { in grow() argument
88 if (length + nPaths > size) { in grow()
92 while (size < length + nPaths) { in grow()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/axes/
H A DUnionPathIterator.java190 int nPaths = upi.m_exprs.length; in createUnionIterator() local
192 for(int i = 0; i < nPaths; i++) in createUnionIterator()
215 for(int i = 0; i < nPaths; i++) in createUnionIterator()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/axes/
H A DUnionPathIterator.java190 int nPaths = upi.m_exprs.length; in createUnionIterator() local
192 for(int i = 0; i < nPaths; i++) in createUnionIterator()
215 for(int i = 0; i < nPaths; i++) in createUnionIterator()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/axes/
H A DUnionPathIterator.java190 int nPaths = upi.m_exprs.length; in createUnionIterator() local
192 for(int i = 0; i < nPaths; i++) in createUnionIterator()
215 for(int i = 0; i < nPaths; i++) in createUnionIterator()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/axes/
H A DUnionPathIterator.java190 int nPaths = upi.m_exprs.length; in createUnionIterator() local
192 for(int i = 0; i < nPaths; i++) in createUnionIterator()
215 for(int i = 0; i < nPaths; i++) in createUnionIterator()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/axes/
H A DUnionPathIterator.java190 int nPaths = upi.m_exprs.length; in createUnionIterator() local
192 for(int i = 0; i < nPaths; i++) in createUnionIterator()
215 for(int i = 0; i < nPaths; i++) in createUnionIterator()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/axes/
H A DUnionPathIterator.java190 int nPaths = upi.m_exprs.length; in createUnionIterator() local
192 for(int i = 0; i < nPaths; i++) in createUnionIterator()
215 for(int i = 0; i < nPaths; i++) in createUnionIterator()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/axes/
H A DUnionPathIterator.java190 int nPaths = upi.m_exprs.length; in createUnionIterator() local
192 for(int i = 0; i < nPaths; i++) in createUnionIterator()
215 for(int i = 0; i < nPaths; i++) in createUnionIterator()

12345