Home
last modified time | relevance | path

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

12

/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/UnitTests/UnitTest_Layers/
H A DSceneObject.cpp208 int index_found = 0; in isIntersectMesh() local
223 index_found = i; in isIntersectMesh()
237 …(closest_result, mVertices[mIndices[index_found]], mVertices[mIndices[index_found+1]], mVertices[m… in isIntersectMesh()
238 …point, mTextureCoords[mIndices[index_found]], mTextureCoords[mIndices[index_found+1]], mTextureCoo… in isIntersectMesh()
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/UnitTests/UnitTest_Layers/
H A DSceneObject.cpp208 int index_found = 0; in isIntersectMesh() local
223 index_found = i; in isIntersectMesh()
237 …(closest_result, mVertices[mIndices[index_found]], mVertices[mIndices[index_found+1]], mVertices[m… in isIntersectMesh()
238 …point, mTextureCoords[mIndices[index_found]], mTextureCoords[mIndices[index_found+1]], mTextureCoo… in isIntersectMesh()
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/UnitTests/UnitTest_Layers/
H A DSceneObject.cpp208 int index_found = 0; in isIntersectMesh() local
223 index_found = i; in isIntersectMesh()
237 …(closest_result, mVertices[mIndices[index_found]], mVertices[mIndices[index_found+1]], mVertices[m… in isIntersectMesh()
238 …point, mTextureCoords[mIndices[index_found]], mTextureCoords[mIndices[index_found+1]], mTextureCoo… in isIntersectMesh()
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/UnitTests/UnitTest_Layers/
H A DSceneObject.cpp208 int index_found = 0; in isIntersectMesh() local
223 index_found = i; in isIntersectMesh()
237 …(closest_result, mVertices[mIndices[index_found]], mVertices[mIndices[index_found+1]], mVertices[m… in isIntersectMesh()
238 …point, mTextureCoords[mIndices[index_found]], mTextureCoords[mIndices[index_found+1]], mTextureCoo… in isIntersectMesh()
/dports/devel/godot-tools/godot-3.2.3-stable/core/
H A Dpool_allocator.cpp288 bool index_found = find_entry_index(&entry_indices_pos, e); in free() local
289 if (!index_found) { in free()
292 ERR_FAIL_COND(!index_found); in free()
367 bool index_found = find_entry_index(&entry_indices_pos, e); in resize() local
369 if (!index_found) { in resize()
372 ERR_FAIL_COND_V(!index_found, ERR_BUG); in resize()
/dports/devel/godot/godot-3.2.3-stable/core/
H A Dpool_allocator.cpp288 bool index_found = find_entry_index(&entry_indices_pos, e); in free() local
289 if (!index_found) { in free()
292 ERR_FAIL_COND(!index_found); in free()
367 bool index_found = find_entry_index(&entry_indices_pos, e); in resize() local
369 if (!index_found) { in resize()
372 ERR_FAIL_COND_V(!index_found, ERR_BUG); in resize()
/dports/devel/godot2-tools/godot-2.1.6-stable/core/
H A Dpool_allocator.cpp286 bool index_found = find_entry_index(&entry_indices_pos, e); in free() local
287 if (!index_found) { in free()
290 ERR_FAIL_COND(!index_found); in free()
365 bool index_found = find_entry_index(&entry_indices_pos, e); in resize() local
367 if (!index_found) { in resize()
370 ERR_FAIL_COND_V(!index_found, ERR_BUG); in resize()
/dports/devel/godot2/godot-2.1.6-stable/core/
H A Dpool_allocator.cpp286 bool index_found = find_entry_index(&entry_indices_pos, e); in free() local
287 if (!index_found) { in free()
290 ERR_FAIL_COND(!index_found); in free()
365 bool index_found = find_entry_index(&entry_indices_pos, e); in resize() local
367 if (!index_found) { in resize()
370 ERR_FAIL_COND_V(!index_found, ERR_BUG); in resize()
/dports/science/elmerfem/elmerfem-release-9.0/ElmerWorkflows/FreeCADBatchFEMTools/
H A DFreeCADBatchFEMTools.py1152 index_found = face_name_list.index(old_face_name)
1153 face_name_list[index_found] = new_face_name
1201 index_found = face_name_list.index(face['name'])
1202 found_cface_names = surface_objs[index_found].References[0][1]
1212 … surface_object=surface_objs[index_found])
1251 index_found = solid_name_list.index(solid['name'])
1252 found_csolid_names = solid_objs[index_found].References[0][1]
1255 solid_objs[index_found].References = [(compound_filter, found_csolid_names)]
1304 index_found = solid_name_list.index(solid['name'])
1305 found_csolid_names = solid_objs[index_found].References[0][1]
[all …]
/dports/graphics/blender/blender-2.91.0/tests/python/
H A Dbl_pyapi_mathutils.py354 co_found, index_found, dist_found = k.find(co)
357 self.assertEqual(index_found, index)
366 co_found, index_found, dist_found = k.find(co)
369 self.assertIsNone(index_found)
382 co_found, index_found, dist_found = k.find((-1,) * 3)
385 co_found, index_found, dist_found = k.find((tot,) * 3)
/dports/lang/seed7/seed7/src/
H A Dprg_comp.c622 int index_found; in prgSysvar() local
626 index_found = findSysvar(name); in prgSysvar()
627 if (index_found != -1) { in prgSysvar()
628 result = aProgram->sys_var[index_found]; in prgSysvar()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/util/apis/
H A Darg_utils.py108 index_found = re.match(r'(.+)\[(\d+)\]$', f)
109 if index_found:
111 f, index = index_found.groups()
119 if index_found:
131 if message and index_found:
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DTextControl.cs999 int index_found = 0; in ScanForLinks()
1011 if (index_found == -1) in ScanForLinks()
1017 if (line_no_breaks_string.Length == index_found + search_terms [0].Length) in ScanForLinks()
1022 …if (char.IsLetterOrDigit (line_no_breaks_string [index_found + search_terms [0].Length]) == false … in ScanForLinks()
1023 … "@/~".IndexOf (line_no_breaks_string [index_found + search_terms [0].Length].ToString ()) == -1) { in ScanForLinks()
1024 line_no_breaks_index = index_found + search_terms [0].Length; in ScanForLinks()
1051 string link_text = line_no_breaks_string.Substring (index_found, link_end - index_found + 1); in ScanForLinks()
1062 if ((int)cumulative_length_list [current_cumulative] > index_found) in ScanForLinks()
1070 …if (current_tag.Start != (index_found - (int)cumulative_length_list [current_cumulative - 1]) + 1)… in ScanForLinks()
1086 if ((int)cumulative_length_list [current_cumulative] <= index_found + i) { in ScanForLinks()
[all …]
/dports/biology/lamarc/lamarc-2.1.8/boost/
H A Dmulti_index_container.hpp281 bool,index_found=!(is_same<iter,typename mpl::end<index_type_list>::type >::value));
282 BOOST_STATIC_ASSERT(index_found);
683 bool,index_found=!(is_same<iter,typename mpl::end<index_type_list>::type >::value));
684 BOOST_STATIC_ASSERT(index_found);
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/
H A Dmulti_index_container.hpp323 bool,index_found=!(is_same<iter,typename mpl::end<index_type_list>::type >::value));
324 BOOST_STATIC_ASSERT(index_found);
805 bool,index_found=!(is_same<iter,typename mpl::end<index_type_list>::type >::value));
806 BOOST_STATIC_ASSERT(index_found);
/dports/math/cvc4/CVC4-1.7/src/theory/quantifiers/sygus/
H A Dce_guided_single_inv_sol.cpp873 int index_found; in collectReconstructNodes() local
875 if (getMatch(min_t, stn, index_found, args, karg, c_index)) in collectReconstructNodes()
879 Node cons = Node::fromExpr( dt[index_found].getConstructor() ); in collectReconstructNodes()
880 …i-rcons-debug") << "Try alternative for " << id << ", matching " << dt[index_found].getName() << "… in collectReconstructNodes()
884 … if( !collectReconstructNodes( id, args, dt[index_found], d_reconstruct_op[id][cons], status ) ){ in collectReconstructNodes()
888 c_index = index_found+1; in collectReconstructNodes()
1504 int& index_found, in getMatch() argument
1548 index_found = i; in getMatch()
H A Dce_guided_single_inv_sol.h188 int& index_found,
/dports/graphics/blender/blender-2.91.0/release/scripts/startup/bl_ui/
H A Dspace_toolsystem_common.py1052 index_found = (tool_active.index + offset) % len(item_group)
1054 cls._tool_group_active[item_group[0].idname] = index_found
1056 item_found = item_group[index_found]
1057 _activate_by_item(context, space_type, item_found, index_found)
/dports/databases/pear-DB_Table/DB_Table-1.5.6/DB/Table/
H A DManager.php1678 $index_found = false;
1682 $index_found = true;
1696 if (!$index_found) {
/dports/devel/boost-docs/boost_1_72_0/boost/
H A Dmulti_index_container.hpp400 bool,index_found=!(is_same<iter,typename mpl::end<index_type_list>::type >::value));
401 BOOST_STATIC_ASSERT(index_found);
1095 bool,index_found=!(is_same<iter,typename mpl::end<index_type_list>::type >::value));
1096 BOOST_STATIC_ASSERT(index_found);
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/
H A Dmulti_index_container.hpp389 bool,index_found=!(is_same<iter,typename mpl::end<index_type_list>::type >::value));
390 BOOST_STATIC_ASSERT(index_found);
1038 bool,index_found=!(is_same<iter,typename mpl::end<index_type_list>::type >::value));
1039 BOOST_STATIC_ASSERT(index_found);
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/
H A Dmulti_index_container.hpp389 bool,index_found=!(is_same<iter,typename mpl::end<index_type_list>::type >::value));
390 BOOST_STATIC_ASSERT(index_found);
1038 bool,index_found=!(is_same<iter,typename mpl::end<index_type_list>::type >::value));
1039 BOOST_STATIC_ASSERT(index_found);
/dports/databases/percona57-server/boost_1_59_0/boost/
H A Dmulti_index_container.hpp389 bool,index_found=!(is_same<iter,typename mpl::end<index_type_list>::type >::value));
390 BOOST_STATIC_ASSERT(index_found);
1038 bool,index_found=!(is_same<iter,typename mpl::end<index_type_list>::type >::value));
1039 BOOST_STATIC_ASSERT(index_found);
/dports/databases/xtrabackup/boost_1_59_0/boost/
H A Dmulti_index_container.hpp389 bool,index_found=!(is_same<iter,typename mpl::end<index_type_list>::type >::value));
390 BOOST_STATIC_ASSERT(index_found);
1038 bool,index_found=!(is_same<iter,typename mpl::end<index_type_list>::type >::value));
1039 BOOST_STATIC_ASSERT(index_found);
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/
H A Dmulti_index_container.hpp400 bool,index_found=!(is_same<iter,typename mpl::end<index_type_list>::type >::value));
401 BOOST_STATIC_ASSERT(index_found);
1095 bool,index_found=!(is_same<iter,typename mpl::end<index_type_list>::type >::value));
1096 BOOST_STATIC_ASSERT(index_found);

12