Home
last modified time | relevance | path

Searched refs:shortP_setitem (Results 1 – 6 of 6) sorted by relevance

/dports/biology/viennarna/ViennaRNA-2.4.18/interfaces/Perl/
H A DRNA.pm797 *shortP_setitem = *RNAc::shortP_setitem;
H A DRNA_wrap.cpp2311 static void shortP_setitem(short *ary, size_t index, short value) { in shortP_setitem() function
11565 shortP_setitem(arg1,arg2,arg3); in XS()
/dports/biology/viennarna/ViennaRNA-2.4.18/interfaces/Python/
H A DRNA.py199 def shortP_setitem(ary, index, value): function
200 return _RNA.shortP_setitem(ary, index, value)
H A DRNA_wrap.cpp3519 static void shortP_setitem(short *ary, size_t index, short value) { in shortP_setitem() function
13934 shortP_setitem(arg1,arg2,arg3); in _wrap_shortP_setitem()
/dports/biology/viennarna/ViennaRNA-2.4.18/interfaces/Python3/
H A DRNA.py199 def shortP_setitem(ary: "short *", index: "size_t", value: "short") -> "void": function
200 return _RNA.shortP_setitem(ary, index, value)
H A DRNA_wrap.cpp3520 static void shortP_setitem(short *ary, size_t index, short value) { in shortP_setitem() function
14072 shortP_setitem(arg1,arg2,arg3); in _wrap_shortP_setitem()