Home
last modified time | relevance | path

Searched refs:mat_index (Results 1 – 25 of 48) sorted by relevance

12

/dports/finance/R-cran-plm/plm/inst/tests/
H A Dtest_transformations.R36 mat_index <- attr(mat, "index") globalVar
85 xS1_mat_no_index_ind <- Sum(mat_noindex, effect = mat_index[[1L]]) # default
86 xS1_mat_no_index_ind_narm <- Sum(mat_noindex, effect = mat_index[[1L]], na.rm = TRUE)
98 xS1_mat_no_index_ti <- Sum(mat_noindex, effect = mat_index[[2L]]) # default
99 xS1_mat_no_index_ti_narm <- Sum(mat_noindex, effect = mat_index[[2L]], na.rm = TRUE)
170 xb1_mat_noindex_ind <- between(mat_noindex, effect = mat_index[[1L]]) # default
173 xB1_mat_noindex_ind <- Between(mat_noindex, effect = mat_index[[1L]]) # default
196 xb1_mat_noindex_ti <- between(mat_noindex, effect = mat_index[[2L]]) # default
199 xB1_mat_noindex_ti <- Between(mat_noindex, effect = mat_index[[2L]]) # default
332 xS1_mat_no_index_ind <- Sum(mat_noindex, effect = mat_index[[1L]]) # default
[all …]
H A Dtest_transformations_collapse.R40 mat_index <- attr(mat, "index") globalVar
195 S1_mat_no_index_ind <- plm:::Sum.matrix(mat_noindex, effect = mat_index[[1L]]) # default
196 S1_mat_no_index_ind_narm <- plm:::Sum.matrix(mat_noindex, effect = mat_index[[1L]], na.rm = TRUE)
209 S2_mat_no_index_ind <- plm:::Sum.matrix(mat_noindex, effect = mat_index[[1L]]) # default
210 S2_mat_no_index_ind_narm <- plm:::Sum.matrix(mat_noindex, effect = mat_index[[1L]], na.rm = TRUE)
234 S1_mat_no_index_ti <- plm:::Sum.matrix(mat_noindex, effect = mat_index[[2L]]) # default
235 S1_mat_no_index_ti_narm <- plm:::Sum.matrix(mat_noindex, effect = mat_index[[2L]], na.rm = TRUE)
248 S2_mat_no_index_ti <- plm:::Sum.matrix(mat_noindex, effect = mat_index[[2L]]) # default
249 S2_mat_no_index_ti_narm <- plm:::Sum.matrix(mat_noindex, effect = mat_index[[2L]], na.rm = TRUE)
508 b1_mat_noindex_ti <- plm:::between.matrix(mat_noindex, effect = mat_index[[2L]]) # default
[all …]
H A Dtest_order_between_fixef_ranef.Rout.save193 + mat_index.unbal.a <- mat_no_index.unbal.a
194 + mat_index.unbal.b <- mat_no_index.unbal.b
195 + attr(mat_index.unbal.a, "index") <- ix.a
196 + attr(mat_index.unbal.b, "index") <- ix.b
199 + (bet.mati.unbal.a <- between(mat_index.unbal.a, effect = "individual")) # individual effect
200 + (bet.mati.unbal.b <- between(mat_index.unbal.b, effect = "individual")) # individual effect
203 + (bet.mati.plm.slow.unbal.a <- between(mat_index.unbal.a, effect = "time")) # year 81 first from r…
204 + (bet.mati.plm.slow.unbal.b <- between(mat_index.unbal.b, effect = "time")) # year 81 first
207 + (bet.mati.plm.fast.unbal.a <- between(mat_index.unbal.a, effect = "time")) # year 81 first from r…
208 + (bet.mati.plm.fast.unbal.b <- between(mat_index.unbal.b, effect = "time")) # year 81 first
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/
H A Dmesh_f2.py48 def get_uv_layer(ob, bm, mat_index): argument
148 mat_index = False
151 mat_index = ref_faces[0].material_index
168 if mat_index:
169 face.material_index = mat_index
267 mat_index = False
270 mat_index = ref_faces[0].material_index
281 if mat_index:
282 face.material_index = mat_index
391 mat_index = lactive[0].material_index
[all …]
/dports/x11-toolkits/plib/plib-1.8.5/src/ssg/
H A DssgLoadOBJ.cxx76 int mat_index ; member
314 static void add_mesh ( int mat_index ) in add_mesh() argument
321 if ( face[i].mat_index == mat_index ) in add_mesh()
336 if ( face[i].mat_index == mat_index ) { in add_mesh()
348 if ( mat_index < num_mat ) { in add_mesh()
349 matData* mat = &materials[ mat_index ]; in add_mesh()
512 face[num_face].mat_index = mat_current ; in obj_read()
524 face[num_face].mat_index = mat_current ; in obj_read()
535 face[num_face].mat_index = mat_current ; in obj_read()
H A DssgLoadASE.cxx133 u32 mat_index ; member
148 u32 mat_index ; member
222 static u32 count_sub_materials( u32 mat_index ) in count_sub_materials() argument
228 if ( mat->mat_index == mat_index && mat->sub_flag ) in count_sub_materials()
243 if ( mat->mat_index == mat_index && mat->sub_index == sub_index ) in find_material()
251 if ( mat->mat_index == mat_index ) in find_material()
255 parser.error("unknown material #%d",mat_index); in find_material()
418 mat->mat_index = mat_index ; in parse_material()
528 u32 mat_index; in parse_material_list() local
529 if (! parser.parseUInt(mat_index, "mat #")) in parse_material_list()
[all …]
/dports/graphics/animorph/animorph-0.3/src/
H A DFaceVector.cpp67 int mat_index; in fromColorsStream() local
71 if (sscanf (buffer, "%d\n", &mat_index) == 1) in fromColorsStream()
77 face.setMaterialIndex (mat_index); in fromColorsStream()
/dports/math/libmesh/libmesh-1.6.2/contrib/nanoflann/examples/
H A Dvector_of_vectors_example.cpp75 my_kd_tree_t mat_index(dim /*dim*/, samples, 10 /* max leaf */ ); in kdtree_demo() local
76 mat_index.index->buildIndex(); in kdtree_demo()
86 mat_index.index->findNeighbors(resultSet, &query_pt[0], nanoflann::SearchParams(10)); in kdtree_demo()
H A Dmatrix_example.cpp91 my_kd_tree_t mat_index(mat, 10 /* max leaf */ ); in kdtree_demo() local
92 mat_index.index->buildIndex(); in kdtree_demo()
102 mat_index.index->findNeighbors(resultSet, &query_pt[0], nanoflann::SearchParams(10)); in kdtree_demo()
/dports/math/nanoflann/nanoflann-1.3.2/examples/
H A Dvector_of_vectors_example.cpp75 my_kd_tree_t mat_index(dim /*dim*/, samples, 10 /* max leaf */ ); in kdtree_demo() local
76 mat_index.index->buildIndex(); in kdtree_demo()
86 mat_index.index->findNeighbors(resultSet, &query_pt[0], nanoflann::SearchParams(10)); in kdtree_demo()
H A Dmatrix_example.cpp107 my_kd_tree_t mat_index(dim, std::cref(mat), 10 /* max leaf */); in kdtree_demo() local
108 mat_index.index->buildIndex(); in kdtree_demo()
118 mat_index.index->findNeighbors(resultSet, &query_pt[0], in kdtree_demo()
/dports/graphics/blender/blender-2.91.0/source/blender/gpu/shaders/material/
H A Dgpu_shader_material_object_info.glsl4 float mat_index,
14 material_index = mat_index;
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/materials_library_vx/
H A D__init__.py81 self.mat_index = i
288 mat_index: IntProperty(min = -1, default = -1)
323 if check_index(self.materials, self.mat_index):
324 return self.materials[self.mat_index]
470 self.all_materials[self.mat_index].category = cat
487 self.all_materials[self.mat_index].category = ""
710 self.all_materials.remove(self.mat_index)
802 return check_index(matlib.materials, matlib.mat_index)
841 index = matlib.mat_index
863 index = matlib.mat_index
[all …]
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/alphamat/src/
H A DintraU.cpp66 my_kd_tree_t mat_index(ALPHAMAT_DIM /*dim*/, samples, 10 /* max leaf */); in kdtree_intraU() local
67 mat_index.index->buildIndex(); in kdtree_intraU()
81 mat_index.index->findNeighbors(resultSet, &samples[i][0], nanoflann::SearchParams(10)); in kdtree_intraU()
H A Dcm.cpp47 my_kd_tree_t mat_index(ALPHAMAT_DIM /*dim*/, samples, 10 /* max leaf */); in kdtree_CM() local
48 mat_index.index->buildIndex(); in kdtree_CM()
64 mat_index.index->findNeighbors(resultSet, &samples[*it][0], nanoflann::SearchParams(10)); in kdtree_CM()
/dports/science/py-chainer/chainer-7.8.0/chainer/functions/rnn/
H A Dn_step_rnn.py217 mat_index = layer * self.rnn_direction + di
221 handle, rnn_desc, mat_index,
223 W_index = mat_index * self.n_W + lin_layer_id
227 handle, rnn_desc, mat_index,
250 mat_index = layer * self.rnn_direction + di
253 handle, rnn_desc, mat_index,
255 W_index = mat_index * self.n_W + lin_layer_id
258 handle, rnn_desc, mat_index,
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/mesquite/QualityMetric/
H A DQualityMetric.cpp250 unsigned mat_index = w*indices.size() + v - sum_w; in evaluate_with_Hessian() local
251 Hessian[mat_index][0][j] = fd[0]; in evaluate_with_Hessian()
252 Hessian[mat_index][1][j] = fd[1]; in evaluate_with_Hessian()
253 Hessian[mat_index][2][j] = fd[2]; in evaluate_with_Hessian()
/dports/science/py-OpenMC/openmc-0.12.2/src/
H A Dsource.cpp174 auto mat_index = c->material_.size() == 1 in sample() local
177 if (mat_index == MATERIAL_VOID) { in sample()
180 if (!model::materials[mat_index]->fissionable_) found = false; in sample()
/dports/science/openmc/openmc-0.12.2/src/
H A Dsource.cpp174 auto mat_index = c->material_.size() == 1 in sample() local
177 if (mat_index == MATERIAL_VOID) { in sample()
180 if (!model::materials[mat_index]->fissionable_) found = false; in sample()
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/opencl/
H A Dmorph3x3.cl95 int mat_index = y * mat_step + block_x * 16 * ssx + mat_offset;
96 uchar16 val0 = vload16(0, matptr + mat_index);
97 uchar16 val1 = vload16(0, matptr + mat_index + mat_step);
/dports/science/conduit/conduit-0.8.0/src/libs/blueprint/
H A Dconduit_blueprint_mesh_matset_xforms.cpp290 for(index_t mat_index = 0; mat_iter.has_next(); mat_index++) in to_silo() local
310 (void*)mat_eids.element_ptr(mat_index)); in to_silo()
312 const index_t mat_elem = mset_is_matdom ? temp.to_index_t() : mat_index; in to_silo()
/dports/games/spring/spring_98.0/rts/lib/assimp/code/
H A DObjFileParser.cpp510 int mat_index = -1; in getMaterialIndex() local
512 return mat_index; in getMaterialIndex()
517 mat_index = (int)index; in getMaterialIndex()
521 return mat_index; in getMaterialIndex()
/dports/games/openclonk/openclonk-release-8.1-src/src/mape/
H A Dmaterial.c67 guint mat_index) in G_DEFINE_TYPE()
73 mat_index); in G_DEFINE_TYPE()
/dports/science/py-OpenMC/openmc-0.12.2/openmc/deplete/
H A Dhelpers.py194 def get_material_rates(self, mat_index, nuc_index, react_index): argument
219 flux = mean_value[mat_index]
225 rx_rates = self._rate_tally.mean[mat_index].reshape(shape)
227 mat = self._materials[mat_index]
/dports/science/openmc/openmc-0.12.2/openmc/deplete/
H A Dhelpers.py194 def get_material_rates(self, mat_index, nuc_index, react_index): argument
219 flux = mean_value[mat_index]
225 rx_rates = self._rate_tally.mean[mat_index].reshape(shape)
227 mat = self._materials[mat_index]

12