Home
last modified time | relevance | path

Searched refs:Hc (Results 1 – 25 of 898) sorted by relevance

12345678910>>...36

/dports/textproc/py-pygments-25/Pygments-2.5.2/tests/examplefiles/
H A Dtest.lean106 take x : T, assume Hc : C,
107 H Hc x
112 H x Hc
128 (assume Hc : C,
134 have Hr : C → P w, from assume Hc, absurd Hc Hnc,
140 exists_intro w (Hw Hc)
145 (assume Hc : C,
165 (assume Hc : C,
174 (assume Hc : C, or_inr Hc)
185 (assume Hc : C, or_inr Hc)
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/connect/
H A Dreldef.cpp177 Hc = NULL; in RELDEF()
185 return Hc->GetTableOptionStruct(); in GetTopt()
201 int n= Hc->GetIntegerOption(what); in GetIntCatInfo()
245 PCSZ s= Hc->GetStringOption(what); in GetCharCatInfo()
256 return Hc->IsPartitioned(); in Partitioned()
269 if (!Hc->IsPartitioned() || in GetStringCatInfo()
282 name= Hc->GetPartName(); in GetStringCatInfo()
357 Hc = ((MYCAT*)cat)->GetHandler(); in Define()
380 Hc->tshp = NULL; // TO BE CHECKED in Define()
389 return (Database) ? Database : (Hc) ? Hc->GetDataPath() : NULL; in GetPath()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/connect/
H A Dreldef.cpp177 Hc = NULL; in RELDEF()
185 return Hc->GetTableOptionStruct(); in GetTopt()
201 int n= Hc->GetIntegerOption(what); in GetIntCatInfo()
245 PCSZ s= Hc->GetStringOption(what); in GetCharCatInfo()
256 return Hc->IsPartitioned(); in Partitioned()
269 if (!Hc->IsPartitioned() || in GetStringCatInfo()
282 name= Hc->GetPartName(); in GetStringCatInfo()
357 Hc = ((MYCAT*)cat)->GetHandler(); in Define()
380 Hc->tshp = NULL; // TO BE CHECKED in Define()
389 return (Database) ? Database : (Hc) ? Hc->GetDataPath() : NULL; in GetPath()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/connect/
H A Dreldef.cpp177 Hc = NULL; in RELDEF()
185 return Hc->GetTableOptionStruct(); in GetTopt()
201 int n= Hc->GetIntegerOption(what); in GetIntCatInfo()
245 PCSZ s= Hc->GetStringOption(what); in GetCharCatInfo()
256 return Hc->IsPartitioned(); in Partitioned()
269 if (!Hc->IsPartitioned() || in GetStringCatInfo()
282 name= Hc->GetPartName(); in GetStringCatInfo()
357 Hc = ((MYCAT*)cat)->GetHandler(); in Define()
380 Hc->tshp = NULL; // TO BE CHECKED in Define()
389 return (Database) ? Database : (Hc) ? Hc->GetDataPath() : NULL; in GetPath()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/connect/
H A Dreldef.cpp177 Hc = NULL; in RELDEF()
185 return Hc->GetTableOptionStruct(); in GetTopt()
201 int n= Hc->GetIntegerOption(what); in GetIntCatInfo()
245 PCSZ s= Hc->GetStringOption(what); in GetCharCatInfo()
256 return Hc->IsPartitioned(); in Partitioned()
269 if (!Hc->IsPartitioned() || in GetStringCatInfo()
282 name= Hc->GetPartName(); in GetStringCatInfo()
359 Hc = ((MYCAT*)cat)->GetHandler(); in Define()
382 Hc->tshp = NULL; // TO BE CHECKED in Define()
391 return (Database) ? Database : (Hc) ? Hc->GetDataPath() : NULL; in GetPath()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/connect/
H A Dreldef.cpp177 Hc = NULL; in RELDEF()
185 return Hc->GetTableOptionStruct(); in GetTopt()
201 int n= Hc->GetIntegerOption(what); in GetIntCatInfo()
245 PCSZ s= Hc->GetStringOption(what); in GetCharCatInfo()
256 return Hc->IsPartitioned(); in Partitioned()
269 if (!Hc->IsPartitioned() || in GetStringCatInfo()
282 name= Hc->GetPartName(); in GetStringCatInfo()
359 Hc = ((MYCAT*)cat)->GetHandler(); in Define()
382 Hc->tshp = NULL; // TO BE CHECKED in Define()
391 return (Database) ? Database : (Hc) ? Hc->GetDataPath() : NULL; in GetPath()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/connect/
H A Dreldef.cpp177 Hc = NULL; in RELDEF()
185 return Hc->GetTableOptionStruct(); in GetTopt()
201 int n= Hc->GetIntegerOption(what); in GetIntCatInfo()
245 PCSZ s= Hc->GetStringOption(what); in GetCharCatInfo()
256 return Hc->IsPartitioned(); in Partitioned()
269 if (!Hc->IsPartitioned() || in GetStringCatInfo()
282 name= Hc->GetPartName(); in GetStringCatInfo()
357 Hc = ((MYCAT*)cat)->GetHandler(); in Define()
380 Hc->tshp = NULL; // TO BE CHECKED in Define()
389 return (Database) ? Database : (Hc) ? Hc->GetDataPath() : NULL; in GetPath()
[all …]
/dports/comms/liquid-dsp/liquid-dsp-1.3.2/src/filter/src/
H A Dfirpfb.c132 TC Hc[H_len]; in FIRPFB() local
134 Hc[i] = Hf[i]; in FIRPFB()
137 return FIRPFB(_create)(_M, Hc, H_len); in FIRPFB()
174 TC Hc[H_len]; in FIRPFB() local
176 Hc[i] = Hf[i]; in FIRPFB()
179 return FIRPFB(_create)(_M, Hc, H_len); in FIRPFB()
234 TC Hc[H_len]; in FIRPFB() local
236 Hc[i] = dHf[i] * 0.06f / HdH_max; in FIRPFB()
239 return FIRPFB(_create)(_M, Hc, H_len); in FIRPFB()
/dports/mail/rspamd/rspamd-3.1/contrib/google-ced/
H A Dcompact_enc_det.cc3380 #define Hc 31 // High consonant (80-FF range) macro
3392 Hc,HA,Hc,Hc,Hc,Hc,Hc,Hc, HO,Hc,Hc,Hc,Hc,Hc,Hc,Hc,
3393 Hc,HA,Hc,Hc,Hc,Hc,Hc,Hc, HO,Hc,Hc,Hc,Hc,Hc,Hc,Hc,
3394 Hc,HA,Hc,Hc,Hc,Hc,Hc,Hc, HO,Hc,Hc,Hc,Hc,Hc,Hc,Hc,
3395 Hc,HA,Hc,Hc,Hc,Hc,Hc,Hc, HO,Hc,Hc,Hc,Hc,Hc,Hc,Hc,
3397 Hc,HA,HA,HA,HA,Hc,Hc,Hc, Hc,HE,HE,HE,HI,HI,HI,Hc,
3398 Hc,Hc,Hc,HO,HO,HO,HO,Hc, Hc,HU,HU,HU,HU,Hc,Hc,Hc,
3399 Hc,HA,HA,HA,HA,Hc,Hc,Hc, Hc,HE,HE,HE,HI,HI,HI,Hc,
3400 Hc,Hc,Hc,HO,HO,HO,HO,Hc, Hc,HU,HU,HU,HU,Hc,Hc,Hc,
3409 #undef Hc
/dports/mail/rspamd-devel/rspamd-93430bb/contrib/google-ced/
H A Dcompact_enc_det.cc3380 #define Hc 31 // High consonant (80-FF range) macro
3392 Hc,HA,Hc,Hc,Hc,Hc,Hc,Hc, HO,Hc,Hc,Hc,Hc,Hc,Hc,Hc,
3393 Hc,HA,Hc,Hc,Hc,Hc,Hc,Hc, HO,Hc,Hc,Hc,Hc,Hc,Hc,Hc,
3394 Hc,HA,Hc,Hc,Hc,Hc,Hc,Hc, HO,Hc,Hc,Hc,Hc,Hc,Hc,Hc,
3395 Hc,HA,Hc,Hc,Hc,Hc,Hc,Hc, HO,Hc,Hc,Hc,Hc,Hc,Hc,Hc,
3397 Hc,HA,HA,HA,HA,Hc,Hc,Hc, Hc,HE,HE,HE,HI,HI,HI,Hc,
3398 Hc,Hc,Hc,HO,HO,HO,HO,Hc, Hc,HU,HU,HU,HU,Hc,Hc,Hc,
3399 Hc,HA,HA,HA,HA,Hc,Hc,Hc, Hc,HE,HE,HE,HI,HI,HI,Hc,
3400 Hc,Hc,Hc,HO,HO,HO,HO,Hc, Hc,HU,HU,HU,HU,Hc,Hc,Hc,
3409 #undef Hc
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ced/src/compact_enc_det/
H A Dcompact_enc_det.cc3380 #define Hc 31 // High consonant (80-FF range) macro
3392 Hc,HA,Hc,Hc,Hc,Hc,Hc,Hc, HO,Hc,Hc,Hc,Hc,Hc,Hc,Hc,
3393 Hc,HA,Hc,Hc,Hc,Hc,Hc,Hc, HO,Hc,Hc,Hc,Hc,Hc,Hc,Hc,
3394 Hc,HA,Hc,Hc,Hc,Hc,Hc,Hc, HO,Hc,Hc,Hc,Hc,Hc,Hc,Hc,
3395 Hc,HA,Hc,Hc,Hc,Hc,Hc,Hc, HO,Hc,Hc,Hc,Hc,Hc,Hc,Hc,
3397 Hc,HA,HA,HA,HA,Hc,Hc,Hc, Hc,HE,HE,HE,HI,HI,HI,Hc,
3398 Hc,Hc,Hc,HO,HO,HO,HO,Hc, Hc,HU,HU,HU,HU,Hc,Hc,Hc,
3399 Hc,HA,HA,HA,HA,Hc,Hc,Hc, Hc,HE,HE,HE,HI,HI,HI,Hc,
3400 Hc,Hc,Hc,HO,HO,HO,HO,Hc, Hc,HU,HU,HU,HU,Hc,Hc,Hc,
3409 #undef Hc
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ced/src/compact_enc_det/
H A Dcompact_enc_det.cc3380 #define Hc 31 // High consonant (80-FF range) macro
3392 Hc,HA,Hc,Hc,Hc,Hc,Hc,Hc, HO,Hc,Hc,Hc,Hc,Hc,Hc,Hc,
3393 Hc,HA,Hc,Hc,Hc,Hc,Hc,Hc, HO,Hc,Hc,Hc,Hc,Hc,Hc,Hc,
3394 Hc,HA,Hc,Hc,Hc,Hc,Hc,Hc, HO,Hc,Hc,Hc,Hc,Hc,Hc,Hc,
3395 Hc,HA,Hc,Hc,Hc,Hc,Hc,Hc, HO,Hc,Hc,Hc,Hc,Hc,Hc,Hc,
3397 Hc,HA,HA,HA,HA,Hc,Hc,Hc, Hc,HE,HE,HE,HI,HI,HI,Hc,
3398 Hc,Hc,Hc,HO,HO,HO,HO,Hc, Hc,HU,HU,HU,HU,Hc,Hc,Hc,
3399 Hc,HA,HA,HA,HA,Hc,Hc,Hc, Hc,HE,HE,HE,HI,HI,HI,Hc,
3400 Hc,Hc,Hc,HO,HO,HO,HO,Hc, Hc,HU,HU,HU,HU,Hc,Hc,Hc,
3409 #undef Hc
/dports/science/gromacs/gromacs-2021.4/api/nblib/samples/
H A Dmethane-water-integration.cpp64 ParticleType Hc(ParticleTypeName("Hc"), Mass(1.00784)); in main() local
73 interactions.add(Hc.name(), C6(8.464e-05), C12(15.129e-09)); in main()
86 methane.addParticle(ParticleName("H1"), Hc); in main()
87 methane.addParticle(ParticleName("H2"), Hc); in main()
88 methane.addParticle(ParticleName("H3"), Hc); in main()
89 methane.addParticle(ParticleName("H4"), Hc); in main()
/dports/science/libgridxc/libgridxc-libgridxc-0.9.6/src/
H A Dam05.F90279 real(dp) Hx, Hxsos, Hxsossos, Hc(2), Hcsos, Hcsossos local
314 Hc(i) = g
317 Hc(i) = 1.0_dp
320 Hc(i) = X(i) + g*(1.0_dp - X(i))
345 vc(i) = vclda(i)*Hc(3-i) + eclda*(1-Hc(3-i))
346 dfc(i) = vclda(i)*Hc(3-i) + eclda*(1-Hc(3-i))
400 fc = fc + 0.5_dp*nn*eclda*Hc(i)/ntot
438 dfc(i) = vclda(i)/ntot*(n(1)*Hc(1)+n(2)*Hc(2)) + &
439 eclda*n(3-i)/ntot*(Hc(i) - Hc(3-i)) - &
487 vc(i) = vclda(i)*(Hc(i) - s2*Hcsos) + &
[all …]
/dports/science/siesta/siesta-4.1.5/Src/SiestaXC/
H A Dam05.f90275 real(dp) Hx, Hxsos, Hxsossos, Hc(2), Hcsos, Hcsossos local
310 Hc(i) = g
313 Hc(i) = 1.0_dp
316 Hc(i) = X(i) + g*(1.0_dp - X(i))
341 vc(i) = vclda(i)*Hc(3-i) + eclda*(1-Hc(3-i))
342 dfc(i) = vclda(i)*Hc(3-i) + eclda*(1-Hc(3-i))
396 fc = fc + 0.5_dp*nn*eclda*Hc(i)/ntot
434 dfc(i) = vclda(i)/ntot*(n(1)*Hc(1)+n(2)*Hc(2)) + &
435 eclda*n(3-i)/ntot*(Hc(i) - Hc(3-i)) - &
483 vc(i) = vclda(i)*(Hc(i) - s2*Hcsos) + &
[all …]
/dports/math/flint2/flint-2.8.4/fq_nmod_mpoly_factor/
H A Dirred_smprime_zippel.c312 fq_nmod_mpoly_struct * Hc; in fq_nmod_mpoly_set_eval_helper_and_zip_form3() local
433 Hc->length += n; in fq_nmod_mpoly_set_eval_helper_and_zip_form3()
583 _fq_nmod_mpoly_fit_length(&Hc->coeffs, &Hc->coeffs_alloc, 1, in fq_nmod_mpoly_set_evalp_helper_and_zip_form3()
584 &Hc->exps, &Hc->exps_alloc, N, n); in fq_nmod_mpoly_set_evalp_helper_and_zip_form3()
591 Hc->length += n; in fq_nmod_mpoly_set_evalp_helper_and_zip_form3()
875 Hc = H->coeffs + Hi; in fq_nmod_mpoly_from_zip()
883 Hc->coeffs, Hc->length, ctx->fqctx, St); in fq_nmod_mpoly_from_zip()
887 success = _n_fq_zip_vand_solve(Bcoeffs + d*Bi, Hc->coeffs, Hc->length, in fq_nmod_mpoly_from_zip()
974 Hc = H->coeffs + Hi; in fq_nmod_mpoly_from_zipp()
982 Hc->coeffs, Hc->length, ctx->fqctx->mod); in fq_nmod_mpoly_from_zipp()
[all …]
/dports/math/flint2/flint-2.8.4/nmod_mpoly_factor/
H A Dmpoly_hlift_zippel.c58 nmod_mpoly_struct * Hc; in nmod_mpoly_from_zip() local
95 Hc = H->coeffs + Hi; in nmod_mpoly_from_zip()
96 FLINT_ASSERT(bits == Hc->bits); in nmod_mpoly_from_zip()
97 FLINT_ASSERT(Hc->length > 0); in nmod_mpoly_from_zip()
104 Hc->coeffs, Hc->length, ctx->mod); in nmod_mpoly_from_zip()
108 success = _nmod_zip_vand_solve(Bcoeffs + Bi, Hc->coeffs, Hc->length, in nmod_mpoly_from_zip()
290 nmod_mpoly_struct * Hc; in nmod_mpoly_set_eval_helper_and_zip_form3() local
406 nmod_mpoly_fit_length(Hc, n, ctx); in nmod_mpoly_set_eval_helper_and_zip_form3()
407 old_len = Hc->length; in nmod_mpoly_set_eval_helper_and_zip_form3()
412 Hc->length += n; in nmod_mpoly_set_eval_helper_and_zip_form3()
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/calib3d/src/
H A Dcalibration_handeye.cpp305 Mat Hcij = Hc[j] * homogeneousInverse(Hc[i]); //eq 7 in calibrateHandEyeTsai()
377 Mat Hcij = Hc[j] * homogeneousInverse(Hc[i]); in calibrateHandEyePark()
412 Mat Hcij = Hc[j] * homogeneousInverse(Hc[i]); in calibrateHandEyePark()
446 Mat Hcij = Hc[j] * homogeneousInverse(Hc[i]); in calibrateHandEyeHoraud()
497 Mat Hcij = Hc[j] * homogeneousInverse(Hc[i]); in calibrateHandEyeHoraud()
567 Mat Hcij = Hc[j] * homogeneousInverse(Hc[i]); in calibrateHandEyeAndreff()
618 Mat Hcij = Hc[j] * homogeneousInverse(Hc[i]); in calibrateHandEyeDaniilidis()
734 std::vector<Mat> Hc; in calibrateHandEye() local
735 Hc.reserve(R_target2cam_.size()); in calibrateHandEye()
748 Hc.push_back(m); in calibrateHandEye()
[all …]
/dports/science/py-MDAnalysisTests/MDAnalysisTests-0.19.2/MDAnalysisTests/data/Amber/
H A Dchitosan.prmtop1228 Ng H C O Cg Hc Hc Hc Os Cg H2 Os Cg H1 Cg H1 H1 Oh Ho Cg
1229 H1 Cg H1 Oh Ho Cg H1 Ng H C O Cg Hc Hc Hc Os Cg H2 Os Cg
1234 O Cg Hc Hc Hc Os Cg H2 Os Cg H1 Cg H1 H1 Oh Ho Cg H1 Cg H1
1235 Oh Ho Cg H1 Ng H C O Cg Hc Hc Hc Os Cg H2 Os Cg H1 Cg H1
1236 H1 Oh Ho Cg H1 Cg H1 Oh Ho Cg H1 Ng H C O Cg Hc Hc Hc Os
1238 C O Cg Hc Hc Hc Os Cg H2 Os Cg H1 Cg H1 H1 Oh Ho Cg H1 Oh
1239 Ho Cg H1 Oh Ho Cg H1 Ng H C O Cg Hc Hc Hc
/dports/devel/liteide/liteide-x37.4/liteidex/src/3rdparty/libvterm/t/
H A D90vttest_01-movement-4.test17 PUSH "\e[00000000004;0000000011Hc"
22 PUSH "\e[00000000004;0000000016Hc"
31 PUSH "\e[00000000004;0000000025Hc"
/dports/devel/libvterm/libvterm-0.1.1/t/
H A D90vttest_01-movement-4.test17 PUSH "\e[00000000004;0000000011Hc"
22 PUSH "\e[00000000004;0000000016Hc"
31 PUSH "\e[00000000004;0000000025Hc"
/dports/editors/vim/vim-8.2.3745/src/libvterm/t/
H A D90vttest_01-movement-4.test17 PUSH "\e[00000000004;0000000011Hc"
22 PUSH "\e[00000000004;0000000016Hc"
31 PUSH "\e[00000000004;0000000025Hc"
/dports/mail/aerc/aerc-0.4.0/vendor/github.com/ddevault/go-libvterm/libvterm/t/
H A D90vttest_01-movement-4.test17 PUSH "\e[00000000004;0000000011Hc"
22 PUSH "\e[00000000004;0000000016Hc"
31 PUSH "\e[00000000004;0000000025Hc"
/dports/math/flint2/flint-2.8.4/fmpz_mod_mpoly_factor/
H A Dmpoly_hlift_zippel.c304 fmpz_mod_mpoly_struct * Hc; in fmpz_mod_mpoly_from_zip() local
341 Hc = H->coeffs + Hi; in fmpz_mod_mpoly_from_zip()
342 FLINT_ASSERT(bits == Hc->bits); in fmpz_mod_mpoly_from_zip()
343 FLINT_ASSERT(Hc->length > 0); in fmpz_mod_mpoly_from_zip()
349 Hc->coeffs, Hc->length, ctx->ffinfo); in fmpz_mod_mpoly_from_zip()
542 fmpz_mod_mpoly_struct * Hc; in fmpz_mod_mpoly_set_eval_helper_and_zip_form3() local
664 fmpz_mod_mpoly_fit_length(Hc, n, ctx); in fmpz_mod_mpoly_set_eval_helper_and_zip_form3()
665 old_len = Hc->length; in fmpz_mod_mpoly_set_eval_helper_and_zip_form3()
670 Hc->length += n; in fmpz_mod_mpoly_set_eval_helper_and_zip_form3()
675 fmpz_mod_mpoly_sort_terms(Hc, ctx); in fmpz_mod_mpoly_set_eval_helper_and_zip_form3()
[all …]
/dports/games/vt100-art-and-animations/vt100-art-and-animations-2020.04.09/
H A Dcursor.vt823 c
826 c
829 c
832 c
835 c
838 c
841 c
844 c
847 c
850 c
[all …]

12345678910>>...36