Home
last modified time | relevance | path

Searched refs:is_in_domain (Results 1 – 25 of 92) sorted by relevance

1234

/dports/science/py-dlib/dlib-19.22/dlib/test/
H A Dhash_map.cpp142 if (!test.is_in_domain(a)) in hash_map_kernel_test()
154 if (!test.is_in_domain(a)) in hash_map_kernel_test()
224 if (!test.is_in_domain(a)) in hash_map_kernel_test()
311 if (!test.is_in_domain(a)) in hash_map_kernel_test()
348 if (!test.is_in_domain(a)) in hash_map_kernel_test()
397 DLIB_TEST(test.is_in_domain(7)); in hash_map_kernel_test()
398 DLIB_TEST(test.is_in_domain(5)); in hash_map_kernel_test()
401 DLIB_TEST(!test.is_in_domain(7)); in hash_map_kernel_test()
402 DLIB_TEST(test.is_in_domain(5)); in hash_map_kernel_test()
405 DLIB_TEST(!test.is_in_domain(7)); in hash_map_kernel_test()
[all …]
H A Dmap.cpp142 if (!test.is_in_domain(a)) in map_kernel_test()
154 if (!test.is_in_domain(a)) in map_kernel_test()
228 if (!test.is_in_domain(a)) in map_kernel_test()
310 if (!test.is_in_domain(a)) in map_kernel_test()
351 if (!test.is_in_domain(a)) in map_kernel_test()
400 DLIB_TEST(test.is_in_domain(7)); in map_kernel_test()
401 DLIB_TEST(test.is_in_domain(5)); in map_kernel_test()
404 DLIB_TEST(!test.is_in_domain(7)); in map_kernel_test()
405 DLIB_TEST(test.is_in_domain(5)); in map_kernel_test()
408 DLIB_TEST(!test.is_in_domain(7)); in map_kernel_test()
[all …]
/dports/science/dlib-cpp/dlib-19.22/dlib/test/
H A Dhash_map.cpp142 if (!test.is_in_domain(a)) in hash_map_kernel_test()
154 if (!test.is_in_domain(a)) in hash_map_kernel_test()
224 if (!test.is_in_domain(a)) in hash_map_kernel_test()
311 if (!test.is_in_domain(a)) in hash_map_kernel_test()
348 if (!test.is_in_domain(a)) in hash_map_kernel_test()
397 DLIB_TEST(test.is_in_domain(7)); in hash_map_kernel_test()
398 DLIB_TEST(test.is_in_domain(5)); in hash_map_kernel_test()
401 DLIB_TEST(!test.is_in_domain(7)); in hash_map_kernel_test()
402 DLIB_TEST(test.is_in_domain(5)); in hash_map_kernel_test()
405 DLIB_TEST(!test.is_in_domain(7)); in hash_map_kernel_test()
[all …]
H A Dmap.cpp142 if (!test.is_in_domain(a)) in map_kernel_test()
154 if (!test.is_in_domain(a)) in map_kernel_test()
228 if (!test.is_in_domain(a)) in map_kernel_test()
310 if (!test.is_in_domain(a)) in map_kernel_test()
351 if (!test.is_in_domain(a)) in map_kernel_test()
400 DLIB_TEST(test.is_in_domain(7)); in map_kernel_test()
401 DLIB_TEST(test.is_in_domain(5)); in map_kernel_test()
404 DLIB_TEST(!test.is_in_domain(7)); in map_kernel_test()
405 DLIB_TEST(test.is_in_domain(5)); in map_kernel_test()
408 DLIB_TEST(!test.is_in_domain(7)); in map_kernel_test()
[all …]
/dports/science/py-dlib/dlib-19.22/dlib/map/
H A Dmap_kernel_c.h106 DLIB_CASSERT( (!this->is_in_domain(d)) && in add()
111 << "\n\tis_in_domain(d): " << (this->is_in_domain(d) ? "true" : "false") in add()
161 DLIB_CASSERT( (this->is_in_domain(d)) && in remove()
168 << "\n\tis_in_domain(d): " << (this->is_in_domain(d) ? "true" : "false") in remove()
190 DLIB_CASSERT(this->is_in_domain(d), in destroy()
212 DLIB_CASSERT( this->is_in_domain(d),
233 DLIB_CASSERT( this->is_in_domain(d),
/dports/devel/concurrentqueue/concurrentqueue-1.0.3-15-g0753496/benchmarks/dlib/map/
H A Dmap_kernel_c.h106 DLIB_CASSERT( (!this->is_in_domain(d)) && in add()
111 << "\n\tis_in_domain(d): " << (this->is_in_domain(d) ? "true" : "false") in add()
161 DLIB_CASSERT( (this->is_in_domain(d)) && in remove()
168 << "\n\tis_in_domain(d): " << (this->is_in_domain(d) ? "true" : "false") in remove()
190 DLIB_CASSERT(this->is_in_domain(d), in destroy()
212 DLIB_CASSERT( this->is_in_domain(d),
233 DLIB_CASSERT( this->is_in_domain(d),
/dports/science/dlib-cpp/dlib-19.22/dlib/map/
H A Dmap_kernel_c.h106 DLIB_CASSERT( (!this->is_in_domain(d)) && in add()
111 << "\n\tis_in_domain(d): " << (this->is_in_domain(d) ? "true" : "false") in add()
161 DLIB_CASSERT( (this->is_in_domain(d)) && in remove()
168 << "\n\tis_in_domain(d): " << (this->is_in_domain(d) ? "true" : "false") in remove()
190 DLIB_CASSERT(this->is_in_domain(d), in destroy()
212 DLIB_CASSERT( this->is_in_domain(d),
233 DLIB_CASSERT( this->is_in_domain(d),
/dports/science/py-dlib/dlib-19.22/dlib/hash_map/
H A Dhash_map_kernel_c.h84 DLIB_CASSERT( (!this->is_in_domain(d)) && in add()
89 << "\n\tis_in_domain(d): " << (this->is_in_domain(d) ? "true" : "false") in add()
145 DLIB_CASSERT( (this->is_in_domain(d)) && in remove()
152 << "\n\tis_in_domain(d): " << (this->is_in_domain(d) ? "true" : "false") in remove()
177 DLIB_CASSERT( this->is_in_domain(d), in destroy()
200 DLIB_CASSERT( this->is_in_domain(d),
221 DLIB_CASSERT( this->is_in_domain(d),
/dports/science/dlib-cpp/dlib-19.22/dlib/hash_map/
H A Dhash_map_kernel_c.h84 DLIB_CASSERT( (!this->is_in_domain(d)) && in add()
89 << "\n\tis_in_domain(d): " << (this->is_in_domain(d) ? "true" : "false") in add()
145 DLIB_CASSERT( (this->is_in_domain(d)) && in remove()
152 << "\n\tis_in_domain(d): " << (this->is_in_domain(d) ? "true" : "false") in remove()
177 DLIB_CASSERT( this->is_in_domain(d), in destroy()
200 DLIB_CASSERT( this->is_in_domain(d),
221 DLIB_CASSERT( this->is_in_domain(d),
/dports/math/cgal/CGAL-5.3/include/CGAL/Mesh_3/experimental/
H A DLipschitz_sizing_experimental.h184 if (!is_in_domain(index.first)) in operator()
212 if (!is_in_domain(subdomains.first)) in operator()
236 if (!is_in_domain(subdomains.first)) in operator()
264 if (is_in_domain(subdomains.first)) in incident_subdomains()
267 if (is_in_domain(subdomains.second)) in incident_subdomains()
282 if (is_in_domain(subdomains.first)) in min_size_in_incident_subdomains()
287 if (is_in_domain(subdomains.second)) in min_size_in_incident_subdomains()
332 return !is_in_domain(index.first) || !is_in_domain(index.second); in is_on_cube_boundary()
360 bool is_in_domain(const Subdomain_index& index) const in is_in_domain() function
/dports/math/cgal/CGAL-5.3/include/CGAL/IO/
H A DComplex_2_in_triangulation_3_file_writer.h422 CGAL_assertion (f.first->is_in_domain() != in output_oriented_surface_facets_to_off()
423 opposite.first->is_in_domain()); in output_oriented_surface_facets_to_off()
424 if(!f.first->is_in_domain()) in output_oriented_surface_facets_to_off()
470 if(!f.first->is_in_domain()) in output_surface_facets_to_ghs()
487 if ((fit->first->is_in_domain () || neighb->is_in_domain()) && in number_of_facets_in_domain()
524 if ((fit->first->is_in_domain () || neighb->is_in_domain()) && in output_interior_facets_to_off()
H A Dwrite_VTU.h77 if(fit->is_in_domain()) in write_cells_tag_2()
117 if(fit->is_in_domain()) in write_cells_tag_2()
152 if(fit->is_in_domain()) in write_cells_tag_2()
188 if(fit->is_in_domain()) in write_cells_2()
358 if(fit->is_in_domain()) ++number_of_triangles;
/dports/science/py-dlib/dlib-19.22/dlib/threads/
H A Dmultithreaded_object_extension.cpp99 DLIB_ASSERT(thread_ids.is_in_domain(get_thread_id()) == false, in wait()
162 DLIB_ASSERT(thread_ids.is_in_domain(get_thread_id()), in should_stop()
184 if (self.thread_ids.is_in_domain(id)) in ~raii_thread_helper()
/dports/science/dlib-cpp/dlib-19.22/dlib/threads/
H A Dmultithreaded_object_extension.cpp99 DLIB_ASSERT(thread_ids.is_in_domain(get_thread_id()) == false, in wait()
162 DLIB_ASSERT(thread_ids.is_in_domain(get_thread_id()), in should_stop()
184 if (self.thread_ids.is_in_domain(id)) in ~raii_thread_helper()
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DTriangular_field_2.h110 CGAL_assertion(is_in_domain(p)); in get_field()
116 bool is_in_domain(const Point_2 & p) const;
146 Triangular_field_2<StreamLinesTraits_2>::is_in_domain(const Point_2 & in is_in_domain() function
160 CGAL_assertion(is_in_domain(p)); in get_vector_field()
H A DRegular_grid_2.h62 CGAL_streamlines_precondition(is_in_domain(p)); in get_field()
68 inline bool is_in_domain(const Point_2 & p) const;
148 Regular_grid_2<StreamLinesTraits_2>::is_in_domain(const Point_2 & p) in is_in_domain() function
/dports/science/py-dlib/dlib-19.22/dlib/server/
H A Dserver_iostream.h54 if (con_map.is_in_domain(id)) in shutdown_connection()
120 if (con_map.is_in_domain(this_con_id)) in on_connect()
/dports/science/dlib-cpp/dlib-19.22/dlib/server/
H A Dserver_iostream.h54 if (con_map.is_in_domain(id)) in shutdown_connection()
120 if (con_map.is_in_domain(this_con_id)) in on_connect()
/dports/math/cgal/CGAL-5.3/include/CGAL/Qt/
H A DDelaunayMeshTriangulationGraphicsItem.h184 if(fit->is_in_domain()){ in drawAll()
198 if(fit->is_in_domain()){ in drawAll()
275 if(fh->is_in_domain()){ in operator()
/dports/math/cgal/CGAL-5.3/include/CGAL/Mesh_2/
H A DRefine_faces.h118 if( fit->is_in_domain() ) in scan_triangulation_impl()
200 if((*fh_it)->is_in_domain() ) in before_insertion_impl()
287 CGAL_assertion(fh->is_in_domain()); in push_in_bad_faces()
312 if( fc->is_in_domain() ) in compute_new_bad_faces()
H A DRefine_edges_visitor.h78 mark_at_right = fh->is_in_domain(); in before_conflicts()
79 mark_at_left = fh->neighbor(edge_index)->is_in_domain(); in before_conflicts()
/dports/math/cgal/CGAL-5.3/demo/CGAL_ipelets/
H A Dmesh_2.cpp116 if (it->first->is_in_domain() || it->first->neighbor(it->second)->is_in_domain()) in protected_run()
/dports/science/py-dlib/dlib-19.22/dlib/bayes_utils/
H A Dbayes_utils.h96 return vals.is_in_domain(idx); in has_index()
302 if (table.is_in_domain(a)) in set_probability()
317 return table.is_in_domain(a); in has_entry_for()
334 if (table.is_in_domain(a)) in add_probability()
526 if (table.is_in_domain(ps) && value < num_vals && table[ps](value) >= 0) in has_entry_for()
552 if (table.is_in_domain(ps)) in set_probability()
1417 if (evidence.is_in_domain(join_tree.node(i).data.element())) in create_bayesian_network_join_tree()
1436 if (evidence.is_in_domain(indices[j])) in create_bayesian_network_join_tree()
/dports/science/dlib-cpp/dlib-19.22/dlib/bayes_utils/
H A Dbayes_utils.h96 return vals.is_in_domain(idx); in has_index()
302 if (table.is_in_domain(a)) in set_probability()
317 return table.is_in_domain(a); in has_entry_for()
334 if (table.is_in_domain(a)) in add_probability()
526 if (table.is_in_domain(ps) && value < num_vals && table[ps](value) >= 0) in has_entry_for()
552 if (table.is_in_domain(ps)) in set_probability()
1417 if (evidence.is_in_domain(join_tree.node(i).data.element())) in create_bayesian_network_join_tree()
1436 if (evidence.is_in_domain(indices[j])) in create_bayesian_network_join_tree()
/dports/science/py-dlib/dlib-19.22/dlib/config_reader/
H A Dconfig_reader_kernel_1.h473 if (cr.key_table.is_in_domain(identifier)) in parse_config_file()
483 if (cr.block_table.is_in_domain(identifier)) in parse_config_file()
533 return key_table.is_in_domain(key); in is_key_defined()
548 return block_table.is_in_domain(name); in is_block_defined()

1234