Searched refs:copy_arr (Results 1 – 13 of 13) sorted by relevance
/dports/biology/viennarna/ViennaRNA-2.4.18/src/RNAlocmin/ |
H A D | move_set_inside.c | 149 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 D | RNAlocmin.cpp | 128 copy_arr(input.structure, str.str); in move_set() 142 copy_arr(input.structure, neigh.pt); in move_set()
|
H A D | move_set_inside.h | 17 void copy_arr(short *dest, short *src); /*just copy*/
|
H A D | flood.cpp | 35 copy_arr(dest->structure, src->structure); in copy_se()
|
H A D | pknots.cpp | 921 copy_arr(str, second.str); in operator =()
|
/dports/biology/viennarna/ViennaRNA-2.4.18/src/ViennaRNA/ |
H A D | move_set.c | 157 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 D | move_set.h | 19 void copy_arr(short *dest, short *src); /*just copy*/
|
/dports/biology/viennarna/ViennaRNA-2.4.18/interfaces/ |
H A D | utils.i | 129 %ignore copy_arr;
|
/dports/devel/gnuelf-legacy/libelf-0.8.13/lib/ |
H A D | 32.xlatetof.c | 122 #define copy_arr(e,io,mb) \ 144 seq(copy_arr(e,io,e_ident), \ in gelf_msize()
|
H A D | 64.xlatetof.c | 126 #define copy_arr(e,io,mb) \ 150 seq(copy_arr(e,io,e_ident), \
|
/dports/devel/libelf/libelf-0.8.13/lib/ |
H A D | 32.xlatetof.c | 122 #define copy_arr(e,io,mb) \ macro 144 seq(copy_arr(e,io,e_ident), \
|
H A D | 64.xlatetof.c | 126 #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 D | hrtf.cpp | 364 auto copy_arr = [](const double2 &in) noexcept -> float2 in build() local 367 copy_arr); in build()
|