Home
last modified time | relevance | path

Searched refs:fix_pos (Results 1 – 25 of 61) sorted by relevance

123

/dports/games/valyriatear/ValyriaTear-1.1.0/data/boot_menu/
H A Dboot.lua119 function fix_pos(position) function
132 x_positions1[i] = fix_pos(x_positions1[i]) - 0.025 * time_expired;
136 x_positions2[i] = fix_pos(x_positions2[i]) - 0.05 * time_expired;
140 x_positions3[i] = fix_pos(x_positions3[i]) - 0.075 * time_expired;
144 x_positions4[i] = fix_pos(x_positions4[i]) - 0.1 * time_expired;
148 x_positions5[i] = fix_pos(x_positions5[i]) - 0.125 * time_expired;
152 x_positions6[i] = fix_pos(x_positions6[i]) - 0.15 * time_expired;
/dports/biology/mapm3/mapm3-3.0_1/quant/
H A Dqseq.c113 unarray(p->fix_pos,real);
326 me->fix_pos= NULL; me->contig=NULL;
363 p->isa.interval.fix_pos=DONT_FIX;
496 array(p->fix_pos,i,real);
504 p->fix_pos[i]=q->isa.interval.fix_pos;
514 p->fix_pos[i]=DONT_FIX;
607 real fix_pos; local
618 else fix_pos=p->fix_pos[j];
1005 real *fix_pos;
1018 ++*right; *fix_pos=0.0;
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Derase_fn_imps.hpp144 const size_type fix_pos = it.m_p_e - m_a_entries; in erase() local
151 _GLIBCXX_DEBUG_ASSERT(fix_pos <= m_size); in erase()
153 if (fix_pos != m_size) in erase()
154 fix(m_a_entries + fix_pos); in erase()
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Derase_fn_imps.hpp142 const size_type fix_pos = it.m_p_e - m_a_entries; in erase() local
149 _GLIBCXX_DEBUG_ASSERT(fix_pos <= m_size); in erase()
151 if (fix_pos != m_size) in erase()
152 fix(m_a_entries + fix_pos); in erase()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Derase_fn_imps.hpp142 const size_type fix_pos = it.m_p_e - m_a_entries; in erase() local
149 _GLIBCXX_DEBUG_ASSERT(fix_pos <= m_size); in erase()
151 if (fix_pos != m_size) in erase()
152 fix(m_a_entries + fix_pos); in erase()
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Derase_fn_imps.hpp142 const size_type fix_pos = it.m_p_e - m_a_entries; in erase() local
149 _GLIBCXX_DEBUG_ASSERT(fix_pos <= m_size); in erase()
151 if (fix_pos != m_size) in erase()
152 fix(m_a_entries + fix_pos); in erase()
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Derase_fn_imps.hpp144 const size_type fix_pos = it.m_p_e - m_a_entries; in erase() local
151 _GLIBCXX_DEBUG_ASSERT(fix_pos <= m_size); in erase()
153 if (fix_pos != m_size) in erase()
154 fix(m_a_entries + fix_pos); in erase()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Derase_fn_imps.hpp144 const size_type fix_pos = it.m_p_e - m_a_entries; in erase() local
151 _GLIBCXX_DEBUG_ASSERT(fix_pos <= m_size); in erase()
153 if (fix_pos != m_size) in erase()
154 fix(m_a_entries + fix_pos); in erase()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Derase_fn_imps.hpp144 const size_type fix_pos = it.m_p_e - m_a_entries; in erase() local
151 _GLIBCXX_DEBUG_ASSERT(fix_pos <= m_size); in erase()
153 if (fix_pos != m_size) in erase()
154 fix(m_a_entries + fix_pos); in erase()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Derase_fn_imps.hpp142 const size_type fix_pos = it.m_p_e - m_a_entries; in erase() local
149 _GLIBCXX_DEBUG_ASSERT(fix_pos <= m_size); in erase()
151 if (fix_pos != m_size) in erase()
152 fix(m_a_entries + fix_pos); in erase()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Derase_fn_imps.hpp144 const size_type fix_pos = it.m_p_e - m_a_entries; in erase() local
151 _GLIBCXX_DEBUG_ASSERT(fix_pos <= m_size); in erase()
153 if (fix_pos != m_size) in erase()
154 fix(m_a_entries + fix_pos); in erase()
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Derase_fn_imps.hpp142 const size_type fix_pos = it.m_p_e - m_a_entries; in erase() local
149 _GLIBCXX_DEBUG_ASSERT(fix_pos <= m_size); in erase()
151 if (fix_pos != m_size) in erase()
152 fix(m_a_entries + fix_pos); in erase()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Derase_fn_imps.hpp142 const size_type fix_pos = it.m_p_e - m_a_entries; in erase() local
149 _GLIBCXX_DEBUG_ASSERT(fix_pos <= m_size); in erase()
151 if (fix_pos != m_size) in erase()
152 fix(m_a_entries + fix_pos); in erase()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Derase_fn_imps.hpp142 const size_type fix_pos = it.m_p_e - m_a_entries; in erase() local
149 _GLIBCXX_DEBUG_ASSERT(fix_pos <= m_size); in erase()
151 if (fix_pos != m_size) in erase()
152 fix(m_a_entries + fix_pos); in erase()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Derase_fn_imps.hpp142 const size_type fix_pos = it.m_p_e - m_a_entries; in erase() local
149 _GLIBCXX_DEBUG_ASSERT(fix_pos <= m_size); in erase()
151 if (fix_pos != m_size) in erase()
152 fix(m_a_entries + fix_pos); in erase()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Derase_fn_imps.hpp144 const size_type fix_pos = it.m_p_e - m_a_entries; in erase() local
151 _GLIBCXX_DEBUG_ASSERT(fix_pos <= m_size); in erase()
153 if (fix_pos != m_size) in erase()
154 fix(m_a_entries + fix_pos); in erase()
/dports/lang/gcc6-aux/gcc-6-20180516/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Derase_fn_imps.hpp142 const size_type fix_pos = it.m_p_e - m_a_entries; in erase() local
149 _GLIBCXX_DEBUG_ASSERT(fix_pos <= m_size); in erase()
151 if (fix_pos != m_size) in erase()
152 fix(m_a_entries + fix_pos); in erase()
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Derase_fn_imps.hpp142 const size_type fix_pos = it.m_p_e - m_a_entries; in erase() local
149 _GLIBCXX_DEBUG_ASSERT(fix_pos <= m_size); in erase()
151 if (fix_pos != m_size) in erase()
152 fix(m_a_entries + fix_pos); in erase()
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Derase_fn_imps.hpp144 const size_type fix_pos = it.m_p_e - m_a_entries; in erase() local
151 _GLIBCXX_DEBUG_ASSERT(fix_pos <= m_size); in erase()
153 if (fix_pos != m_size) in erase()
154 fix(m_a_entries + fix_pos); in erase()
/dports/lang/gcc9-aux/bootstrap/include/c++/9.1.0/ext/pb_ds/detail/binary_heap_/
H A Derase_fn_imps.hpp142 const size_type fix_pos = it.m_p_e - m_a_entries; in erase() local
149 _GLIBCXX_DEBUG_ASSERT(fix_pos <= m_size); in erase()
151 if (fix_pos != m_size) in erase()
152 fix(m_a_entries + fix_pos); in erase()
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Derase_fn_imps.hpp142 const size_type fix_pos = it.m_p_e - m_a_entries; in erase() local
149 _GLIBCXX_DEBUG_ASSERT(fix_pos <= m_size); in erase()
151 if (fix_pos != m_size) in erase()
152 fix(m_a_entries + fix_pos); in erase()
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Derase_fn_imps.hpp142 const size_type fix_pos = it.m_p_e - m_a_entries; in erase() local
149 _GLIBCXX_DEBUG_ASSERT(fix_pos <= m_size); in erase()
151 if (fix_pos != m_size) in erase()
152 fix(m_a_entries + fix_pos); in erase()
/dports/devel/mingw32-gcc/gcc-4.8.1/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Derase_fn_imps.hpp142 const size_type fix_pos = it.m_p_e - m_a_entries; in erase() local
149 _GLIBCXX_DEBUG_ASSERT(fix_pos <= m_size); in erase()
151 if (fix_pos != m_size) in erase()
152 fix(m_a_entries + fix_pos); in erase()
/dports/lang/gcc6-aux/bootstrap/include/c++/5.1.0/ext/pb_ds/detail/binary_heap_/
H A Derase_fn_imps.hpp142 const size_type fix_pos = it.m_p_e - m_a_entries; in erase() local
149 _GLIBCXX_DEBUG_ASSERT(fix_pos <= m_size); in erase()
151 if (fix_pos != m_size) in erase()
152 fix(m_a_entries + fix_pos); in erase()
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Derase_fn_imps.hpp142 const size_type fix_pos = it.m_p_e - m_a_entries; in erase() local
149 _GLIBCXX_DEBUG_ASSERT(fix_pos <= m_size); in erase()
151 if (fix_pos != m_size) in erase()
152 fix(m_a_entries + fix_pos); in erase()

123