Home
last modified time | relevance | path

Searched refs:Qp (Results 1 – 25 of 969) sorted by relevance

12345678910>>...39

/dports/math/gap/gap-4.11.0/pkg/loops-3.4.1/tst/
H A Diso.tst32 gap> Qp := IsomorphicCopyByPerm( Q, (2,3,4)(17,20) );;
34 gap> Qp = Qq;
36 gap> CayleyTable( Qp ) = CayleyTable( Qq );
38 gap> IsomorphismLoops( Q, Qp );
40 gap> LoopsUpToIsomorphism( [Q,Qp] );
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/contrib/mbedtls/programs/pkey/
H A Decdh_curve25519.c150 ret = mbedtls_mpi_lset( &ctx_srv.Qp.Z, 1 ); in main()
157 ret = mbedtls_mpi_read_binary( &ctx_srv.Qp.X, cli_to_srv, 32 ); in main()
165 &ctx_srv.Qp, &ctx_srv.d, in main()
181 ret = mbedtls_mpi_lset( &ctx_cli.Qp.Z, 1 ); in main()
188 ret = mbedtls_mpi_read_binary( &ctx_cli.Qp.X, srv_to_cli, 32 ); in main()
196 &ctx_cli.Qp, &ctx_cli.d, in main()
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/mbedtls/programs/pkey/
H A Decdh_curve25519.c156 ret = mbedtls_mpi_lset( &ctx_srv.Qp.Z, 1 ); in main()
163 ret = mbedtls_mpi_read_binary( &ctx_srv.Qp.X, cli_to_srv, 32 ); in main()
171 &ctx_srv.Qp, &ctx_srv.d, in main()
187 ret = mbedtls_mpi_lset( &ctx_cli.Qp.Z, 1 ); in main()
194 ret = mbedtls_mpi_read_binary( &ctx_cli.Qp.X, srv_to_cli, 32 ); in main()
202 &ctx_cli.Qp, &ctx_cli.d, in main()
/dports/security/mbedtls/mbedtls-mbedtls-2.16.12/programs/pkey/
H A Decdh_curve25519.c181 ret = mbedtls_mpi_lset( &ctx_srv.Qp.Z, 1 ); in main()
188 ret = mbedtls_mpi_read_binary( &ctx_srv.Qp.X, cli_to_srv, 32 ); in main()
196 &ctx_srv.Qp, &ctx_srv.d, in main()
212 ret = mbedtls_mpi_lset( &ctx_cli.Qp.Z, 1 ); in main()
219 ret = mbedtls_mpi_read_binary( &ctx_cli.Qp.X, srv_to_cli, 32 ); in main()
227 &ctx_cli.Qp, &ctx_cli.d, in main()
/dports/devel/premake5/premake-5.0.0-alpha16-src/contrib/mbedtls/programs/pkey/
H A Decdh_curve25519.c154 ret = mbedtls_mpi_lset( &ctx_srv.Qp.Z, 1 ); in main()
161 ret = mbedtls_mpi_read_binary( &ctx_srv.Qp.X, cli_to_srv, 32 ); in main()
169 &ctx_srv.Qp, &ctx_srv.d, in main()
185 ret = mbedtls_mpi_lset( &ctx_cli.Qp.Z, 1 ); in main()
192 ret = mbedtls_mpi_read_binary( &ctx_cli.Qp.X, srv_to_cli, 32 ); in main()
200 &ctx_cli.Qp, &ctx_cli.d, in main()
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/libstb/crypto/mbedtls/programs/pkey/
H A Decdh_curve25519.c167 ret = mbedtls_mpi_lset( &ctx_srv.Qp.Z, 1 ); in main()
174 ret = mbedtls_mpi_read_binary( &ctx_srv.Qp.X, cli_to_srv, 32 ); in main()
182 &ctx_srv.Qp, &ctx_srv.d, in main()
198 ret = mbedtls_mpi_lset( &ctx_cli.Qp.Z, 1 ); in main()
205 ret = mbedtls_mpi_read_binary( &ctx_cli.Qp.X, srv_to_cli, 32 ); in main()
213 &ctx_cli.Qp, &ctx_cli.d, in main()
/dports/databases/grass7/grass-7.8.6/lib/gis/
H A Darea_poly1.c24 double Qp; /** Q at the north pole */ member
79 st->Qp = Q(M_PI_2); in G_begin_ellipsoid_polygon_area()
80 st->E = 4 * M_PI * st->Qp * st->AE; in G_begin_ellipsoid_polygon_area()
163 area += dx * (st->Qp - (Qbar2 - Qbar1) / dy); in G_ellipsoid_polygon_area()
176 area += dx * (st->Qp - Q((y1 + y2) / 2)); in G_ellipsoid_polygon_area()
/dports/math/giacxcas/CoCoALib-0.99700/src/tests/
H A Dtest-bug1.C40 PolyRing Qp = NewPolyRing(RingQQ(), SymbolRange("y", 0, 2)); // Q[y1..yn] in OldBug1() local
42 RingElem foo(Qp); in OldBug1()
43 foo = 5*indet(Qp,0)*indet(Qp,1)+2*indet(Qp,0)*indet(Qp,2); in OldBug1()
45 QuotientRing R = NewQuotientRing(Qp,I); in OldBug1()
/dports/games/hedgewars-server/hedgewars-src-1.0.0/gameServer/_cabal_deps/sandi-0.5/src/Data/Conduit/Codec/
H A DQuotedPrintable.hs7 import qualified Codec.Binary.QuotedPrintable as Qp
15 encode = U.encodeII Qp.encode
18 decode = U.decodeII Qp.qpDecode empty
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/sandi-0.5/src/Data/Conduit/Codec/
H A DQuotedPrintable.hs7 import qualified Codec.Binary.QuotedPrintable as Qp
15 encode = U.encodeII Qp.encode
18 decode = U.decodeII Qp.qpDecode empty
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/mbedtls/library/
H A Decdh.c109 mbedtls_ecp_point_free( &ctx->Qp ); in mbedtls_ecdh_free()
169 if( ( ret = mbedtls_ecp_tls_read_point( &ctx->grp, &ctx->Qp, buf, end - *buf ) ) in mbedtls_ecdh_read_params()
189 return( mbedtls_ecp_copy( &ctx->Qp, &key->Q ) ); in mbedtls_ecdh_get_params()
235 if( ( ret = mbedtls_ecp_tls_read_point( &ctx->grp, &ctx->Qp, &p, blen ) ) != 0 ) in mbedtls_ecdh_read_public()
257 if( ( ret = mbedtls_ecdh_compute_shared( &ctx->grp, &ctx->z, &ctx->Qp, &ctx->d, in mbedtls_ecdh_calc_secret()
/dports/games/retroarch/RetroArch-1.9.7/deps/mbedtls/
H A Decdh.c103 mbedtls_ecp_point_free( &ctx->Qp ); in mbedtls_ecdh_free()
163 if( ( ret = mbedtls_ecp_tls_read_point( &ctx->grp, &ctx->Qp, buf, end - *buf ) ) in mbedtls_ecdh_read_params()
183 return( mbedtls_ecp_copy( &ctx->Qp, &key->Q ) ); in mbedtls_ecdh_get_params()
229 if( ( ret = mbedtls_ecp_tls_read_point( &ctx->grp, &ctx->Qp, &p, blen ) ) != 0 ) in mbedtls_ecdh_read_public()
251 if( ( ret = mbedtls_ecdh_compute_shared( &ctx->grp, &ctx->z, &ctx->Qp, &ctx->d, in mbedtls_ecdh_calc_secret()
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/contrib/mbedtls/library/
H A Decdh.c103 mbedtls_ecp_point_free( &ctx->Qp ); in mbedtls_ecdh_free()
163 if( ( ret = mbedtls_ecp_tls_read_point( &ctx->grp, &ctx->Qp, buf, end - *buf ) ) in mbedtls_ecdh_read_params()
183 return( mbedtls_ecp_copy( &ctx->Qp, &key->Q ) ); in mbedtls_ecdh_get_params()
229 if( ( ret = mbedtls_ecp_tls_read_point( &ctx->grp, &ctx->Qp, &p, blen ) ) != 0 ) in mbedtls_ecdh_read_public()
251 if( ( ret = mbedtls_ecdh_compute_shared( &ctx->grp, &ctx->z, &ctx->Qp, &ctx->d, in mbedtls_ecdh_calc_secret()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/connect/mbedtls/
H A Decdh.c132 mbedtls_ecp_point_free( &ctx->Qp ); in mbedtls_ecdh_free()
192 if( ( ret = mbedtls_ecp_tls_read_point( &ctx->grp, &ctx->Qp, buf, end - *buf ) ) in mbedtls_ecdh_read_params()
224 return( mbedtls_ecp_copy( &ctx->Qp, &key->Q ) ); in mbedtls_ecdh_get_params()
270 if( ( ret = mbedtls_ecp_tls_read_point( &ctx->grp, &ctx->Qp, &p, blen ) ) != 0 ) in mbedtls_ecdh_read_public()
292 if( ( ret = mbedtls_ecdh_compute_shared( &ctx->grp, &ctx->z, &ctx->Qp, &ctx->d, in mbedtls_ecdh_calc_secret()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/connect/mbedtls/
H A Decdh.c132 mbedtls_ecp_point_free( &ctx->Qp ); in mbedtls_ecdh_free()
192 if( ( ret = mbedtls_ecp_tls_read_point( &ctx->grp, &ctx->Qp, buf, end - *buf ) ) in mbedtls_ecdh_read_params()
224 return( mbedtls_ecp_copy( &ctx->Qp, &key->Q ) ); in mbedtls_ecdh_get_params()
270 if( ( ret = mbedtls_ecp_tls_read_point( &ctx->grp, &ctx->Qp, &p, blen ) ) != 0 ) in mbedtls_ecdh_read_public()
292 if( ( ret = mbedtls_ecdh_compute_shared( &ctx->grp, &ctx->z, &ctx->Qp, &ctx->d, in mbedtls_ecdh_calc_secret()
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/opensearch/
H A Dstruct_qp.go19 type Qp struct { struct
20 Qp []string `json:"qp" xml:"qp"` member
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwpw/libraryps/pspw_default/
H A DQp8 Qp 1.0000 4 0.20
11 #Comment: Qp 1.0000 4 0.20
/dports/math/cocoalib/CoCoALib-0.99712/src/tests/
H A Dtest-exbugs.C43 PolyRing Qp = NewPolyRing(RingQQ(), SymbolRange("y", 0, 2)); // Q[y1..yn] in OldBug1() local
45 RingElem foo(Qp); in OldBug1()
46 foo = 5*indet(Qp,0)*indet(Qp,1)+2*indet(Qp,0)*indet(Qp,2); in OldBug1()
48 QuotientRing R = NewQuotientRing(Qp,I); in OldBug1()
/dports/graphics/proj/proj-7.2.1/src/projections/
H A Domerc.cpp90 double u, v, Qp, Sp, Tp, Vp, Up; in omerc_e_inverse() local
99 Qp = exp(- Q->BrA * v); in omerc_e_inverse()
100 if( Qp == 0 ) { in omerc_e_inverse()
104 Sp = .5 * (Qp - 1. / Qp); in omerc_e_inverse()
105 Tp = .5 * (Qp + 1. / Qp); in omerc_e_inverse()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/libproj4/vtklibproj4/
H A Dproj_omerc.c72 double u, v, Qp, Sp, Tp, Vp, Up;
81 Qp = exp(- P->BrA * v);
82 Sp = .5 * (Qp - 1. / Qp);
83 Tp = .5 * (Qp + 1. / Qp);
/dports/multimedia/gstreamer1-plugins-svt-hevc/SVT-HEVC-1.5.1/Source/Lib/Codec/
H A DEbDeblockingFilter.c1042 EB_U32 Qp; in Luma8x8blkDLFCore() local
1071 Qp = (curCuQp + neighbourCuQp + 1) >> 1; in Luma8x8blkDLFCore()
1110 Qp = (curCuQp + neighbourCuQp + 1) >> 1; in Luma8x8blkDLFCore()
1149 Qp = (curCuQp + neighbourCuQp + 1) >> 1; in Luma8x8blkDLFCore()
1187 Qp = (curCuQp + neighbourCuQp + 1) >> 1; in Luma8x8blkDLFCore()
1219 EB_U32 Qp; in Luma8x8blkDLFCore16bit() local
1249 Qp = (curCuQp + neighbourCuQp + 1) >> 1; in Luma8x8blkDLFCore16bit()
2273 EB_U8 Qp; in LCUInternalAreaDLFCore() local
2570 EB_U8 Qp; in LCUInternalAreaDLFCore16bit() local
3555 EB_U8 Qp; in LCUPictureEdgeDLFCore() local
[all …]
/dports/multimedia/svt-hevc/SVT-HEVC-1.5.1/Source/Lib/Codec/
H A DEbDeblockingFilter.c1042 EB_U32 Qp; in Luma8x8blkDLFCore() local
1071 Qp = (curCuQp + neighbourCuQp + 1) >> 1; in Luma8x8blkDLFCore()
1110 Qp = (curCuQp + neighbourCuQp + 1) >> 1; in Luma8x8blkDLFCore()
1149 Qp = (curCuQp + neighbourCuQp + 1) >> 1; in Luma8x8blkDLFCore()
1187 Qp = (curCuQp + neighbourCuQp + 1) >> 1; in Luma8x8blkDLFCore()
1219 EB_U32 Qp; in Luma8x8blkDLFCore16bit() local
1249 Qp = (curCuQp + neighbourCuQp + 1) >> 1; in Luma8x8blkDLFCore16bit()
2273 EB_U8 Qp; in LCUInternalAreaDLFCore() local
2570 EB_U8 Qp; in LCUInternalAreaDLFCore16bit() local
3555 EB_U8 Qp; in LCUPictureEdgeDLFCore() local
[all …]
/dports/science/dynare/dynare-4.6.4/matlab/missing/stats/
H A Dquantile.m110 Qp = @(x,h)(x(ceil(h-.5))); variable
115 Qp = @(x,h)((x(ceil(h-.5))+x(floor(h+.5)))/2); variable
120 Qp = @(x,h)(x(round(h))); variable
125 Qp = @(x,h)(x(floor(h)) + ((h-floor(h))*(x(floor(h)+1)-x(floor(h))))); variable
130 Qp = @(x,h)(x(floor(h)) + ((h-floor(h))*(x(floor(h)+1)-x(floor(h))))); variable
135 Qp = @(x,h)(x(floor(h)) + ((h-floor(h))*(x(floor(h)+1)-x(floor(h))))); variable
140 Qp = @(x,h)(x(floor(h)) + ((h-floor(h))*(x(floor(h)+1)-x(floor(h))))); variable
145 Qp = @(x,h)(x(floor(h)) + ((h-floor(h))*(x(floor(h)+1)-x(floor(h))))); variable
150 Qp = @(x,h)(x(floor(h)) + ((h-floor(h))*(x(floor(h)+1)-x(floor(h))))); variable
191 q(m,n) = Qp(xSorted,hw);
/dports/security/mbedtls/mbedtls-mbedtls-2.16.12/library/
H A Decdh.c186 mbedtls_ecp_point_init( &ctx->Qp ); in ecdh_init_internal()
258 mbedtls_ecp_point_free( &ctx->Qp ); in ecdh_free_internal()
403 return( mbedtls_ecp_tls_read_point( &ctx->grp, &ctx->Qp, buf, in ecdh_read_params_internal()
454 return( mbedtls_ecp_copy( &ctx->Qp, &key->Q ) ); in ecdh_get_params_internal()
589 if( ( ret = mbedtls_ecp_tls_read_point( &ctx->grp, &ctx->Qp, &p, in ecdh_read_public_internal()
647 if( ( ret = ecdh_compute_shared_restartable( &ctx->grp, &ctx->z, &ctx->Qp, in ecdh_calc_secret_internal()
654 if( ( ret = mbedtls_ecdh_compute_shared( &ctx->grp, &ctx->z, &ctx->Qp, in ecdh_calc_secret_internal()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/mbedtls/library/
H A Decdh.c186 mbedtls_ecp_point_init( &ctx->Qp ); in ecdh_init_internal()
258 mbedtls_ecp_point_free( &ctx->Qp ); in ecdh_free_internal()
403 return( mbedtls_ecp_tls_read_point( &ctx->grp, &ctx->Qp, buf, in ecdh_read_params_internal()
454 return( mbedtls_ecp_copy( &ctx->Qp, &key->Q ) ); in ecdh_get_params_internal()
589 if( ( ret = mbedtls_ecp_tls_read_point( &ctx->grp, &ctx->Qp, &p, in ecdh_read_public_internal()
647 if( ( ret = ecdh_compute_shared_restartable( &ctx->grp, &ctx->z, &ctx->Qp, in ecdh_calc_secret_internal()
654 if( ( ret = mbedtls_ecdh_compute_shared( &ctx->grp, &ctx->z, &ctx->Qp, in ecdh_calc_secret_internal()

12345678910>>...39