/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/lapack-like/decomp/Schur/ |
H A D | CheckReal.hpp | 48 const Real nextSub = uSub.Get(j+1,0); in CheckRealSchur() local 49 if( thisSub != Real(0) && nextSub != Real(0) ) in CheckRealSchur() 52 ": subdiagonals were ",thisSub," and ",nextSub); in CheckRealSchur() 99 const Real nextSub = uSub_STAR_STAR.Get(j+1,0); in CheckRealSchur() local 100 if( thisSub != Real(0) && nextSub != Real(0) ) in CheckRealSchur() 103 ": subdiagonals were ",thisSub," and ",nextSub); in CheckRealSchur()
|
/dports/games/spring/spring_98.0/rts/Rendering/Textures/ |
H A D | LegacyAtlasAlloc.cpp | 62 std::list<int2> nextSub; in Allocate() local 71 if (nextSub.empty()) { in Allocate() 77 nextSub.clear(); in Allocate() 89 thisSub = nextSub; in Allocate() 90 nextSub.clear(); in Allocate() 116 …nextSub.push_back(int2(thisSub.front().x + TEXMARGIN, thisSub.front().y + curtex->size.y + TEXMARG… in Allocate()
|
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/DICOM/Core/ |
H A D | ctkDICOMIndexer.cpp | 208 while ((patientRecord = rootRecord->nextSub(patientRecord)) != NULL) in addDicomdir() 218 while ((studyRecord = patientRecord->nextSub(studyRecord)) != NULL) in addDicomdir() 229 while ((seriesRecord = studyRecord->nextSub(seriesRecord)) != NULL) in addDicomdir() 240 while ((fileRecord = seriesRecord->nextSub(fileRecord)) != NULL) in addDicomdir()
|
/dports/games/scummvm/scummvm-2.5.1/engines/cruise/ |
H A D | menu.cpp | 303 menuElementSubStruct *nextSub; in freeMenu() local 305 nextSub = pSub->pNext; in freeMenu() 309 pSub = nextSub; in freeMenu()
|
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/cruise/ |
H A D | menu.cpp | 321 menuElementSubStruct *nextSub; in freeMenu() local 323 nextSub = pSub->pNext; in freeMenu() 327 pSub = nextSub; in freeMenu()
|
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/tests/blas-like/ |
H A D | QuasiTrsm.cpp | 48 const F nextSub = dSub_STAR_STAR.Get(j+1,0); in MakeQuasiTriangular() local 49 if( thisSub != F(0) && nextSub != F(0) ) in MakeQuasiTriangular()
|
H A D | MultiShiftQuasiTrsm.cpp | 51 const F nextSub = dSub_STAR_STAR.Get(j+1,0); in MakeQuasiTriangular() local 52 if( thisSub != F(0) && nextSub != F(0) ) in MakeQuasiTriangular()
|
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libobjc/ |
H A D | class.c | 646 Class nextSub = (*subclass)->sibling_class; in class_pose_as() local 672 *subclass = nextSub; in class_pose_as()
|
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libobjc/ |
H A D | class.c | 646 Class nextSub = (*subclass)->sibling_class; in class_pose_as() local 672 *subclass = nextSub; in class_pose_as()
|
/dports/java/sablevm-classpath/sablevm-classpath-1.13/gnu/regexp/ |
H A D | RE.java | 285 …private RE(Object patternObj, int cflags, RESyntax syntax, int myIndex, int nextSub) throws REExce… in RE() argument 287 initialize(patternObj, cflags, syntax, myIndex, nextSub); in RE() 294 …tialize(Object patternObj, int cflags, RESyntax syntax, int myIndex, int nextSub) throws REExcepti… in initialize() argument 572 int useIndex = (pure || lookAhead) ? 0 : nextSub + numSubs; in initialize() 573 …ring.valueOf(pattern,index,endIndex-index).toCharArray(),cflags,syntax,useIndex,nextSub + numSubs); in initialize()
|
/dports/biology/bbmap/bbmap/current/stream/ |
H A D | MDWalker.java | 131 boolean nextSub(){
|
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmdata/include/dcmtk/dcmdata/ |
H A D | dcdirrec.h | 419 virtual DcmDirectoryRecord* nextSub(const DcmDirectoryRecord *dirRec);
|
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/java/util/regex/ |
H A D | RE.java | 350 int nextSub) throws REException in RE() argument 353 initialize (patternObj, cflags, syntax, myIndex, nextSub); in RE() 364 int myIndex, int nextSub) throws REException in initialize() argument 865 || independent) ? 0 : nextSub + numSubs; in initialize() 869 nextSub + numSubs); in initialize()
|
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/java/util/regex/ |
H A D | RE.java | 350 int nextSub) throws REException in RE() argument 353 initialize (patternObj, cflags, syntax, myIndex, nextSub); in RE() 364 int myIndex, int nextSub) throws REException in initialize() argument 865 || independent) ? 0 : nextSub + numSubs; in initialize() 869 nextSub + numSubs); in initialize()
|
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/java/util/regex/ |
H A D | RE.java | 350 int nextSub) throws REException in RE() argument 353 initialize (patternObj, cflags, syntax, myIndex, nextSub); in RE() 364 int myIndex, int nextSub) throws REException in initialize() argument 865 || independent) ? 0 : nextSub + numSubs; in initialize() 869 nextSub + numSubs); in initialize()
|
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/java/util/regex/ |
H A D | RE.java | 350 int nextSub) throws REException in RE() argument 353 initialize (patternObj, cflags, syntax, myIndex, nextSub); in RE() 364 int myIndex, int nextSub) throws REException in initialize() argument 865 || independent) ? 0 : nextSub + numSubs; in initialize() 869 nextSub + numSubs); in initialize()
|
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/java/util/regex/ |
H A D | RE.java | 350 int nextSub) throws REException in RE() argument 353 initialize (patternObj, cflags, syntax, myIndex, nextSub); in RE() 364 int myIndex, int nextSub) throws REException in initialize() argument 865 || independent) ? 0 : nextSub + numSubs; in initialize() 869 nextSub + numSubs); in initialize()
|
/dports/science/opsin/dan2097-opsin-9b25f7546b67/opsin-core/src/main/java/uk/ac/cam/ch/wwmm/opsin/ |
H A D | ComponentGenerator.java | 2247 Element nextSub = OpsinTools.getNextSibling(group.getParent()); in handleGroupIrregularities() local 2248 …if (nextSub !=null && nextSub.getName().equals(SUBSTITUENT_EL) && OpsinTools.getNextSibling(group)… in handleGroupIrregularities() 2250 List<Element> children = nextSub.getChildElements(); in handleGroupIrregularities() 2262 nextSub.detach(); in handleGroupIrregularities() 2320 Element nextSub = OpsinTools.getNextSibling(group.getParent()); in handleGroupIrregularities() local 2321 …if (nextSub !=null && nextSub.getName().equals(SUBSTITUENT_EL) && OpsinTools.getNextSibling(group)… in handleGroupIrregularities() 2322 List<Element> children = nextSub.getChildElements(); in handleGroupIrregularities() 2334 nextSub.detach(); in handleGroupIrregularities()
|
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/agos/ |
H A D | script.cpp | 1033 Child *nextSub(Child *sub, int16 key) { in nextSub() function 1047 c = (SubChain *)nextSub((Child *)c, kChainType); in synchChain()
|
/dports/games/scummvm/scummvm-2.5.1/engines/agos/ |
H A D | script.cpp | 1033 Child *nextSub(Child *sub, int16 key) { in nextSub() function 1047 c = (SubChain *)nextSub((Child *)c, kChainType); in synchChain()
|
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmdata/libsrc/ |
H A D | dcddirif.cc | 928 while (!found && ((record = parent->nextSub(record)) != NULL)) in insertWithISCriterion() 3029 while (!found && ((record = parent->nextSub(record)) != NULL)) in findExistingRecord() 4779 while ((record = parent->nextSub(record)) != NULL) in inventMissingAttributes() 4801 while ((record = parent->nextSub(record)) != NULL) in inventMissingStudyLevelAttributes() 4818 while ((record = parent->nextSub(record)) != NULL) in inventMissingSeriesLevelAttributes() 4835 while ((record = parent->nextSub(record)) != NULL) in inventMissingInstanceLevelAttributes()
|
H A D | dcdirrec.cc | 1533 DcmDirectoryRecord *DcmDirectoryRecord::nextSub(const DcmDirectoryRecord *dirRec) in nextSub() function in DcmDirectoryRecord
|
/dports/games/quakeforge/quakeforge-0.7.2/libs/ruamoko/ |
H A D | rua_obj.c | 1252 pointer_t nextSub = sub->sibling_class; in rua_class_pose_as() local 1261 *subclass = nextSub; in rua_class_pose_as()
|
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/docs/ |
H A D | CHANGES.353 | 3940 - Added two new methods insertSubAtCurrentPos() and nextSub() which allow for
|