Home
last modified time | relevance | path

Searched refs:m_to (Results 1 – 25 of 740) sorted by relevance

12345678910>>...30

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/oligofar/
H A Dcspacialranges.hpp76 int m_to; member in CSpacialRanges
127 } else if( donor > m_to ) { in AddDonor()
142 } else if( acceptor > m_to ) { in AddAcceptor()
233 m_to = GetMid(); in RemoveSingletons()
330 if( to > m_to ) { in AddRange()
331 m_to = to; in AddRange()
346 m_to = to; in AddRange()
380 if( m_to <= l->GetTo() ) { m_to = l->GetTo(); tryMergeRight = false; } in AddRange()
399 ASSERT( m_to <= m_max ); in AddRange()
401 ASSERT( m_to >= GetMid() ); in AddRange()
[all …]
/dports/graphics/kphotoalbum/kphotoalbum-5.8.1/Exif/
H A DRangeWidget.cpp33 m_to = new KComboBox; in RangeWidget()
34 layout->addWidget(m_to, row, col++); in RangeWidget()
46 m_to->setCurrentIndex(m_to->count() - 1); // set range to be min->max in RangeWidget()
53 m_to->clear(); in slotUpdateTo()
56 m_to->addItem(QString::fromLatin1("< %1").arg(m_list.first().text)); in slotUpdateTo()
61 m_to->addItem(m_list[i].text); in slotUpdateTo()
63 m_to->addItem(QString::fromLatin1("> %1").arg(m_list.last().text)); in slotUpdateTo()
78 if (m_to->currentIndex() == 0 && m_from->currentIndex() == 0) in range()
80 else if (m_to->currentIndex() == m_to->count() - 1) in range()
83 result.max = m_list[m_to->currentIndex() + m_from->currentIndex() - 1].value; in range()
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/openblas/xianyi-OpenBLAS-e6e87a2/driver/level3/
H A Dsyr2k_k.c50 static inline int syrk_beta(BLASLONG m_from, BLASLONG m_to, BLASLONG n_from, BLASLONG n_to, FLOAT *… in syrk_beta() argument
56 if (m_to > n_to ) m_to = n_to; in syrk_beta()
59 if (m_to < n_to ) n_to = m_to; in syrk_beta()
64 m_to -= m_from; in syrk_beta()
71 SCAL_K(MIN(i + n_from - m_from + 1, m_to), 0, 0, alpha[0], in syrk_beta()
81 SCAL_K(MIN(m_to - i + m_from - n_from, m_to), 0, 0, alpha[0], in syrk_beta()
H A Dsyrk_k.c52 static inline int syrk_beta(BLASLONG m_from, BLASLONG m_to, BLASLONG n_from, BLASLONG n_to, FLOAT *… in syrk_beta() argument
58 if (m_to > n_to ) m_to = n_to; in syrk_beta()
61 if (m_to < n_to ) n_to = m_to; in syrk_beta()
66 m_to -= m_from; in syrk_beta()
73 SCAL_K(MIN(i + n_from - m_from + 1, m_to), 0, 0, alpha[0], in syrk_beta()
83 SCAL_K(MIN(m_to - i + m_from - n_from, m_to), 0, 0, alpha[0], in syrk_beta()
H A Dzherk_k.c108 static inline int syrk_beta(BLASLONG m_from, BLASLONG m_to, BLASLONG n_from, BLASLONG n_to, FLOAT *… in syrk_beta() argument
114 if (m_to > n_to ) m_to = n_to; in syrk_beta()
117 if (m_to < n_to ) n_to = m_to; in syrk_beta()
122 m_to -= m_from; in syrk_beta()
129 SCAL_K(MIN(i + n_from - m_from + 1, m_to) * COMPSIZE, 0, 0, alpha[0], c, 1, NULL, 0, NULL, 0); in syrk_beta()
131 if (i + n_from - m_from + 1 <= m_to) in syrk_beta()
138 … SCAL_K(MIN(m_to - i + m_from - n_from, m_to) * COMPSIZE, 0, 0, alpha[0], c, 1, NULL, 0, NULL, 0); in syrk_beta()
H A Dzher2k_k.c110 static inline int syrk_beta(BLASLONG m_from, BLASLONG m_to, BLASLONG n_from, BLASLONG n_to, FLOAT *… in syrk_beta() argument
116 if (m_to > n_to ) m_to = n_to; in syrk_beta()
119 if (m_to < n_to ) n_to = m_to; in syrk_beta()
124 m_to -= m_from; in syrk_beta()
131 SCAL_K(MIN(i + n_from - m_from + 1, m_to) * COMPSIZE, 0, 0, alpha[0], c, 1, NULL, 0, NULL, 0); in syrk_beta()
133 if (i + n_from - m_from + 1 <= m_to) in syrk_beta()
140 … SCAL_K(MIN(m_to - i + m_from - n_from, m_to) * COMPSIZE, 0, 0, alpha[0], c, 1, NULL, 0, NULL, 0); in syrk_beta()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/external/GotoBLAS2/driver/level3/
H A Dsyr2k_k.c33 static inline int syrk_beta(BLASLONG m_from, BLASLONG m_to, BLASLONG n_from, BLASLONG n_to, FLOAT *… in syrk_beta() argument
39 if (m_to > n_to ) m_to = n_to; in syrk_beta()
42 if (m_to < n_to ) n_to = m_to; in syrk_beta()
47 m_to -= m_from; in syrk_beta()
54 SCAL_K(MIN(i + n_from - m_from + 1, m_to), 0, 0, alpha[0], in syrk_beta()
64 SCAL_K(MIN(m_to - i + m_from - n_from, m_to), 0, 0, alpha[0], in syrk_beta()
H A Dsyrk_k.c35 static inline int syrk_beta(BLASLONG m_from, BLASLONG m_to, BLASLONG n_from, BLASLONG n_to, FLOAT *… in syrk_beta() argument
41 if (m_to > n_to ) m_to = n_to; in syrk_beta()
44 if (m_to < n_to ) n_to = m_to; in syrk_beta()
49 m_to -= m_from; in syrk_beta()
56 SCAL_K(MIN(i + n_from - m_from + 1, m_to), 0, 0, alpha[0], in syrk_beta()
66 SCAL_K(MIN(m_to - i + m_from - n_from, m_to), 0, 0, alpha[0], in syrk_beta()
H A Dzherk_k.c91 static inline int syrk_beta(BLASLONG m_from, BLASLONG m_to, BLASLONG n_from, BLASLONG n_to, FLOAT *… in syrk_beta() argument
97 if (m_to > n_to ) m_to = n_to; in syrk_beta()
100 if (m_to < n_to ) n_to = m_to; in syrk_beta()
105 m_to -= m_from; in syrk_beta()
112 SCAL_K(MIN(i + n_from - m_from + 1, m_to) * COMPSIZE, 0, 0, alpha[0], c, 1, NULL, 0, NULL, 0); in syrk_beta()
114 if (i + n_from - m_from + 1 <= m_to) in syrk_beta()
121 … SCAL_K(MIN(m_to - i + m_from - n_from, m_to) * COMPSIZE, 0, 0, alpha[0], c, 1, NULL, 0, NULL, 0); in syrk_beta()
H A Dzher2k_k.c93 static inline int syrk_beta(BLASLONG m_from, BLASLONG m_to, BLASLONG n_from, BLASLONG n_to, FLOAT *… in syrk_beta() argument
99 if (m_to > n_to ) m_to = n_to; in syrk_beta()
102 if (m_to < n_to ) n_to = m_to; in syrk_beta()
107 m_to -= m_from; in syrk_beta()
114 SCAL_K(MIN(i + n_from - m_from + 1, m_to) * COMPSIZE, 0, 0, alpha[0], c, 1, NULL, 0, NULL, 0); in syrk_beta()
116 if (i + n_from - m_from + 1 <= m_to) in syrk_beta()
123 … SCAL_K(MIN(m_to - i + m_from - n_from, m_to) * COMPSIZE, 0, 0, alpha[0], c, 1, NULL, 0, NULL, 0); in syrk_beta()
/dports/math/openblas/OpenBLAS-0.3.18/driver/level3/
H A Dsyrk_k.c52 static __inline int syrk_beta(BLASLONG m_from, BLASLONG m_to, BLASLONG n_from, BLASLONG n_to, FLOAT… in syrk_beta() argument
58 if (m_to > n_to ) m_to = n_to; in syrk_beta()
61 if (m_to < n_to ) n_to = m_to; in syrk_beta()
66 m_to -= m_from; in syrk_beta()
73 SCAL_K(MIN(i + n_from - m_from + 1, m_to), 0, 0, alpha[0], in syrk_beta()
83 SCAL_K(MIN(m_to - i + m_from - n_from, m_to), 0, 0, alpha[0], in syrk_beta()
H A Dsyr2k_k.c50 static __inline int syrk_beta(BLASLONG m_from, BLASLONG m_to, BLASLONG n_from, BLASLONG n_to, FLOAT… in syrk_beta() argument
56 if (m_to > n_to ) m_to = n_to; in syrk_beta()
59 if (m_to < n_to ) n_to = m_to; in syrk_beta()
64 m_to -= m_from; in syrk_beta()
71 SCAL_K(MIN(i + n_from - m_from + 1, m_to), 0, 0, alpha[0], in syrk_beta()
81 SCAL_K(MIN(m_to - i + m_from - n_from, m_to), 0, 0, alpha[0], in syrk_beta()
H A Dzherk_k.c108 static inline int syrk_beta(BLASLONG m_from, BLASLONG m_to, BLASLONG n_from, BLASLONG n_to, FLOAT *… in syrk_beta() argument
114 if (m_to > n_to ) m_to = n_to; in syrk_beta()
117 if (m_to < n_to ) n_to = m_to; in syrk_beta()
122 m_to -= m_from; in syrk_beta()
129 SCAL_K(MIN(i + n_from - m_from + 1, m_to) * COMPSIZE, 0, 0, alpha[0], c, 1, NULL, 0, NULL, 0); in syrk_beta()
131 if (i + n_from - m_from + 1 <= m_to) in syrk_beta()
138 … SCAL_K(MIN(m_to - i + m_from - n_from, m_to) * COMPSIZE, 0, 0, alpha[0], c, 1, NULL, 0, NULL, 0); in syrk_beta()
H A Dzher2k_k.c110 static inline int syrk_beta(BLASLONG m_from, BLASLONG m_to, BLASLONG n_from, BLASLONG n_to, FLOAT *… in syrk_beta() argument
116 if (m_to > n_to ) m_to = n_to; in syrk_beta()
119 if (m_to < n_to ) n_to = m_to; in syrk_beta()
124 m_to -= m_from; in syrk_beta()
131 SCAL_K(MIN(i + n_from - m_from + 1, m_to) * COMPSIZE, 0, 0, alpha[0], c, 1, NULL, 0, NULL, 0); in syrk_beta()
133 if (i + n_from - m_from + 1 <= m_to) in syrk_beta()
140 … SCAL_K(MIN(m_to - i + m_from - n_from, m_to) * COMPSIZE, 0, 0, alpha[0], c, 1, NULL, 0, NULL, 0); in syrk_beta()
/dports/math/gotoblas/GotoBLAS2/driver/level3/
H A Dsyrk_k.c52 static inline int syrk_beta(BLASLONG m_from, BLASLONG m_to, BLASLONG n_from, BLASLONG n_to, FLOAT *… in syrk_beta() argument
58 if (m_to > n_to ) m_to = n_to; in syrk_beta()
61 if (m_to < n_to ) n_to = m_to; in syrk_beta()
66 m_to -= m_from; in syrk_beta()
73 SCAL_K(MIN(i + n_from - m_from + 1, m_to), 0, 0, alpha[0], in syrk_beta()
83 SCAL_K(MIN(m_to - i + m_from - n_from, m_to), 0, 0, alpha[0], in syrk_beta()
H A Dsyr2k_k.c50 static inline int syrk_beta(BLASLONG m_from, BLASLONG m_to, BLASLONG n_from, BLASLONG n_to, FLOAT *… in syrk_beta() argument
56 if (m_to > n_to ) m_to = n_to; in syrk_beta()
59 if (m_to < n_to ) n_to = m_to; in syrk_beta()
64 m_to -= m_from; in syrk_beta()
71 SCAL_K(MIN(i + n_from - m_from + 1, m_to), 0, 0, alpha[0], in syrk_beta()
81 SCAL_K(MIN(m_to - i + m_from - n_from, m_to), 0, 0, alpha[0], in syrk_beta()
H A Dzherk_k.c108 static inline int syrk_beta(BLASLONG m_from, BLASLONG m_to, BLASLONG n_from, BLASLONG n_to, FLOAT *… in syrk_beta() argument
114 if (m_to > n_to ) m_to = n_to; in syrk_beta()
117 if (m_to < n_to ) n_to = m_to; in syrk_beta()
122 m_to -= m_from; in syrk_beta()
129 SCAL_K(MIN(i + n_from - m_from + 1, m_to) * COMPSIZE, 0, 0, alpha[0], c, 1, NULL, 0, NULL, 0); in syrk_beta()
131 if (i + n_from - m_from + 1 <= m_to) in syrk_beta()
138 … SCAL_K(MIN(m_to - i + m_from - n_from, m_to) * COMPSIZE, 0, 0, alpha[0], c, 1, NULL, 0, NULL, 0); in syrk_beta()
H A Dzher2k_k.c110 static inline int syrk_beta(BLASLONG m_from, BLASLONG m_to, BLASLONG n_from, BLASLONG n_to, FLOAT *… in syrk_beta() argument
116 if (m_to > n_to ) m_to = n_to; in syrk_beta()
119 if (m_to < n_to ) n_to = m_to; in syrk_beta()
124 m_to -= m_from; in syrk_beta()
131 SCAL_K(MIN(i + n_from - m_from + 1, m_to) * COMPSIZE, 0, 0, alpha[0], c, 1, NULL, 0, NULL, 0); in syrk_beta()
133 if (i + n_from - m_from + 1 <= m_to) in syrk_beta()
140 … SCAL_K(MIN(m_to - i + m_from - n_from, m_to) * COMPSIZE, 0, 0, alpha[0], c, 1, NULL, 0, NULL, 0); in syrk_beta()
/dports/mail/libvmime/vmime-0.9.2/src/vmime/
H A DcharsetConverter_icu.cpp77 m_to = ucnv_open(dest.getName().c_str(), &err); in charsetConverter_icu()
90 if (m_to) ucnv_close(m_to); in ~charsetConverter_icu()
100 ucnv_reset(m_to); in convert()
198 ucnv_fromUnicode(m_to, &cpTarget, cpTargetLimit, in convert()
279 : m_from(NULL), m_to(NULL), m_sourceCharset(source), in charsetFilteredOutputStream_icu()
291 m_to = ucnv_open(dest.getName().c_str(), &err); in charsetFilteredOutputStream_icu()
330 if (m_to) ucnv_close(m_to); in ~charsetFilteredOutputStream_icu()
343 if (m_from == NULL || m_to == NULL) in writeImpl()
401 ucnv_fromUnicode(m_to, &cpTarget, cpTargetLimit, in writeImpl()
432 if (m_from == NULL || m_to == NULL) in flush()
[all …]
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svcore/base/
H A DPlayParameterRepository.cpp126 m_to.copyFrom(m_params.get()); in EditCommand()
132 m_to.setPlayMuted(muted); in setPlayMuted()
138 m_to.setPlayAudible(audible); in setPlayAudible()
144 m_to.setPlayPan(pan); in setPlayPan()
150 m_to.setPlayGain(gain); in setPlayGain()
156 m_to.setPlayClipId(id); in setPlayClipId()
162 m_params->copyFrom(&m_to); in execute()
179 if (m_to.isPlayAudible() != m_from.isPlayAudible()) { in getName()
184 if (m_to.getPlayGain() != m_from.getPlayGain()) { in getName()
189 if (m_to.getPlayPan() != m_from.getPlayPan()) { in getName()
[all …]
/dports/games/brutalchess/brutalchess-0.5.2/src/
H A Dxboardplayer.cpp28 write(m_to[1], "quit\n", 5); in ~XboardPlayer()
43 write(m_to[1], "go\n", 3); in startGame()
49 pipe( m_to ); in runChessEngine()
55 dup2( m_to[0], 0 ); in runChessEngine()
57 close( m_to[0] ); in runChessEngine()
58 close( m_to[1] ); in runChessEngine()
63 write( m_to[1], "xboard\n", 7); in runChessEngine()
129 write( m_to[1], movestr.c_str(), characters); in opponentMove()
135 write(m_to[1], undo.c_str(), 5); in undoMove()
H A Dfaileplayer.cpp27 write(m_to[1], "exit\n", 5); in ~FailePlayer()
42 write(m_to[1], "go\n", 3); in startGame()
48 pipe( m_to ); in runChessEngine()
54 dup2( m_to[0], 0 ); in runChessEngine()
56 close( m_to[0] ); in runChessEngine()
57 close( m_to[1] ); in runChessEngine()
62 write( m_to[1], "xboard\n", 7); in runChessEngine()
131 write( m_to[1], movestr.c_str(), 5); in opponentMove()
137 write(m_to[1], undo.c_str(), 5); in undoMove()
/dports/net/arataga/oess-2.2.3/dev/oess_2/io/
H A Dbstring_buf.cpp120 m_to( to ) in obstring_t()
131 return m_to.length(); in len()
137 return m_to.capacity(); in capacity()
143 return m_to.size(); in size()
149 return m_to.size(); in pos()
158 const size_t current_position = m_to.size(); in out_reserve()
159 m_to.resize( current_position + item_count * item_size ); in out_reserve()
162 return &m_to[ current_position ]; in out_reserve()
/dports/games/knavalbattle/knavalbattle-21.12.3/src/
H A Danimation.cpp66 , m_to(to) in FadeAnimation()
81 m_sprite->setOpacity(m_to); in step()
85 if (m_to > m_from) { in step()
86 m_sprite->setOpacity(m_from + t * (m_to / m_time)); in step()
89 m_sprite->setOpacity(m_from - t * (m_to / m_time)); in step()
100 , m_to(to) in MovementAnimation()
115 m_sprite->setPos(m_to); in step()
119 QPointF pos = m_from + (m_to - m_from) * (t - m_start) / m_time; in step()
/dports/ftp/multiget/multiget-1.1.3/src/
H A Dshowtablewindow.cpp134 m_from = m_to = m_nBlock = 0; in CShowTableWindow()
229 if ( ( m_to - m_from ) / 8 / 1024 > 10000 ) in OnMouseEvent()
234 if ( ( m_to - m_from ) / 16 / 1024 > 10000 ) in OnMouseEvent()
239 if ( ( m_to - m_from ) / 32 / 1024 > 10000 ) in OnMouseEvent()
244 if ( ( m_to - m_from ) / 64 / 1024 > 10000 ) in OnMouseEvent()
282 m_to = 0; in SetRange()
284 m_to = to; in SetRange()
293 m_to = 0; in SetRange()
298 llong range = m_to - m_from; in SetRange()
347 if ( ( m_to - m_from ) % ( m_unit * 1024 ) ) in SetUnit()
[all …]

12345678910>>...30