Home
last modified time | relevance | path

Searched refs:hB (Results 1 – 25 of 1171) sorted by relevance

12345678910>>...47

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/ampl/
H A Davldelete.c27 int hB, hC, hD, hE; in avl_delhelp() local
49 hB = hC = 0; in avl_delhelp()
51 hB = B->height; in avl_delhelp()
54 if (hB >= hC - 1) in avl_delhelp()
124 hB = hC = 0; in avl_finddel()
130 if (hB >= hC) in avl_finddel()
161 hB = hC = 0; in avl_finddel()
167 if (hB >= hC) in avl_finddel()
195 hB = hC = 0; in avl_finddel()
200 if (hB > hC) { in avl_finddel()
[all …]
H A Davltree.c189 hB = 0; in avl_findins()
191 hB = B->height; in avl_findins()
192 if (hC <= hB) in avl_findins()
194 if (hC == hB + 1) { in avl_findins()
195 A->height = hB + 2; in avl_findins()
213 A->height = hB + 1; in avl_findins()
238 hB = 0; in avl_findins()
240 hB = B->height; in avl_findins()
241 if (hC <= hB) in avl_findins()
243 if (hC == hB + 1) { in avl_findins()
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/tpl/ampl/
H A Davldelete.c27 int hB, hC, hD, hE; in avl_delhelp() local
49 hB = hC = 0; in avl_delhelp()
51 hB = B->height; in avl_delhelp()
54 if (hB >= hC - 1) in avl_delhelp()
124 hB = hC = 0; in avl_finddel()
130 if (hB >= hC) in avl_finddel()
161 hB = hC = 0; in avl_finddel()
167 if (hB >= hC) in avl_finddel()
195 hB = hC = 0; in avl_finddel()
200 if (hB > hC) { in avl_finddel()
[all …]
H A Davltree.c189 hB = 0; in avl_findins()
191 hB = B->height; in avl_findins()
192 if (hC <= hB) in avl_findins()
194 if (hC == hB + 1) { in avl_findins()
195 A->height = hB + 2; in avl_findins()
213 A->height = hB + 1; in avl_findins()
238 hB = 0; in avl_findins()
240 hB = B->height; in avl_findins()
241 if (hC <= hB) in avl_findins()
243 if (hC == hB + 1) { in avl_findins()
[all …]
/dports/science/teem/teem-1.11.0-src/src/bane/
H A Dscat.c30 Nrrd *gA, *hA, *gB, *hB; in baneRawScatterplots() local
44 hA = nrrdNew(); hB = nrrdNew(); in baneRawScatterplots()
58 if (!E) E |= nrrdHistoEq(hB, hA, NULL, baneStateHistEqBins, in baneRawScatterplots()
62 if (!E) E |= nrrdCopy(hB, hA); in baneRawScatterplots()
71 if (!E) E |= nrrdAxesSwap(hA, hB, 0, 1); in baneRawScatterplots()
73 if (!E) E |= nrrdFlip(hB, hA, 1); in baneRawScatterplots()
80 if (!E) E |= nrrdCopy(nvh, hB); in baneRawScatterplots()
87 nrrdNuke(hA); nrrdNuke(hB); in baneRawScatterplots()
/dports/devel/taskflow/taskflow-3.2.0/sandbox/cublas_unittests/
H A Dlevel3.cu40 const std::vector<T>& hB, in geam() argument
655 const T* hB[], in gemm_batched() argument
823 hBs[s] = hB.data(); in gemm_batched_nn()
857 hBs[s] = hB.data(); in gemm_batched_tn()
891 hBs[s] = hB.data(); in gemm_batched_nt()
1009 const T* hB, in gemm_strided_batched() argument
1393 auto h2dB = capturer.copy(dB, hB.data(), hB.size()); in symm_test()
1547 auto h2dB = capturer.copy(dB, hB.data(), hB.size()); in syr2k_test()
1628 auto h2dB = capturer.copy(dB, hB.data(), hB.size()); in trmm_test()
1701 auto h2dB = capturer.copy(dB, hB.data(), hB.size()); in trsm_test()
[all …]
H A Dlevel2.cu205 const std::vector<T> hB = { in c_trsv_test() local
223 auto dB = tf::cuda_malloc_device<T>(hB.size()); in c_trsv_test()
228 auto h2dB = capturer.copy(dB, hB.data(), hB.size()); in c_trsv_test()
273 const std::vector<T> hB = { in c_trmv_test() local
291 std::vector<T> res(hB.size(), 0); in c_trmv_test()
297 auto dB = tf::cuda_malloc_device<T>(hB.size()); in c_trmv_test()
302 auto h2dB = capturer.copy(dB, hB.data(), hB.size()); in c_trmv_test()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/nidr/
H A Davltree.c189 hB = 0; in avl_findins()
191 hB = B->height; in avl_findins()
192 if (hC <= hB) in avl_findins()
194 if (hC == hB + 1) { in avl_findins()
195 A->height = hB + 2; in avl_findins()
213 A->height = hB + 1; in avl_findins()
238 hB = 0; in avl_findins()
240 hB = B->height; in avl_findins()
241 if (hC <= hB) in avl_findins()
243 if (hC == hB + 1) { in avl_findins()
[all …]
/dports/games/critterding/critterding-beta12/src/utils/bullet/BulletMultiThreaded/SpuNarrowPhaseCollisionTask/
H A DboxBoxDistance.cpp250 const Vector3 & hB, in VertexAFaceBTest() argument
264 if ( t0 > hB[0] ) in VertexAFaceBTest()
265 t0 = hB[0]; in VertexAFaceBTest()
267 t0 = -hB[0]; in VertexAFaceBTest()
268 if ( t1 > hB[1] ) in VertexAFaceBTest()
269 t1 = hB[1]; in VertexAFaceBTest()
271 t1 = -hB[1]; in VertexAFaceBTest()
302 const Vector3 & hB, in VertexAFaceBTests() argument
444 const Vector3 & hB, in EdgeEdgeTest_0101() argument
463 const Vector3 & hB, in EdgeEdgeTest_0110() argument
[all …]
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/src/BulletMultiThreaded/SpuNarrowPhaseCollisionTask/
H A DboxBoxDistance.cpp254 const vmVector3 & hB, in VertexAFaceBTest() argument
268 if ( t0 > hB[0] ) in VertexAFaceBTest()
269 t0 = hB[0]; in VertexAFaceBTest()
271 t0 = -hB[0]; in VertexAFaceBTest()
272 if ( t1 > hB[1] ) in VertexAFaceBTest()
273 t1 = hB[1]; in VertexAFaceBTest()
275 t1 = -hB[1]; in VertexAFaceBTest()
306 const vmVector3 & hB, in VertexAFaceBTests() argument
448 const vmVector3 & hB, in CustomEdgeEdgeTest_0101() argument
467 const vmVector3 & hB, in CustomEdgeEdgeTest_0110() argument
[all …]
/dports/graphics/cairo/cairo-1.17.4/util/cairo-script/examples/
H A Dhilbert.cs6 3 copy hB 0 exch L pop
13 /hB { % cr dist lvl *hB* cr dist property
17 3 copy hB 0 exch L pop
18 3 copy hB neg 0 L pop
39 hB
/dports/devel/taskflow/taskflow-3.2.0/sandbox/cublas_examples/
H A Dtrsv.cu16 const std::vector<float> hB = { in main() local
28 auto dB = tf::cuda_malloc_device<float>(hB.size()); in main()
34 auto h2dB = capturer.copy(dB, hB.data(), hB.size()).name("copy B"); in main()
H A Dgemm.cu17 const std::vector<float> hB = { in main() local
45 [&](){ dB = tf::cuda_malloc_device<float>(hB.size()); } in main()
68 auto copyB = capturer.copy(dB, hB.data(), hB.size()).name("copyB"); in main()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/util/
H A Dga_antisymmetr.F29 Integer hB, adrB !B
65 if (.not. ma_push_get(MT_DBL,myelem,'ga_symtr:B',hB,adrB))
83 if (.not. ma_pop_stack(hB))
118 Integer hB, adrB !B
165 if (.not. ma_push_get(MT_DBL,myelem,'ga_symtr:B',hB,adrB))
190 if (.not. ma_pop_stack(hB))
/dports/science/nwchem-data/nwchem-7.0.2-release/src/util/
H A Dga_antisymmetr.F29 Integer hB, adrB !B
65 if (.not. ma_push_get(MT_DBL,myelem,'ga_symtr:B',hB,adrB))
83 if (.not. ma_pop_stack(hB))
118 Integer hB, adrB !B
165 if (.not. ma_push_get(MT_DBL,myelem,'ga_symtr:B',hB,adrB))
190 if (.not. ma_pop_stack(hB))
/dports/x11/eaglemode/eaglemode-0.95.0/src/emCore/
H A DemPainter_ScTlPSInt.cpp207 const Pixel * hB=(const Pixel*)pf.BlueHash +255*256; in CONCAT() local
219 const Pixel * hB=(const Pixel*)pf.BlueHash +255*256; in CONCAT() local
299 hB[((c1B*ab1+c2B*ab2)*257+0x8073)>>16] in CONCAT()
321 hB[(s[2]*o+0x800)>>12] in CONCAT()
336 hB[((c1B*a1+c2B*a2)*257+0x8073)>>16] in CONCAT()
352 Pixel pix=hR[g]+hG[g]+hB[g]; in CONCAT()
407 hB[((c1B*(a-b)+c2B*b)*257+0x8073)>>16] in CONCAT()
424 Pixel pix=hR[r]+hG[g]+hB[b]; in CONCAT()
432 hB[((c1B*(a-g)+c2B*g)*257+0x8073)>>16] in CONCAT()
443 Pixel pix=hR[g]+hG[g]+hB[g]; in CONCAT()
/dports/astro/kstars/kstars-3.5.6/kstars/tools/
H A Dmodcalcgeodcoord.cpp265 double xB, yB, zB, hB; in processLines() local
371 hB = fields[i].toDouble(); in processLines()
375 hB = AltGeoBoxBatch->text().toDouble(); in processLines()
378 ostream << hB << space; in processLines()
380 ostream << hB << space; in processLines()
384 geoPl.setElevation(hB); in processLines()
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/wikimedia/parsoid/src/Html2Wt/
H A DDiffUtils.php235 $hB = $xB->h;
236 $keysB = array_keys( $hB );
248 if ( !$hA[$k] || !$hB[$k] || !$attribEquals( $nodeA, $hA[$k], $nodeB, $hB[$k] ) ) {
251 } elseif ( $hA[$k] !== $hB[$k] ) {
/dports/www/mediawiki135/mediawiki-1.35.5/vendor/wikimedia/parsoid/src/Html2Wt/
H A DDiffUtils.php235 $hB = $xB->h;
236 $keysB = array_keys( $hB );
248 if ( !$hA[$k] || !$hB[$k] || !$attribEquals( $nodeA, $hA[$k], $nodeB, $hB[$k] ) ) {
251 } elseif ( $hA[$k] !== $hB[$k] ) {
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/parsoid/src/Html2Wt/
H A DDiffUtils.php235 $hB = $xB->h;
236 $keysB = array_keys( $hB );
248 if ( !$hA[$k] || !$hB[$k] || !$attribEquals( $nodeA, $hA[$k], $nodeB, $hB[$k] ) ) {
251 } elseif ( $hA[$k] !== $hB[$k] ) {
/dports/java/avis/avis-1.2.0/common/java/src/main/org/avis/security/
H A DSHA1.java111 private int hA, hB, hC, hD, hE; field in SHA1
135 hB = state.hB; in SHA1()
155 that.hB = this.hB; in clone()
200 hB = 0xefcdab89; in engineReset()
399 hashvalue [offset + 4] = (byte)(hB >>> 24); in engineDigest()
400 hashvalue [offset += 5] = (byte)(hB >>> 16); in engineDigest()
401 hashvalue [offset + 1] = (byte)(hB >>> 8); in engineDigest()
402 hashvalue [offset + 2] = (byte)hB; in engineDigest()
455 + (((b = hB) & ((c = hC) ^ (d = hD))) ^ d) // Ch(b,c,d) in computeBlock()
787 hB += b += ((c << 5) | (c >>> 27)) + 0xca62c1d6 // K78 in computeBlock()
/dports/chinese/bitchx/bitchx-1.2.1/dll/amp/
H A Dhuffman.h212 unsigned int hB[16]={ 0x4f0, 0x100004e0, 0x200004d0, 0x300004c0, 0x400004b0, 0x500004a0, 0x6000049… variable
258 h16,h16,h16,h16,h16,h16,h16,h16,h24,h24,h24,h24,h24,h24,h24,h24,hA,hB};
/dports/irc/bitchx/bitchx-1.2.1/dll/amp/
H A Dhuffman.h212 unsigned int hB[16]={ 0x4f0, 0x100004e0, 0x200004d0, 0x300004c0, 0x400004b0, 0x500004a0, 0x6000049… variable
258 h16,h16,h16,h16,h16,h16,h16,h16,h24,h24,h24,h24,h24,h24,h24,h24,hA,hB};
/dports/devel/taskflow/taskflow-3.2.0/unittests/cuda/
H A Dcuda_matrix.cu192 std::vector<int*> hB(num_batches);
205 hB[i] = new int [N]; in __anon5d5dc5200702()
212 hB[i][j] = v2; in __anon5d5dc5200702()
218 auto copyB = cf.copy(dB[i], hB[i], N); in __anon5d5dc5200802()
229 delete hB[i]; in __anon5d5dc5200902()
/dports/graphics/xpaint/xpaint-2.9.10.3/
H A DreadRC.c343 Boolean hA, hB; in ReadDefaultRC() local
346 hB = (stat(RC_FILENAME, &statbufB) >= 0); in ReadDefaultRC()
348 if (hA != have[0] || hB != have[1]) in ReadDefaultRC()
353 if (hB && statbufB.st_mtime > lastMtime) in ReadDefaultRC()

12345678910>>...47