Home
last modified time | relevance | path

Searched refs:currShape (Results 1 – 13 of 13) sorted by relevance

/dports/biology/seqan-apps/seqan-seqan-v2.4.0/apps/razers/
H A DparamChooser.h798 numGaps(TShape & currShape) in numGaps() argument
803 while (j < length(currShape)) in numGaps()
805 if (currShape[j] == '0') in numGaps()
861 CharString currShape = records[i].shape; in pickGappedParams() local
876 if (currShape[pos] == '1') in pickGappedParams()
903 shapes[weight - 1] = currShape; in pickGappedParams()
913 shapes[weight - 1] = currShape; in pickGappedParams()
987 CharString currShape; in parseGappedParams() local
1000 readShape(currShape, reader); in parseGappedParams()
1028 if (currShape[pos] == '1') in parseGappedParams()
[all …]
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/apps/razers3/
H A DparamChooser.h799 numGaps(TShape & currShape) in numGaps() argument
804 while (j < length(currShape)) in numGaps()
806 if (currShape[j] == '0') in numGaps()
862 CharString currShape = records[i].shape; in pickGappedParams() local
877 if (currShape[pos] == '1') in pickGappedParams()
904 shapes[weight - 1] = currShape; in pickGappedParams()
914 shapes[weight - 1] = currShape; in pickGappedParams()
988 CharString currShape; in parseGappedParams() local
1001 readShape(currShape, reader); in parseGappedParams()
1029 if (currShape[pos] == '1') in parseGappedParams()
[all …]
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/apps/splazers/
H A DparamChooser.h763 numGaps(TShape & currShape) in numGaps() argument
768 while(j<length(currShape)) in numGaps()
770 if (currShape[j]=='0') in numGaps()
824 CharString currShape; in parseGappedParams() local
837 readShape(currShape, reader); in parseGappedParams()
838 …pm_options.chooseUngappedOnly && numGaps(currShape) > 0) || (pm_options.chooseOneGappedOnly && num… in parseGappedParams()
864 for (unsigned pos = 0; pos < length(currShape); ++pos) in parseGappedParams()
865 if (currShape[pos] == '1') in parseGappedParams()
885 if (undecided && length(shapes[weight - 1]) > length(currShape)) in parseGappedParams()
900 shapes[weight - 1] = currShape; in parseGappedParams()
[all …]
/dports/biology/seqan1/seqan-1.3.1/apps/razers/
H A DparamChooser.h840 numGaps(TShape & currShape) in numGaps() argument
845 while(j<length(currShape)) in numGaps()
847 if (currShape[j]=='0') in numGaps()
908 CharString currShape; in parseGappedParams() local
909 _parse_readShape(file, c, currShape); in parseGappedParams()
910 …(pm_options.chooseUngappedOnly && numGaps(currShape)>0) || (pm_options.chooseOneGappedOnly && numG… in parseGappedParams()
928 for(unsigned pos = 0; pos < length(currShape) ; ++pos) in parseGappedParams()
929 if(currShape[pos] == '1') in parseGappedParams()
949 if(undecided && length(shapes[weight-1]) > length(currShape)) in parseGappedParams()
963 shapes[weight-1] = currShape; in parseGappedParams()
[all …]
/dports/biology/seqan1/seqan-1.3.1/apps/razers2/
H A DparamChooser.h839 numGaps(TShape & currShape) in numGaps() argument
844 while(j<length(currShape)) in numGaps()
846 if (currShape[j]=='0') in numGaps()
907 CharString currShape; in parseGappedParams() local
908 _parse_readShape(file, c, currShape); in parseGappedParams()
909 …(pm_options.chooseUngappedOnly && numGaps(currShape)>0) || (pm_options.chooseOneGappedOnly && numG… in parseGappedParams()
927 for(unsigned pos = 0; pos < length(currShape) ; ++pos) in parseGappedParams()
928 if(currShape[pos] == '1') in parseGappedParams()
948 if(undecided && length(shapes[weight-1]) > length(currShape)) in parseGappedParams()
962 shapes[weight-1] = currShape; in parseGappedParams()
[all …]
/dports/biology/seqan1/seqan-1.3.1/apps/splazers/
H A DparamChooser.h840 numGaps(TShape & currShape) in numGaps() argument
845 while(j<length(currShape)) in numGaps()
847 if (currShape[j]=='0') in numGaps()
908 CharString currShape; in parseGappedParams() local
909 _parse_readShape(file, c, currShape); in parseGappedParams()
910 …(pm_options.chooseUngappedOnly && numGaps(currShape)>0) || (pm_options.chooseOneGappedOnly && numG… in parseGappedParams()
928 for(unsigned pos = 0; pos < length(currShape) ; ++pos) in parseGappedParams()
929 if(currShape[pos] == '1') in parseGappedParams()
949 if(undecided && length(shapes[weight-1]) > length(currShape)) in parseGappedParams()
963 shapes[weight-1] = currShape; in parseGappedParams()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/kyra/resource/
H A Dstaticres.cpp881 int currShape; in loadSpecialEffectShapes() local
882 for (currShape = 173; currShape < 183; currShape++) in loadSpecialEffectShapes()
883 _shapes[currShape] = _screen->encodeShape((currShape - 173) * 24, 0, 24, 24, 1); in loadSpecialEffectShapes()
885 for (currShape = 183; currShape < 190; currShape++) in loadSpecialEffectShapes()
886 _shapes[currShape] = _screen->encodeShape((currShape - 183) * 24, 24, 24, 24, 1); in loadSpecialEffectShapes()
888 for (currShape = 190; currShape < 201; currShape++) in loadSpecialEffectShapes()
889 _shapes[currShape] = _screen->encodeShape((currShape - 190) * 24, 48, 24, 24, 1); in loadSpecialEffectShapes()
891 for (currShape = 201; currShape < 206; currShape++) in loadSpecialEffectShapes()
892 _shapes[currShape] = _screen->encodeShape((currShape - 201) * 16, 106, 16, 16, 1); in loadSpecialEffectShapes()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/kyra/resource/
H A Dstaticres.cpp877 int currShape; in loadSpecialEffectShapes() local
878 for (currShape = 173; currShape < 183; currShape++) in loadSpecialEffectShapes()
879 _shapes[currShape] = _screen->encodeShape((currShape - 173) * 24, 0, 24, 24, 1); in loadSpecialEffectShapes()
881 for (currShape = 183; currShape < 190; currShape++) in loadSpecialEffectShapes()
882 _shapes[currShape] = _screen->encodeShape((currShape - 183) * 24, 24, 24, 24, 1); in loadSpecialEffectShapes()
884 for (currShape = 190; currShape < 201; currShape++) in loadSpecialEffectShapes()
885 _shapes[currShape] = _screen->encodeShape((currShape - 190) * 24, 48, 24, 24, 1); in loadSpecialEffectShapes()
887 for (currShape = 201; currShape < 206; currShape++) in loadSpecialEffectShapes()
888 _shapes[currShape] = _screen->encodeShape((currShape - 201) * 16, 106, 16, 16, 1); in loadSpecialEffectShapes()
/dports/misc/adios2/ADIOS2-2.7.1/source/adios2/toolkit/query/
H A DBlockIndex.h43 adios2::Dims currShape = m_Var.Shape(); in RunBP4Stat() local
44 if (!query.IsSelectionValid(currShape)) in RunBP4Stat()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/test/lib/Dialect/Test/
H A DTestDialect.cpp836 auto currShape = llvm::to_vector<4>(llvm::map_range( in reifyReturnTypeShapes() local
843 getLoc(), builder.getIndexType(), currShape)); in reifyReturnTypeShapes()
853 auto currShape = llvm::to_vector<4>(llvm::map_range( in reifyResultShapes() local
859 shapes.emplace_back(std::move(currShape)); in reifyResultShapes()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/test/lib/Dialect/Test/
H A DTestDialect.cpp814 auto currShape = llvm::to_vector<4>(llvm::map_range( in reifyReturnTypeShapes() local
821 getLoc(), builder.getIndexType(), currShape)); in reifyReturnTypeShapes()
831 auto currShape = llvm::to_vector<4>(llvm::map_range( in reifyResultShapes() local
837 shapes.emplace_back(std::move(currShape)); in reifyResultShapes()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/test/lib/Dialect/Test/
H A DTestDialect.cpp814 auto currShape = llvm::to_vector<4>(llvm::map_range( in reifyReturnTypeShapes() local
821 getLoc(), builder.getIndexType(), currShape)); in reifyReturnTypeShapes()
831 auto currShape = llvm::to_vector<4>(llvm::map_range( in reifyResultShapes() local
837 shapes.emplace_back(std::move(currShape)); in reifyResultShapes()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/test/lib/Dialect/Test/
H A DTestDialect.cpp814 auto currShape = llvm::to_vector<4>(llvm::map_range( in reifyReturnTypeShapes() local
821 getLoc(), builder.getIndexType(), currShape)); in reifyReturnTypeShapes()
831 auto currShape = llvm::to_vector<4>(llvm::map_range( in reifyResultShapes() local
837 shapes.emplace_back(std::move(currShape)); in reifyResultShapes()