Home
last modified time | relevance | path

Searched defs:hit (Results 1 – 25 of 3248) sorted by relevance

12345678910>>...130

/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/meta/tests/
H A Dtest_intersection_rayaabb.cpp53 const bool hit = intersect(ray, RayInfo3d(ray), aabb); in TEST_SUITE() local
63 const bool hit = intersect(ray, RayInfo3d(ray), aabb); in TEST_SUITE() local
73 const bool hit = intersect(ray, RayInfo3d(ray), aabb); in TEST_SUITE() local
83 const bool hit = intersect(ray, RayInfo3d(ray), aabb); in TEST_SUITE() local
93 const bool hit = intersect(ray, RayInfo3d(ray), aabb); in TEST_SUITE() local
355 const bool hit = clip(ray, RayInfo3d(ray), aabb); in TEST_SUITE() local
367 const bool hit = clip(ray, RayInfo3d(ray), aabb); in TEST_SUITE() local
379 const bool hit = clip(ray, RayInfo3d(ray), aabb); in TEST_SUITE() local
391 const bool hit = clip(ray, RayInfo3d(ray), aabb); in TEST_SUITE() local
403 const bool hit = clip(ray, RayInfo3d(ray), aabb); in TEST_SUITE() local
[all …]
H A Dtest_intersection_raysphere.cpp60 const bool hit = intersect_sphere(ray, SphereCenter, SphereRadius); in TEST_SUITE() local
70 const bool hit = intersect_sphere(ray, SphereCenter, SphereRadius, tmin); in TEST_SUITE() local
96 const bool hit = intersect_sphere(ray, SphereCenter, SphereRadius); in TEST_SUITE() local
106 const bool hit = intersect_sphere(ray, SphereCenter, SphereRadius, tmin); in TEST_SUITE() local
132 const bool hit = intersect_sphere(ray, SphereCenter, SphereRadius); in TEST_SUITE() local
142 const bool hit = intersect_sphere(ray, SphereCenter, SphereRadius, tmin); in TEST_SUITE() local
168 const bool hit = intersect_sphere(ray, SphereCenter, SphereRadius); in TEST_SUITE() local
178 const bool hit = intersect_sphere(ray, SphereCenter, SphereRadius, tmin); in TEST_SUITE() local
204 const bool hit = intersect_sphere(ray, SphereCenter, SphereRadius); in TEST_SUITE() local
240 const bool hit = intersect_sphere(ray, SphereCenter, SphereRadius); in TEST_SUITE() local
[all …]
H A Dtest_intersection_raytriangle.cpp64 const bool hit = m_triangle.intersect(ray); in TEST_SUITE() local
73 const bool hit = m_triangle.intersect(ray); in TEST_SUITE() local
83 const bool hit = m_triangle.intersect(ray, t, u, v); in TEST_SUITE() local
94 const bool hit = m_triangle.intersect(ray, t, u, v); in TEST_SUITE() local
104 const bool hit = m_triangle.intersect(ray, t, u, v); in TEST_SUITE() local
121 const bool hit = m_triangle.intersect(ray); in TEST_SUITE() local
130 const bool hit = m_triangle.intersect(ray); in TEST_SUITE() local
140 const bool hit = m_triangle.intersect(ray, t, u, v); in TEST_SUITE() local
151 const bool hit = m_triangle.intersect(ray, t, u, v); in TEST_SUITE() local
161 const bool hit = m_triangle.intersect(ray, t, u, v); in TEST_SUITE() local
/dports/biology/vsearch/vsearch-2.17.1/src/
H A Dsearchcore.h70 struct hit struct
80 bool aligned; /* has this hit been aligned */ argument
81 bool weak; /* weak hits are aligned with id > weak_id */ argument
85 int nwscore; /* alignment score */
86 int nwdiff; /* indels and mismatches in global alignment */
87 int nwgaps; /* gaps in global alignment */
88 int nwindels; /* indels in global alignment */
89 int nwalignmentlength; /* length of global alignment */
90 double nwid; /* percent identity of global alignment */
92 int matches;
[all …]
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/Model/
H A DHitAdapter.cpp29 Node* hitToNode(const Hit& hit) { in hitToNode()
41 Object* hitToObject(const Hit& hit) { in hitToObject()
53 Group* hitToGroup(const Hit& hit) { in hitToGroup()
59 Entity* hitToEntity(const Hit& hit) { in hitToEntity()
65 Brush* hitToBrush(const Hit& hit) { in hitToBrush()
71 BrushFace* hitToFace(const Hit& hit) { in hitToFace()
/dports/x11-fm/nautilus/nautilus-41.1/src/
H A Dnautilus-search-hit.c152 nautilus_search_hit_get_uri (NautilusSearchHit *hit) in nautilus_search_hit_get_uri()
158 nautilus_search_hit_get_relevance (NautilusSearchHit *hit) in nautilus_search_hit_get_relevance()
164 nautilus_search_hit_get_fts_snippet (NautilusSearchHit *hit) in nautilus_search_hit_get_fts_snippet()
170 nautilus_search_hit_set_uri (NautilusSearchHit *hit, in nautilus_search_hit_set_uri()
178 nautilus_search_hit_set_fts_rank (NautilusSearchHit *hit, in nautilus_search_hit_set_fts_rank()
203 nautilus_search_hit_set_access_time (NautilusSearchHit *hit, in nautilus_search_hit_set_access_time()
235 NautilusSearchHit *hit; in nautilus_search_hit_set_property() local
292 NautilusSearchHit *hit; in nautilus_search_hit_get_property() local
345 NautilusSearchHit *hit = NAUTILUS_SEARCH_HIT (object); in nautilus_search_hit_finalize() local
421 nautilus_search_hit_init (NautilusSearchHit *hit) in nautilus_search_hit_init()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/boto/tests/mturk/
H A Dcleanup_tests.py9 def disable_hit(hit): argument
12 def dispose_hit(hit): argument
31 is_reviewable = lambda hit: hit.HITStatus == 'Reviewable' argument
32 is_not_reviewable = lambda hit: not is_reviewable(hit) argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/vendored/boto/tests/mturk/
H A Dcleanup_tests.py9 def disable_hit(hit): argument
12 def dispose_hit(hit): argument
31 is_reviewable = lambda hit: hit.HITStatus == 'Reviewable' argument
32 is_not_reviewable = lambda hit: not is_reviewable(hit) argument
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/vendored/boto/tests/mturk/
H A Dcleanup_tests.py9 def disable_hit(hit): argument
12 def dispose_hit(hit): argument
31 is_reviewable = lambda hit: hit.HITStatus == 'Reviewable' argument
32 is_not_reviewable = lambda hit: not is_reviewable(hit) argument
/dports/devel/py-boto/boto-2.49.0/tests/mturk/
H A Dcleanup_tests.py9 def disable_hit(hit): argument
12 def dispose_hit(hit): argument
31 is_reviewable = lambda hit: hit.HITStatus == 'Reviewable' argument
32 is_not_reviewable = lambda hit: not is_reviewable(hit) argument
/dports/sysutils/bulk_extractor/bulk_extractor-2.0.0-beta2/src/
H A Dscan_accts_lg.cpp602 void Scanner::ccnHitHandler(const LG_SearchHit& hit, const scanner_params& sp) { in ccnHitHandler()
611 void Scanner::ccnUTF16LEHitHandler(const LG_SearchHit& hit, const scanner_params& sp) { in ccnUTF16LEHitHandler()
620 void Scanner::ccnTrack2HitHandler(const LG_SearchHit& hit, const scanner_params& sp) { in ccnTrack2HitHandler()
639 void Scanner::telephoneHitHandler(const LG_SearchHit& hit, const scanner_params& sp) { in telephoneHitHandler()
684 void Scanner::bitlockerHitHandler(const LG_SearchHit& hit, const scanner_params& sp) { in bitlockerHitHandler()
695 void Scanner::piiHitHandler(const LG_SearchHit& hit, const scanner_params& sp) { in piiHitHandler()
702 void Scanner::piiUTF16LEHitHandler(const LG_SearchHit& hit, const scanner_params& sp) { in piiUTF16LEHitHandler()
709 void Scanner::sinHitHandler(const LG_SearchHit& hit, const scanner_params& sp) { in sinHitHandler()
716 void Scanner::sinUTF16LEHitHandler(const LG_SearchHit& hit, const scanner_params& sp) { in sinUTF16LEHitHandler()
723 void Scanner::sinHitHandler2(const LG_SearchHit& hit, const scanner_params& sp) { in sinHitHandler2()
[all …]
H A Dscan_email_lg.cpp108 bool valid_ipaddr(const T* leftguard, const T* hit) { in valid_ipaddr()
390 void Scanner::rfc822HitHandler(const LG_SearchHit& hit, const scanner_params& sp) { in rfc822HitHandler()
394 void Scanner::emailHitHandler(const LG_SearchHit& hit, const scanner_params& sp) { in emailHitHandler()
405 void Scanner::emailUTF16LEHitHandler(const LG_SearchHit& hit, const scanner_params& sp) { in emailUTF16LEHitHandler()
416 void Scanner::ipaddrHitHandler(const LG_SearchHit& hit, const scanner_params& sp) { in ipaddrHitHandler()
422 void Scanner::ipaddrUTF16LEHitHandler(const LG_SearchHit& hit, const scanner_params& sp) { in ipaddrUTF16LEHitHandler()
433 void Scanner::etherHitHandler(const LG_SearchHit& hit, const scanner_params& sp) { in etherHitHandler()
441 void Scanner::etherUTF16LEHitHandler(const LG_SearchHit& hit, const scanner_params& sp) { in etherUTF16LEHitHandler()
451 void Scanner::protoHitHandler(const LG_SearchHit& hit, const scanner_params& sp) { in protoHitHandler()
478 void Scanner::protoUTF16LEHitHandler(const LG_SearchHit& hit, const scanner_params& sp) { in protoUTF16LEHitHandler()
/dports/security/p5-Net-SAML/zxid-1.42/
H A Dhiwrite.c58 void hi_send0(struct hi_thr* hit, struct hi_io* io, struct hi_pdu* parent, struct hi_pdu* req, stru… in hi_send0()
148 void hi_send(struct hi_thr* hit, struct hi_io* io, struct hi_pdu* parent, struct hi_pdu* req, struc… in hi_send()
156 void hi_send1(struct hi_thr* hit, struct hi_io* io, struct hi_pdu* parent, struct hi_pdu* req, stru… in hi_send1()
203 void hi_sendf(struct hi_thr* hit, struct hi_io* io, struct hi_pdu* parent, struct hi_pdu* req, char… in hi_sendf()
269 static void hi_pdu_free(struct hi_thr* hit, struct hi_pdu* pdu, const char* lk1, const char* lk2) in hi_pdu_free()
310 void hi_free_resp(struct hi_thr* hit, struct hi_pdu* resp, const char* lk1) in hi_free_resp()
337 void hi_free_req(struct hi_thr* hit, struct hi_pdu* req, const char* lk1) in hi_free_req()
393 static void hi_free_req_fe(struct hi_thr* hit, struct hi_pdu* req) in hi_free_req_fe()
414 static void hi_free_in_write(struct hi_thr* hit, struct hi_io* io) in hi_free_in_write()
441 static void hi_clear_iov(struct hi_thr* hit, struct hi_io* io, int n) in hi_clear_iov()
[all …]
H A Dhttp.c24 struct hi_pdu* http_encode_start(struct hi_thr* hit) in http_encode_start()
32 void http_send_err(struct hi_thr* hit, struct hi_io* io, struct hi_pdu* req, int r, char* m) in http_send_err()
40 void http_send_data(struct hi_thr* hit, struct hi_io* io, struct hi_pdu* req, int len, char* d) in http_send_data()
47 void http_send_file(struct hi_thr* hit, struct hi_io* io, struct hi_pdu* req, int len, char* d) in http_send_file()
56 int http_decode(struct hi_thr* hit, struct hi_io* io) in http_decode()
H A Dhiread.c43 struct hi_pdu* hi_pdu_alloc(struct hi_thr* hit, const char* lk) in hi_pdu_alloc()
95 static void hi_checkmore(struct hi_thr* hit, struct hi_io* io, struct hi_pdu* req, int minlen) in hi_checkmore()
128 void hi_add_to_reqs(struct hi_thr* hit, struct hi_io* io, struct hi_pdu* req, int minlen) in hi_add_to_reqs()
155 int hi_read(struct hi_thr* hit, struct hi_io* io) in hi_read()
H A Dhinet.c66 int hi_vfy_peer_ssl_cred(struct hi_thr* hit, struct hi_io* io, const char* eid) in hi_vfy_peer_ssl_cred()
268 void hi_poll(struct hi_thr* hit) in hi_poll()
349 struct hi_io* hi_add_fd(struct hi_thr* hit, struct hi_io* io, int fd, int kind) in hi_add_fd()
432 void hi_del_fd(struct hi_thr* hit, int fd) in hi_del_fd()
467 struct hi_io* hi_open_tcp(struct hi_thr* hit, struct hi_host_spec* hs, int proto) in hi_open_tcp()
558 void hi_accept_book(struct hi_thr* hit, struct hi_io* io, int fd) in hi_accept_book()
672 void hi_accept(struct hi_thr* hit, struct hi_io* listener) in hi_accept()
/dports/graphics/wings/libigl-2.1.0/tests/include/igl/embree/
H A DEmbreeIntersector.cpp29 igl::Hit hit; variable
47 igl::Hit hit; variable
65 igl::Hit hit; variable
75 igl::Hit hit; variable
88 igl::Hit hit; variable
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/View/
H A DSelectionTool.cpp57 const Model::Hit& hit = firstHit(inputState, Model::Brush::BrushHit); in doMouseClick() local
86 …const Model::Hit& hit = firstHit(inputState, Model::Group::GroupHit | Model::Entity::EntityHit | M… in doMouseClick() local
117 const Model::Hit& hit = firstHit(inputState, Model::Brush::BrushHit); in doMouseDoubleClick() local
130 … const Model::Hit& hit = firstHit(inputState, Model::Group::GroupHit | Model::Brush::BrushHit); in doMouseDoubleClick() local
237 const Model::Hit& hit = firstHit(inputState, Model::Brush::BrushHit); in doStartMouseDrag() local
251 …const Model::Hit& hit = firstHit(inputState, Model::Group::GroupHit | Model::Entity::EntityHit | M… in doStartMouseDrag() local
270 const Model::Hit& hit = firstHit(inputState, Model::Brush::BrushHit); in doMouseDrag() local
278 …const Model::Hit& hit = firstHit(inputState, Model::Group::GroupHit | Model::Entity::EntityHit | M… in doMouseDrag() local
300 …const Model::Hit& hit = firstHit(inputState, Model::Group::GroupHit | Model::Entity::EntityHit | M… in doSetRenderOptions() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.tests/tests/org/eclipse/jdt/debug/tests/breakpoints/
H A DSuspendVMBreakpointsTests.java78 IBreakpoint hit = getBreakpoint(thread); in testSuspendVmExceptionBreakpoint() local
106 IBreakpoint hit = getBreakpoint(thread); in testSuspendVmAccessWatchpointBreakpoint() local
136 IBreakpoint hit = getBreakpoint(thread); in testSuspendVmModificationWatchpointBreakpoint() local
167 IBreakpoint hit = getBreakpoint(thread); in testSuspendVmMethodEntryBreakpoint() local
193 IBreakpoint hit = getBreakpoint(thread); in testSuspendVmMethodExitBreakpoint() local
H A DWatchpointTests.java55 IBreakpoint hit = getBreakpoint(thread); in testAccessAndModification() local
102 IBreakpoint hit = getBreakpoint(thread); in testModification() local
196 IBreakpoint hit = getBreakpoint(thread); in testDisabledAccess() local
231 IBreakpoint hit = getBreakpoint(thread); in testHitCountAccess() local
285 IBreakpoint hit = getBreakpoint(thread); in testSkipWatchpoint() local
319 IBreakpoint hit = getBreakpoint(thread); in testFinalWatchpoint() local
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/renderer/meta/tests/
H A Dtest_intersector.cpp128 const bool hit = m_intersector.trace(ray, shading_point); in TEST_SUITE() local
144 const bool hit = m_intersector.trace_probe(ray); in TEST_SUITE() local
163 const bool hit = m_intersector.trace(ray, shading_point); in TEST_SUITE() local
179 const bool hit = m_intersector.trace_probe(ray); in TEST_SUITE() local
/dports/biology/cufflinks/cufflinks-2.2.1-89-gdc3b0cb/src/
H A Dmultireads.cpp23 MultiHit& hit = _hits[_curr_index]; in get_hit() local
36 MultiHit* hit = get_hit(r_id, left, right); in add_expr() local
54 MultiHit* hit = get_hit(r_id, left, right); in get_mass() local
75 void MultiReadTable::add_hit(const MateHit& hit) in add_hit()
93 void MultiReadTable::add_expr(const MateHit& hit, double expr) in add_expr()
108 double MultiReadTable::get_mass(const MateHit& hit) in get_mass()
/dports/games/openmw/openmw-openmw-0.47.0/apps/opencs/view/render/
H A Dpathgridmode.cpp89 void PathgridMode::secondaryEditPressed(const WorldspaceHitResult& hit) in secondaryEditPressed()
109 void PathgridMode::primarySelectPressed(const WorldspaceHitResult& hit) in primarySelectPressed()
124 void PathgridMode::secondarySelectPressed(const WorldspaceHitResult& hit) in secondarySelectPressed()
152 …WorldspaceHitResult hit = getWorldspaceWidget().mousePick (pos, getWorldspaceWidget().getInteracti… in primaryEditStartDrag() local
172 …WorldspaceHitResult hit = getWorldspaceWidget().mousePick (pos, getWorldspaceWidget().getInteracti… in secondaryEditStartDrag() local
210 …WorldspaceHitResult hit = getWorldspaceWidget().mousePick (pos, getWorldspaceWidget().getInteracti… in drag() local
249 …WorldspaceHitResult hit = getWorldspaceWidget().mousePick(pos, getWorldspaceWidget().getInteractio… in dragCompleted() local
/dports/sysutils/siegfried/siegfried-1.9.1/internal/containermatcher/
H A Didentify.go181 func (c *ContainerMatcher) processHits(hits []hit, id *identifier, ct *cTest, name string, res chan…
245 func toResult(i int, h []hit) result {
278 type hit struct { struct
279 id int
280 name string
281 basis string
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/examples/parallel_for/tachyon/src/
H A Dtexture.cpp60 color standard_texture(vector * hit, texture * tex, ray * ry) { in standard_texture()
65 color image_cyl_texture(vector * hit, texture * tex, ray * ry) { in image_cyl_texture()
89 color image_sphere_texture(vector * hit, texture * tex, ray * ry) { in image_sphere_texture()
113 color image_plane_texture(vector * hit, texture * tex, ray * ry) { in image_plane_texture()
143 color grit_texture(vector * hit, texture * tex, ray * ry) { in grit_texture()
158 color checker_texture(vector * hit, texture * tex, ray * ry) { in checker_texture()
187 color cyl_checker_texture(vector * hit, texture * tex, ray * ry) { in cyl_checker_texture()
219 color wood_texture(vector * hit, texture * tex, ray * ry) { in wood_texture()
328 color marble_texture(vector * hit, texture * tex, ray * ry) { in marble_texture()
359 color gnoise_texture(vector * hit, texture * tex, ray * ry) { in gnoise_texture()

12345678910>>...130