Home
last modified time | relevance | path

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

/dports/biology/viennarna/ViennaRNA-2.4.18/src/RNAlocmin/
H A Dmove_set_inside.c149 copy_arr(short *dest, short *src){ in copy_arr() function
160 copy_arr(res, src); in allocopy()
237 copy_arr(min->structure, str->structure); in update_deepest()
587 copy_arr(str->structure, min.structure); in move_set()
691 copy_arr(str->structure, min.structure); in move_rset()
814 copy_arr(ptable, str.structure); in move_gradient()
868 copy_arr(ptable, str.structure); in move_first()
926 copy_arr(ptable, str.structure); in move_adaptive()
1004 copy_arr(ptable, str.structure); in browse_neighs_pt()
H A DRNAlocmin.cpp128 copy_arr(input.structure, str.str); in move_set()
142 copy_arr(input.structure, neigh.pt); in move_set()
H A Dmove_set_inside.h17 void copy_arr(short *dest, short *src); /*just copy*/
H A Dflood.cpp35 copy_arr(dest->structure, src->structure); in copy_se()
H A Dpknots.cpp921 copy_arr(str, second.str); in operator =()
/dports/biology/viennarna/ViennaRNA-2.4.18/src/ViennaRNA/
H A Dmove_set.c157 copy_arr(short *dest, short *src){ in copy_arr() function
168 copy_arr(res, src); in allocopy()
246 copy_arr(min->structure, str->structure); in update_deepest()
606 copy_arr(str->structure, min.structure); in move_set()
716 copy_arr(str->structure, min.structure); in move_rset()
846 copy_arr(ptable, str.structure); in move_gradient()
902 copy_arr(ptable, str.structure); in move_first()
962 copy_arr(ptable, str.structure); in move_adaptive()
1042 copy_arr(ptable, str.structure); in browse_neighs_pt()
H A Dmove_set.h19 void copy_arr(short *dest, short *src); /*just copy*/
/dports/biology/viennarna/ViennaRNA-2.4.18/interfaces/
H A Dutils.i129 %ignore copy_arr;
/dports/devel/gnuelf-legacy/libelf-0.8.13/lib/
H A D32.xlatetof.c122 #define copy_arr(e,io,mb) \
144 seq(copy_arr(e,io,e_ident), \ in gelf_msize()
H A D64.xlatetof.c126 #define copy_arr(e,io,mb) \
150 seq(copy_arr(e,io,e_ident), \
/dports/devel/libelf/libelf-0.8.13/lib/
H A D32.xlatetof.c122 #define copy_arr(e,io,mb) \ macro
144 seq(copy_arr(e,io,e_ident), \
H A D64.xlatetof.c126 #define copy_arr(e,io,mb) \ macro
150 seq(copy_arr(e,io,e_ident), \
/dports/audio/openal-soft/openal-soft-1.21.1/alc/
H A Dhrtf.cpp364 auto copy_arr = [](const double2 &in) noexcept -> float2 in build() local
367 copy_arr); in build()