Home
last modified time | relevance | path

Searched refs:Ccode (Results 1 – 25 of 37) sorted by path

12

/dports/biology/mothur/mothur-1.46.1/source/chimera/
H A Dccode.cpp15 Ccode::Ccode(string filename, string temp, bool f, string mask, int win, int numW, string o) : Moth… in Ccode() function in Ccode
45 Ccode::~Ccode() { in ~Ccode()
139 int Ccode::getChimeras(Sequence* query) { in getChimeras()
250 void Ccode::trimSequences(Sequence* query) { in trimSequences()
351 vector<int> Ccode::findWindows() { in findWindows()
386 int Ccode::getDiff(string seqA, string seqB) { in getDiff()
711 void Ccode::findVarianceRef() { in findVarianceRef()
737 void Ccode::findVarianceQuery() { in findVarianceQuery()
762 void Ccode::determineChimeras() { in determineChimeras()
824 float Ccode::getT(int numseq) { in getT()
[all …]
H A Dccode.h24 class Ccode : public MothurChimera {
27Ccode(string, string, bool, string, int, int, string); //fasta, template, filter, mask, window, nu…
28 ~Ccode();
/dports/biology/mothur/mothur-1.46.1/source/commands/
H A Dchimeraccodecommand.cpp198 …MothurChimera* chimera = new Ccode(fastafile, templatefile, filter, maskfile, window, numwanted, o… in driver()
/dports/cad/netgen-lvs/netgen-1.5.211/base/
H A Dccode.c85 void Ccode(char *name, char *filename) in Ccode() function
H A Dnetgen.h186 extern void Ccode(char *name, char *filename);
H A Dquery.c1048 Ccode(repstr,""); in Query()
H A Dxnetgen.c187 Ccode(get_cell(), NULL); in write_ccode()
/dports/cad/netgen-lvs/netgen-1.5.211/doc/
H A Dnetgen.doc481 void Ccode(char *cellname, char *filename);
/dports/cad/netgen-lvs/netgen-1.5.211/tcltk/
H A Dtclnetgen.c994 Ccode(repstr,""); in _netgen_writenet()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dcstand.adb449 Ccode : Char_Code; variable
1061 Ccode := 16#00#;
1099 Ccode := Ccode + 1;
1101 if Ccode = 16#20# then
1102 Ccode := 16#21#;
1103 elsif Ccode = 16#27# then
1104 Ccode := 16#3A#;
1105 elsif Ccode = 16#3C# then
1106 Ccode := 16#3F#;
1107 elsif Ccode = 16#41# then
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/
H A Dcstand.adb449 Ccode : Char_Code; variable
1061 Ccode := 16#00#;
1099 Ccode := Ccode + 1;
1101 if Ccode = 16#20# then
1102 Ccode := 16#21#;
1103 elsif Ccode = 16#27# then
1104 Ccode := 16#3A#;
1105 elsif Ccode = 16#3C# then
1106 Ccode := 16#3F#;
1107 elsif Ccode = 16#41# then
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Dcstand.adb437 Ccode : Char_Code; variable
1054 Ccode := 16#00#;
1092 Ccode := Ccode + 1;
1094 if Ccode = 16#20# then
1095 Ccode := 16#21#;
1096 elsif Ccode = 16#27# then
1097 Ccode := 16#3A#;
1098 elsif Ccode = 16#3C# then
1099 Ccode := 16#3F#;
1100 elsif Ccode = 16#41# then
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/
H A Dcstand.adb449 Ccode : Char_Code; variable
1060 Ccode := 16#00#;
1098 Ccode := Ccode + 1;
1100 if Ccode = 16#20# then
1101 Ccode := 16#21#;
1102 elsif Ccode = 16#27# then
1103 Ccode := 16#3A#;
1104 elsif Ccode = 16#3C# then
1105 Ccode := 16#3F#;
1106 elsif Ccode = 16#41# then
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Dcstand.adb390 Ccode : Char_Code; variable
1000 Ccode := 16#00#;
1038 Ccode := Ccode + 1;
1040 if Ccode = 16#20# then
1041 Ccode := 16#21#;
1042 elsif Ccode = 16#27# then
1043 Ccode := 16#3A#;
1044 elsif Ccode = 16#3C# then
1045 Ccode := 16#3F#;
1046 elsif Ccode = 16#41# then
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dcstand.adb449 Ccode : Char_Code; variable
1061 Ccode := 16#00#;
1099 Ccode := Ccode + 1;
1101 if Ccode = 16#20# then
1102 Ccode := 16#21#;
1103 elsif Ccode = 16#27# then
1104 Ccode := 16#3A#;
1105 elsif Ccode = 16#3C# then
1106 Ccode := 16#3F#;
1107 elsif Ccode = 16#41# then
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/
H A Dcstand.adb449 Ccode : Char_Code; variable
1061 Ccode := 16#00#;
1099 Ccode := Ccode + 1;
1101 if Ccode = 16#20# then
1102 Ccode := 16#21#;
1103 elsif Ccode = 16#27# then
1104 Ccode := 16#3A#;
1105 elsif Ccode = 16#3C# then
1106 Ccode := 16#3F#;
1107 elsif Ccode = 16#41# then
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dcstand.adb449 Ccode : Char_Code; variable
1061 Ccode := 16#00#;
1099 Ccode := Ccode + 1;
1101 if Ccode = 16#20# then
1102 Ccode := 16#21#;
1103 elsif Ccode = 16#27# then
1104 Ccode := 16#3A#;
1105 elsif Ccode = 16#3C# then
1106 Ccode := 16#3F#;
1107 elsif Ccode = 16#41# then
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dcstand.adb271 Ccode : Char_Code; variable
684 Ccode := 16#00#;
722 Ccode := Ccode + 1;
724 if Ccode = 16#20# then
725 Ccode := 16#21#;
726 elsif Ccode = 16#27# then
727 Ccode := 16#3A#;
728 elsif Ccode = 16#3C# then
729 Ccode := 16#3F#;
730 elsif Ccode = 16#41# then
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dcstand.adb271 Ccode : Char_Code; variable
684 Ccode := 16#00#;
722 Ccode := Ccode + 1;
724 if Ccode = 16#20# then
725 Ccode := 16#21#;
726 elsif Ccode = 16#27# then
727 Ccode := 16#3A#;
728 elsif Ccode = 16#3C# then
729 Ccode := 16#3F#;
730 elsif Ccode = 16#41# then
[all …]
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Dzimbu.vim10 syn include @Ccode syntax/c.vim
122 syn region zimbuCregion matchgroup=zimbuCblock start="^>>>" end="^<<<.*" contains=@Ccode,zimbuUses,…
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Dzimbu.vim10 syn include @Ccode syntax/c.vim
122 syn region zimbuCregion matchgroup=zimbuCblock start="^>>>" end="^<<<.*" contains=@Ccode,zimbuUses,…
/dports/graphics/gmt/gmt-6.3.0/test/gmtregress/
H A Drls_on_rma.sh16 gmt psxy model.txt -i0,1,6 -Ccode.cpt -R -J -O -Sc0.25c -K >> $ps
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/
H A Dcstand.adb449 Ccode : Char_Code; variable
1060 Ccode := 16#00#;
1098 Ccode := Ccode + 1;
1100 if Ccode = 16#20# then
1101 Ccode := 16#21#;
1102 elsif Ccode = 16#27# then
1103 Ccode := 16#3A#;
1104 elsif Ccode = 16#3C# then
1105 Ccode := 16#3F#;
1106 elsif Ccode = 16#41# then
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/
H A Dcstand.adb449 Ccode : Char_Code; variable
1060 Ccode := 16#00#;
1098 Ccode := Ccode + 1;
1100 if Ccode = 16#20# then
1101 Ccode := 16#21#;
1102 elsif Ccode = 16#27# then
1103 Ccode := 16#3A#;
1104 elsif Ccode = 16#3C# then
1105 Ccode := 16#3F#;
1106 elsif Ccode = 16#41# then
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/
H A Dcstand.adb437 Ccode : Char_Code; variable
1054 Ccode := 16#00#;
1092 Ccode := Ccode + 1;
1094 if Ccode = 16#20# then
1095 Ccode := 16#21#;
1096 elsif Ccode = 16#27# then
1097 Ccode := 16#3A#;
1098 elsif Ccode = 16#3C# then
1099 Ccode := 16#3F#;
1100 elsif Ccode = 16#41# then
[all …]

12