Home
last modified time | relevance | path

Searched refs:internal_pos (Results 1 – 25 of 26) sorted by relevance

12

/dports/math/armadillo/armadillo-10.7.1/include/armadillo_bits/
H A DSpMat_iterators_meat.hpp33 , internal_pos(0) in iterator_base()
45 , internal_pos(0) in iterator_base()
57 , internal_pos(in_pos) in iterator_base()
69 return M->values[internal_pos]; in operator *()
157 ++iterator_base::internal_pos; in operator ++()
197 --iterator_base::internal_pos; in operator --()
420 iterator_base::internal_pos = in_M.n_nonzero; in const_row_iterator()
550 iterator_base::internal_pos = cur_pos; in const_row_iterator()
581 iterator_base::internal_pos++; in operator ++()
724 if(iterator_base::internal_pos == 0) in operator --()
[all …]
H A DSpSubview_iterators_meat.hpp32 , internal_pos(0) in iterator_base()
44 , internal_pos(in_pos) in iterator_base()
79 while(cur_pos < (iterator_base::internal_pos + 1)) in const_iterator()
241 iterator_base::internal_pos = cur_pos; in const_iterator()
331 iterator_base::internal_pos = cur_pos; in operator ++()
403 iterator_base::internal_pos = cur_pos; in operator --()
662 iterator_base::internal_pos = cur_pos; in const_row_iterator()
753 iterator_base::internal_pos = cur_pos; in const_row_iterator()
778 ++iterator_base::internal_pos; in operator ++()
919 if(iterator_base::internal_pos == 0) in operator --()
[all …]
H A DSpSubview_bones.hpp173 arma_inline uword pos() const { return internal_pos; } in pos()
177 arma_aligned uword internal_pos; member in SpSubview::iterator_base
198 …d row() const { return iterator_base::M->m.row_indices[iterator_base::internal_pos + skip_pos] - i… in row()
H A DSpMat_bones.hpp421 arma_inline uword row() const { return M->row_indices[internal_pos]; } in row()
423 arma_inline uword pos() const { return internal_pos; } in pos()
427 arma_aligned uword internal_pos; member in SpMat::iterator_base
/dports/math/R-cran-RcppArmadillo/RcppArmadillo/inst/include/armadillo_bits/
H A DSpMat_iterators_meat.hpp33 , internal_pos(0) in iterator_base()
45 , internal_pos(0) in iterator_base()
57 , internal_pos(in_pos) in iterator_base()
69 return M->values[internal_pos]; in operator *()
157 ++iterator_base::internal_pos; in operator ++()
197 --iterator_base::internal_pos; in operator --()
420 iterator_base::internal_pos = in_M.n_nonzero; in const_row_iterator()
550 iterator_base::internal_pos = cur_pos; in const_row_iterator()
581 iterator_base::internal_pos++; in operator ++()
724 if(iterator_base::internal_pos == 0) in operator --()
[all …]
H A DSpSubview_iterators_meat.hpp32 , internal_pos(0) in iterator_base()
44 , internal_pos(in_pos) in iterator_base()
79 while(cur_pos < (iterator_base::internal_pos + 1)) in const_iterator()
241 iterator_base::internal_pos = cur_pos; in const_iterator()
331 iterator_base::internal_pos = cur_pos; in operator ++()
403 iterator_base::internal_pos = cur_pos; in operator --()
662 iterator_base::internal_pos = cur_pos; in const_row_iterator()
753 iterator_base::internal_pos = cur_pos; in const_row_iterator()
778 ++iterator_base::internal_pos; in operator ++()
919 if(iterator_base::internal_pos == 0) in operator --()
[all …]
H A DSpSubview_bones.hpp173 arma_inline uword pos() const { return internal_pos; } in pos()
177 arma_aligned uword internal_pos; member in SpSubview::iterator_base
198 …d row() const { return iterator_base::M->m.row_indices[iterator_base::internal_pos + skip_pos] - i… in row()
H A DSpMat_bones.hpp421 arma_inline uword row() const { return M->row_indices[internal_pos]; } in row()
423 arma_inline uword pos() const { return internal_pos; } in pos()
427 arma_aligned uword internal_pos; member in SpMat::iterator_base
/dports/games/flightgear-data/fgdata/Shaders/
H A D3dcloud-ALS-detailed.frag12 varying vec3 internal_pos;
40 …oothstep(-0.9 - z_bias, -0.4 - z_bias, internal_pos.x) * (1.0 -smoothstep(0.4 + z_bias, 0.9 + z_bi…
41 …oothstep(-0.9 - z_bias, -0.4 - z_bias, internal_pos.y) * (1.0 -smoothstep(0.4 + z_bias, 0.9 + z_bi…
42 geo_factor *= smoothstep(0, 0.3, internal_pos.z) * (1.0 - smoothstep(0.5, 1.2, internal_pos.z));
H A D3dcloud-ALS-detailed.vert8 varying vec3 internal_pos;
100 internal_pos = gl_Position.xyz/ cloud_height;
/dports/games/flightgear-data/fgdata/Compositor/Shaders/ALS/
H A D3dcloud-detailed.frag14 varying vec3 internal_pos;
44 …oothstep(-0.9 - z_bias, -0.4 - z_bias, internal_pos.x) * (1.0 -smoothstep(0.4 + z_bias, 0.9 + z_bi…
45 …oothstep(-0.9 - z_bias, -0.4 - z_bias, internal_pos.y) * (1.0 -smoothstep(0.4 + z_bias, 0.9 + z_bi…
46 geo_factor *= smoothstep(0, 0.3, internal_pos.z) * (1.0 - smoothstep(0.5, 1.2, internal_pos.z));
H A D3dcloud-detailed.vert8 varying vec3 internal_pos;
102 internal_pos = gl_Position.xyz/ cloud_height;
/dports/devel/include-what-you-use/include-what-you-use-clang_11/
H A Diwyu_path_util.cc115 const string::size_type internal_pos = file_path.find("/internal/"); in GetCanonicalName() local
116 if (internal_pos != string::npos) in GetCanonicalName()
117 file_path = (file_path.substr(0, internal_pos) + "/public/" + in GetCanonicalName()
118 file_path.substr(internal_pos + strlen("/internal/"))); in GetCanonicalName()
H A Diwyu_include_picker.cc1122 const size_t internal_pos = quoted_includee.find("internal/"); in AddDirectInclude() local
1123 if (internal_pos != string::npos && in AddDirectInclude()
1124 (internal_pos == 0 || quoted_includee[internal_pos - 1] == '/')) { in AddDirectInclude()
1130 quoted_includee.substr(0, internal_pos) + ".*"); in AddDirectInclude()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libpijul-1.0.0-alpha.49/src/unrecord/
H A Dworking_copy.rs39 *txn.find_block_end(txn.graph(channel), internal_pos(txn, &e.from, change_id)?)?; in undo_file_deletion()
41 let dest = internal_pos(txn, &e.to.start_pos(), change_id)?; in undo_file_deletion()
195 let position = internal_pos(txn, &e.to.start_pos(), change_id)?; in undo_file_reinsertion()
H A Dmod.rs164 internal_pos(txn, &newvertex.inode, change_id)?, in unapply()
505 let to = internal_pos(txn, &edge.to.start_pos(), change_id)?; in remove_zombies()
581 let to = internal_pos(txn, &e.to.start_pos(), change_id)?; in repair_edges_context()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libpijul-1.0.0-alpha.49/src/
H A Dmissing_context.rs165 let source = *txn.find_block_end(&channel, internal_pos(txn, &e.from, change_id)?)?; in repair_context_nondeleted()
166 let target = *txn.find_block(&channel, internal_pos(txn, &e.to.start_pos(), change_id)?)?; in repair_context_nondeleted()
221 let mut pos = internal_pos(txn, &e.to.start_pos(), change_id)?; in repair_context_deleted()
273 internal_pos(txn, &e.to.start_pos(), change_id)? in detect_folder_conflict_resolution()
275 internal_pos(txn, &e.from, change_id)? in detect_folder_conflict_resolution()
278 internal_pos(txn, &inode, change_id)? in detect_folder_conflict_resolution()
H A Dapply.rs560 let up = *txn.find_block_end(channel, internal_pos(txn, &up, change_id)?)?; in repair_new_vertex_context_up()
591 let down = *txn.find_block(channel, internal_pos(txn, &down, change_id)?)?; in repair_new_vertex_context_down()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libpijul-1.0.0-alpha.49/src/apply/
H A Dedge.rs166 let mut source = *txn.find_block_end(&channel, internal_pos(txn, &from, change)?)?; in find_source_vertex()
186 let to_pos = internal_pos(txn, &to.start_pos(), change)?; in find_target_vertex()
294 let mut pos = internal_pos(txn, &n.to.start_pos(), change_id)?; in collect_zombie_context()
295 let end_pos = internal_pos(txn, &n.to.end_pos(), change_id)?; in collect_zombie_context()
H A Dvertex.rs31 let up = internal_pos(txn, up, change)?; in put_newvertex()
37 let down = internal_pos(txn, down, change)?; in put_newvertex()
/dports/graphics/exiv2/exiv2-0.27.5-Source/src/
H A Driffvideo.cpp825 uint64_t internal_pos, cur_pos; internal_pos = cur_pos = io_->tell(); in nikonTagsHandler() local
835 internal_pos = io_->tell(); tempSize -= (internal_size + 8); in nikonTagsHandler()
921 io_->seek(internal_pos + internal_size, BasicIo::beg); in nikonTagsHandler()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/exiv2/src/
H A Driffvideo.cpp836 uint64_t internal_pos, cur_pos; internal_pos = cur_pos = io_->tell(); in nikonTagsHandler() local
846 internal_pos = io_->tell(); tempSize -= (internal_size + 8); in nikonTagsHandler()
932 io_->seek(internal_pos + internal_size, BasicIo::beg); in nikonTagsHandler()
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/db/
H A DpgConn.cpp1097 …lastResultError.internal_pos = wxString(PQresultErrorField(res, PG_DIAG_INTERNAL_POSITION), *conv); in SetLastResultError()
1115 lastResultError.internal_pos = wxEmptyString; in SetLastResultError()
1257 internal_pos = wxString(PQresultErrorField(_res, PG_DIAG_INTERNAL_POSITION), *_conv); in SetError()
1272 internal_pos = wxEmptyString; in SetError()
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/include/db/
H A DpgConn.h74 wxString internal_pos; member
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/mackie/
H A Dstrip.cc445 double internal_pos = pan_control->get_value(); in notify_panner_azi_changed() local
451 do_parameter_display (pan_control->desc(), internal_pos); // PanAzimuthAutomation in notify_panner_azi_changed()

12