Home
last modified time | relevance | path

Searched refs:bdy (Results 1 – 25 of 748) sorted by relevance

12345678910>>...30

/dports/science/code_saturne/code_saturne-7.1.0/src/base/
H A Dcs_boundary.c488 BFT_FREE(bdy->types); in cs_boundary_free()
490 BFT_FREE(bdy); in cs_boundary_free()
491 bdy = NULL; in cs_boundary_free()
509 if (bdy == NULL) in cs_boundary_add()
523 bdy->n_boundaries += 1; in cs_boundary_add()
525 BFT_REALLOC(bdy->zone_ids, bdy->n_boundaries, int); in cs_boundary_add()
526 BFT_REALLOC(bdy->types, bdy->n_boundaries, cs_boundary_type_t); in cs_boundary_add()
656 switch(bdy->category) { in cs_boundary_get_type_descr()
684 if (bdy == NULL) in cs_boundary_log_setup()
693 cs_boundary_get_type_descr(bdy, bdy->default_type, 127, descr); in cs_boundary_log_setup()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsBuiltinMaskVarTests.cpp110 bdy << " }\n" in subgroupMask()
156 + bdy + in initFrameBufferPrograms()
175 + bdy + in initFrameBufferPrograms()
198 + bdy + in initFrameBufferPrograms()
217 + bdy + in initFrameBufferPrograms()
254 << bdy in initPrograms()
273 + bdy + in initPrograms()
295 + bdy + in initPrograms()
319 + bdy + in initPrograms()
340 + bdy + in initPrograms()
[all …]
H A DglcSubgroupsShapeTests.cpp156 << bdy.str() in initFrameBufferPrograms()
175 << bdy.str() in initFrameBufferPrograms()
200 << bdy.str() in initFrameBufferPrograms()
218 << bdy.str() in initFrameBufferPrograms()
240 std::ostringstream bdy; in initPrograms() local
311 << bdy.str() in initPrograms()
330 + bdy.str() + in initPrograms()
352 + bdy.str() + in initPrograms()
377 + bdy.str() + in initPrograms()
399 + bdy.str() + in initPrograms()
[all …]
H A DglcSubgroupsPartitionedTests.cpp350 string bdy = in getTestString() local
356 bdy += in getTestString()
367 bdy += in getTestString()
386 bdy += in getTestString()
397 bdy += in getTestString()
587 << bdy in initPrograms()
613 + bdy+ in initPrograms()
642 + bdy + in initPrograms()
673 + bdy + in initPrograms()
701 + bdy + in initPrograms()
[all …]
H A DglcSubgroupsBallotOtherTests.cpp98 std::ostringstream bdy; in getBodySource() local
100 bdy << " uvec4 allOnes = uvec4(0xFFFFFFFF);\n" in getBodySource()
120 bdy << " tempResult |= subgroupInverseBallot(allOnes) ? 0x1u : 0u;\n" in getBodySource()
126bdy << " tempResult |= subgroupBallotBitExtract(allOnes, gl_SubgroupInvocationID) ? 0x1u : 0u;\n" in getBodySource()
139 bdy << " tempResult |= gl_SubgroupSize == subgroupBallotBitCount(allOnes) ? 0x1u : 0u;\n" in getBodySource()
145 bdy << " uint inclusiveOffset = gl_SubgroupInvocationID + 1u;\n" in getBodySource()
171 bdy << " uint exclusiveOffset = gl_SubgroupInvocationID;\n" in getBodySource()
197 bdy << " tempResult |= 0u == subgroupBallotFindLSB(allOnes) ? 0x1u : 0u;\n" in getBodySource()
217 bdy << " tempResult |= (gl_SubgroupSize - 1u) == subgroupBallotFindMSB(allOnes) ? 0x1u : 0u;\n" in getBodySource()
237 return bdy.str(); in getBodySource()
H A DglcSubgroupsClusteredTests.cpp324 bdy << " {\n" in getBodySource()
380 << bdy in initFrameBufferPrograms()
405 << bdy in initFrameBufferPrograms()
436 << bdy in initFrameBufferPrograms()
461 << bdy in initFrameBufferPrograms()
503 << bdy in initPrograms()
528 + bdy + in initPrograms()
556 + bdy + in initPrograms()
587 + bdy + in initPrograms()
614 + bdy + in initPrograms()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsBallotMasksTests.cpp95 std::ostringstream bdy; in getBodySource() local
98 bdy << "bool temp = true;\n"; in getBodySource()
110 bdy << " temp = false;\n"; in getBodySource()
112 bdy << " temp = false;\n"; in getBodySource()
113 bdy << "};\n"; in getBodySource()
119 bdy << " temp = false;\n"; in getBodySource()
121 bdy << " temp = false;\n"; in getBodySource()
122 bdy << "};\n"; in getBodySource()
131 bdy << "};\n"; in getBodySource()
140 bdy << "};\n"; in getBodySource()
[all …]
H A DvktSubgroupsShapeTests.cpp159 << bdy.str() in initFrameBufferPrograms()
179 << bdy.str() in initFrameBufferPrograms()
206 << bdy.str() in initFrameBufferPrograms()
226 << bdy.str() in initFrameBufferPrograms()
250 std::ostringstream bdy; in initPrograms() local
322 << bdy.str() in initPrograms()
342 + bdy.str() + in initPrograms()
366 + bdy.str() + in initPrograms()
393 + bdy.str() + in initPrograms()
417 + bdy.str() + in initPrograms()
[all …]
H A DvktSubgroupsBallotBroadcastTests.cpp101 std::ostringstream bdy; in getTestSrc() local
114 bdy << " uint64_t mask;\n" in getTestSrc()
139 bdy << " tempRes = 0x3;\n" in getTestSrc()
159 bdy << " tempRes= 0x3;\n" in getTestSrc()
175 bdy << " tempRes = 0;\n" in getTestSrc()
206 return bdy.str(); in getTestSrc()
211 std::ostringstream bdy; in getHelperFunctionARB() local
217 bdy << "{\n"; in getHelperFunctionARB()
223 bdy << " return false;\n"; in getHelperFunctionARB()
224 bdy << "}\n"; in getHelperFunctionARB()
[all …]
H A DvktSubgroupsBuiltinMaskVarTests.cpp149 std::ostringstream bdy; in subgroupMask() local
151 bdy << " uint tempResult = 0x1;\n" in subgroupMask()
195 bdy << " }\n" in subgroupMask()
220 return bdy.str(); in subgroupMask()
1211 const string bdy = subgroupMask(caseDef); in initPrograms() local
1232 << bdy in initPrograms()
1252 + bdy + in initPrograms()
1275 + bdy + in initPrograms()
1301 + bdy + in initPrograms()
1325 + bdy + in initPrograms()
[all …]
H A DvktSubgroupsPartitionedTests.cpp190 string bdy = in getTestString() local
196 bdy += in getTestString()
207 bdy += in getTestString()
224 bdy += in getTestString()
235 bdy += in getTestString()
267 return bdy; in getTestString()
426 << bdy in initPrograms()
451 + bdy+ in initPrograms()
479 + bdy + in initPrograms()
509 + bdy + in initPrograms()
[all …]
H A DvktSubgroupsBallotOtherTests.cpp100 std::ostringstream bdy; in getBodySource() local
102 bdy << " uvec4 allOnes = uvec4(0xFFFFFFFF);\n" in getBodySource()
122 bdy << " tempResult |= subgroupInverseBallot(allOnes) ? 0x1 : 0;\n" in getBodySource()
128 bdy << " tempResult |= subgroupBallotBitExtract(allOnes, gl_SubgroupInvocationID) ? 0x1 : 0;\n" in getBodySource()
141 bdy << " /* To ensure a 32-bit computation, use a variable with default highp precision. */\n" in getBodySource()
149 bdy << " uint inclusiveOffset = gl_SubgroupInvocationID + 1;\n" in getBodySource()
166 bdy << " uint exclusiveOffset = gl_SubgroupInvocationID;\n" in getBodySource()
183 bdy << " tempResult |= 0 == subgroupBallotFindLSB(allOnes) ? 0x1 : 0;\n" in getBodySource()
203 bdy << " tempResult |= (gl_SubgroupSize - 1) == subgroupBallotFindMSB(allOnes) ? 0x1 : 0;\n" in getBodySource()
223 return bdy.str(); in getBodySource()
/dports/security/p5-Net-SAML/zxid-1.42/
H A Dzxidspx.c336 bdy = r->Envelope->Body; in zxid_sp_soap_dispatch()
341 if (bdy->ArtifactResponse) { in zxid_sp_soap_dispatch()
355 if (bdy->LogoutRequest) { in zxid_sp_soap_dispatch()
373 if (bdy->ManageNameIDRequest) { in zxid_sp_soap_dispatch()
391 if (bdy->SASLRequest) { in zxid_sp_soap_dispatch()
415 if (bdy->XACMLAuthzDecisionQuery) { in zxid_sp_soap_dispatch()
450 if (bdy->ArtifactResolve) { in zxid_sp_soap_dispatch()
498 if (bdy->AddEntityRequest) { in zxid_sp_soap_dispatch()
502 if (bdy->ResolveIdentifierRequest) { in zxid_sp_soap_dispatch()
506 if (bdy->IdentityMappingRequest) { in zxid_sp_soap_dispatch()
[all …]
H A Dzxbustailf.c69 char* bdy = 0; variable
142 bdy = (*argv)[0]; in opt()
265 } else if (bdy) { in zxbustailf_main()
266 if (!zxbus_send(cf, chan, strlen(bdy), bdy)) in zxbustailf_main()
H A Dzxcall.c91 char* bdy = 0; variable
183 bdy = (*argv)[0]; in opt()
473 if (!bdy) { in zxcall_main()
477 p = bdy = ZX_ALLOC(cf->ctx, siz); in zxcall_main()
479 n = read_all_fd(fdstdin, p, siz+bdy-p-1, &got); in zxcall_main()
485 if (got < siz+bdy-p-1) break; in zxcall_main()
487 REALLOCN(bdy, siz); in zxcall_main()
499 ss = zxid_call(cf, ses, svc, url, di, az, bdy); in zxcall_main()
/dports/mail/astroid/astroid-0.15/tests/
H A Dtest_crypto.cc50 ustring bdy = "This is test: æøå.\n > testing\ntesting\n..."; in BOOST_AUTO_TEST_CASE() local
52 LOG (trace) << "cm: writing utf-8 text to message body: " << bdy; in BOOST_AUTO_TEST_CASE()
53 c->body << bdy; in BOOST_AUTO_TEST_CASE()
98 ustring bdy = "This is test: æøå.\n > testing\ntesting\n..."; in BOOST_AUTO_TEST_CASE() local
101 c->body << bdy; in BOOST_AUTO_TEST_CASE()
145 ustring bdy = "This is test: æøå.\n > testing\ntesting\n..."; in BOOST_AUTO_TEST_CASE() local
147 c->body << bdy; in BOOST_AUTO_TEST_CASE()
189 ustring bdy = "This is test: æøå.\n > testing\ntesting\n..."; in BOOST_AUTO_TEST_CASE() local
191 c->body << bdy; in BOOST_AUTO_TEST_CASE()
308 ustring bdy = "This is test: æøå.\n > testing\ntesting\n..."; in BOOST_AUTO_TEST_CASE() local
[all …]
H A Dtest_composed_message.cc35 ustring bdy = "This is test: æøå.\n > testing\ntesting\n..."; in BOOST_AUTO_TEST_CASE() local
37 LOG (trace) << "cm: writing utf-8 text to message body: " << bdy; in BOOST_AUTO_TEST_CASE()
38 c->body << bdy; in BOOST_AUTO_TEST_CASE()
50 …BOOST_CHECK_MESSAGE (bdy == rbdy, "message reading produces the same output as compose message inp… in BOOST_AUTO_TEST_CASE()
65 ustring bdy = "This is test: æøå.\n > testing\ntesting\n..."; in BOOST_AUTO_TEST_CASE() local
67 LOG (trace) << "cm: writing utf-8 text to message body: " << bdy; in BOOST_AUTO_TEST_CASE()
68 c->body << bdy; in BOOST_AUTO_TEST_CASE()
84 …BOOST_CHECK_MESSAGE (bdy == rbdy, "message reading produces the same output as compose message inp… in BOOST_AUTO_TEST_CASE()
196 ustring bdy = "This is test: æøå.\n > testing\ntesting\n..."; in BOOST_AUTO_TEST_CASE() local
198 LOG (trace) << "cm: writing utf-8 text to message body: " << bdy; in BOOST_AUTO_TEST_CASE()
[all …]
/dports/news/s-news/s-news-0.1.11/
H A Dinews.c229 struct body *bdy=0; in post_file() local
236 if (read_body(fp,&bdy)) in post_file()
297 while(bdy) in post_file()
299 fputs(bdy->line,pipe); in post_file()
300 bdy = bdy->next; in post_file()
348 struct body *bdy; in read_body() local
353 if (!((bdy = malloc(sizeof(*bdy))) && in read_body()
354 (bdy->line = strdup(line)))) in read_body()
360 *ptr = bdy; ptr = &bdy->next; in read_body()
361 bdy->next = 0; in read_body()
/dports/science/code_saturne/code_saturne-7.1.0/src/user_examples/
H A Dcs_user_parameters-cdo-solidification.c96 cs_boundary_t *bdy = domain->boundaries; in cs_user_model() local
100 cs_boundary_set_default(bdy, CS_BOUNDARY_SYMMETRY); in cs_user_model()
104 cs_boundary_add(bdy, CS_BOUNDARY_WALL, "left"); in cs_user_model()
105 cs_boundary_add(bdy, CS_BOUNDARY_WALL, "right"); in cs_user_model()
106 cs_boundary_add(bdy, CS_BOUNDARY_WALL, "top"); in cs_user_model()
107 cs_boundary_add(bdy, CS_BOUNDARY_WALL, "bottom"); in cs_user_model()
/dports/net-im/purple-facebook/purple-facebook-0.9.6/pidgin/libpurple/protocols/facebook/
H A Dfacebook.c105 PurpleBuddy *bdy; in fb_buddy_add_nonfriend() local
194 PurpleBuddy *bdy; in fb_cb_icon() local
249 PurpleBuddy *bdy; in fb_cb_api_contacts() local
285 if ((bdy != NULL) && (purple_buddy_get_group(bdy) == grpn)) { in fb_cb_api_contacts()
287 bdy = NULL; in fb_cb_api_contacts()
290 if (bdy == NULL) { in fb_cb_api_contacts()
330 PurpleBuddy *bdy; in fb_cb_api_contacts_delta() local
346 if ((bdy != NULL) && (purple_buddy_get_group(bdy) == grpn)) { in fb_cb_api_contacts_delta()
359 if (bdy != NULL) { in fb_cb_api_contacts_delta()
763 PurpleBuddy *bdy; in fb_cb_api_threads() local
[all …]
/dports/graphics/geos/geos-3.9.1/src/triangulate/quadedge/
H A DTrianglePredicate.cpp52 long double bdy = b.y - p.y; in isInCircleNormalized() local
57 long double cdxbdy = cdx * bdy; in isInCircleNormalized()
62 long double blift = bdx * bdx + bdy * bdy; in isInCircleNormalized()
64 long double adxbdy = adx * bdy; in isInCircleNormalized()
/dports/graphics/geomview/geomview-1.9.5/src/lib/geomutil/bdy/
H A DMakefile.am3 man_MANS = bdy.3gv
10 bdy.c \
11 bdy.h
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKv2/GKTimeLinePlugin/
H A DTimeLineWidget.cs181 int bdy = iRec.GetChronologicalYear(GEDCOMTagName.BIRT); in FilterHandler()
184 if (bdy != 0 && ddy == 0) { in FilterHandler()
185 ddy = bdy + GKData.PROVED_LIFE_LENGTH; in FilterHandler()
188 if (bdy == 0 && ddy != 0) { in FilterHandler()
189 bdy = ddy - GKData.PROVED_LIFE_LENGTH; in FilterHandler()
193 result = (fYearCurrent >= bdy && fYearCurrent <= ddy); in FilterHandler()
/dports/devel/ga/ga-5.8/global/examples/md_cluster/
H A Dpairs.F15 double precision br2(MAXAT),bdx(MAXAT),bdy(MAXAT),bdz(MAXAT)
182 bdy(jp) = ra(i,2,6) - ycrd(j)
183 bdy(jp) = bdy(jp) - ybox * anint(bdy(jp) / ybox)
187 br2(jp) = bdx(jp)**2 + bdy(jp)**2 + bdz(jp)**2
210 bdy(jp) = bdy(j)
230 ft(j,2) = dedr * bdy(j)
233 tprssr(j,2) = dedr*bdy(j)**2
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/triangulate/quadedge/
H A DTrianglePredicate.java83 double bdy = b.y - p.y; in isInCircleNormalized() local
87 double abdet = adx * bdy - bdx * ady; in isInCircleNormalized()
88 double bcdet = bdx * cdy - cdx * bdy; in isInCircleNormalized()
91 double blift = bdx * bdx + bdy * bdy; in isInCircleNormalized()
225 DD bdy = DD.valueOf(b.y).selfSubtract(p.y); in isInCircleDDNormalized() local
229 DD abdet = adx.multiply(bdy).selfSubtract(bdx.multiply(ady)); in isInCircleDDNormalized()
230 DD bcdet = bdx.multiply(cdy).selfSubtract(cdx.multiply(bdy)); in isInCircleDDNormalized()
233 DD blift = bdx.multiply(bdx).selfAdd(bdy.multiply(bdy)); in isInCircleDDNormalized()

12345678910>>...30