Home
last modified time | relevance | path

Searched refs:basepoint (Results 1 – 25 of 423) sorted by relevance

12345678910>>...17

/dports/math/gap/gap-4.11.0/pkg/fining/examples/include/
H A Dgpolygons_elationgroup.include7 <EGQ of order [ 3, 3 ] and basepoint 0>
13 <a line of class 1 of <EGQ of order [ 3, 3 ] and basepoint 0>>
17 [ <a point of class 1 of <EGQ of order [ 3, 3 ] and basepoint 0>>,
18 <a point of class 1 of <EGQ of order [ 3, 3 ] and basepoint 0>>,
19 <a point of class 1 of <EGQ of order [ 3, 3 ] and basepoint 0>>,
20 <a point of class 1 of <EGQ of order [ 3, 3 ] and basepoint 0>>,
21 <a point of class 1 of <EGQ of order [ 3, 3 ] and basepoint 0>>,
22 <a point of class 1 of <EGQ of order [ 3, 3 ] and basepoint 0>>,
23 <a point of class 1 of <EGQ of order [ 3, 3 ] and basepoint 0>>,
24 <a point of class 1 of <EGQ of order [ 3, 3 ] and basepoint 0>>,
[all …]
H A Dgpolygons_objectselementsofegq.include7 <EGQ of order [ 3, 3 ] and basepoint 0>
11 <a point of class 1 of <EGQ of order [ 3, 3 ] and basepoint 0>>
15 <a line of class 1 of <EGQ of order [ 3, 3 ] and basepoint 0>>
21 <a line of class 2 of <EGQ of order [ 3, 3 ] and basepoint 0>>
23 <a point of class 3 of <EGQ of order [ 3, 3 ] and basepoint 0>>
27 [ <a line of class 1 of <EGQ of order [ 3, 3 ] and basepoint 0>>,
28 <a line of class 1 of <EGQ of order [ 3, 3 ] and basepoint 0>>,
29 <a line of class 1 of <EGQ of order [ 3, 3 ] and basepoint 0>>,
30 <a line of class 1 of <EGQ of order [ 3, 3 ] and basepoint 0>> ]
32 [ <a point of class 2 of <EGQ of order [ 3, 3 ] and basepoint 0>>,
[all …]
H A Dgpolygons_basepointofegq.include5 <EGQ of order [ 9, 3 ] and basepoint 0>
14 <EGQ of order [ 9, 3 ] and basepoint in W(5, 3 ) >
16 <a point of class 3 of <EGQ of order [ 9, 3 ] and basepoint 0>>
20 <a point in <EGQ of order [ 9, 3 ] and basepoint in W(5, 3 ) >>
/dports/math/cgal/CGAL-5.3/examples/Linear_cell_complex/
H A Dlinear_cell_complex_3_with_mypoint.cpp45 Dart_handle make_iso_cuboid(LCC_3& lcc, const Point& basepoint, FT lg) in make_iso_cuboid() argument
47 return lcc.make_hexahedron(basepoint, in make_iso_cuboid()
49 (basepoint,Traits::Vector(lg,0,0)), in make_iso_cuboid()
51 (basepoint,Traits::Vector(lg,lg,0)), in make_iso_cuboid()
53 (basepoint,Traits::Vector(0,lg,0)), in make_iso_cuboid()
55 (basepoint,Traits::Vector(0,lg,lg)), in make_iso_cuboid()
57 (basepoint,Traits::Vector(0,0,lg)), in make_iso_cuboid()
59 (basepoint,Traits::Vector(lg,0,lg)), in make_iso_cuboid()
61 (basepoint,Traits::Vector(lg,lg,lg))); in make_iso_cuboid()
H A Dlinear_cell_complex_3_with_colored_vertices.cpp32 Dart_handle make_iso_cuboid(LCC_3& lcc, const Point& basepoint, FT lg) in make_iso_cuboid() argument
34 return lcc.make_hexahedron(basepoint, in make_iso_cuboid()
36 (basepoint,Traits::Vector(lg,0,0)), in make_iso_cuboid()
38 (basepoint,Traits::Vector(lg,lg,0)), in make_iso_cuboid()
40 (basepoint,Traits::Vector(0,lg,0)), in make_iso_cuboid()
42 (basepoint,Traits::Vector(0,lg,lg)), in make_iso_cuboid()
44 (basepoint,Traits::Vector(0,0,lg)), in make_iso_cuboid()
46 (basepoint,Traits::Vector(lg,0,lg)), in make_iso_cuboid()
48 (basepoint,Traits::Vector(lg,lg,lg))); in make_iso_cuboid()
/dports/net-p2p/c-lightning/lightning-0.10.2/common/
H A Dkey_derive.c26 bool derive_simple_key(const struct pubkey *basepoint, in derive_simple_key() argument
34 pubkey_to_der(der_keys + PUBKEY_CMPR_LEN, basepoint); in derive_simple_key()
45 *key = *basepoint; in derive_simple_key()
67 const struct pubkey *basepoint, in derive_simple_privkey() argument
75 pubkey_to_der(der_keys + PUBKEY_CMPR_LEN, basepoint); in derive_simple_privkey()
127 pubkey_to_der(der_keys, basepoint); in derive_revocation_key()
138 add[0] = basepoint->pubkey; in derive_revocation_key()
147 pubkey_to_der(der_keys + PUBKEY_CMPR_LEN, basepoint); in derive_revocation_key()
189 const struct pubkey *basepoint, in derive_revocation_privkey() argument
197 pubkey_to_der(der_keys, basepoint); in derive_revocation_privkey()
[all …]
H A Dkey_derive.h12 bool derive_simple_key(const struct pubkey *basepoint,
17 const struct pubkey *basepoint,
22 bool derive_revocation_key(const struct pubkey *basepoint,
28 const struct pubkey *basepoint,
/dports/net/gamenetworkingsockets/GameNetworkingSockets-1.3.0/src/external/curve25519-donna/
H A Dcurve25519.c12 …519_donna) (curve25519_key mypublic, const curve25519_key secret, const curve25519_key basepoint) { in CURVE25519_FN()
20 curve25519_scalarmult_donna(mypublic, e, basepoint); in CURVE25519_FN()
25 static const curve25519_key basepoint = {9}; in CURVE25519_FN() local
26 CURVE25519_FN(curve25519_donna)(mypublic, secret, basepoint); in CURVE25519_FN()
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/luatexdir/pdf/
H A Dpdflistout.w398 basepoint.v = 0;
402 basepoint.h = 0;
434 basepoint.v = basepoint.v + shift_amount(p); /* shift the box `down' */
436 basepoint.v = basepoint.v - shift_amount(p); /* shift the box `up' */
448 tmpcur.v = basepoint.v;
682basepoint.v = basepoint.v + shift_amount(leader_box); /* shift the box `down' */
684basepoint.v = basepoint.v - shift_amount(leader_box); /* shift the box `up' */
794 scaledpos cur, tmpcur, basepoint;
872 basepoint.h = 0;
887 basepoint.v = 0;
[all …]
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/luatexdir/pdf/
H A Dpdflistout.w398 basepoint.v = 0;
402 basepoint.h = 0;
434 basepoint.v = basepoint.v + shift_amount(p); /* shift the box `down' */
436 basepoint.v = basepoint.v - shift_amount(p); /* shift the box `up' */
448 tmpcur.v = basepoint.v;
682basepoint.v = basepoint.v + shift_amount(leader_box); /* shift the box `down' */
684basepoint.v = basepoint.v - shift_amount(leader_box); /* shift the box `up' */
794 scaledpos cur, tmpcur, basepoint;
872 basepoint.h = 0;
887 basepoint.v = 0;
[all …]
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/luatexdir/pdf/
H A Dpdflistout.w398 basepoint.v = 0;
402 basepoint.h = 0;
434 basepoint.v = basepoint.v + shift_amount(p); /* shift the box `down' */
436 basepoint.v = basepoint.v - shift_amount(p); /* shift the box `up' */
448 tmpcur.v = basepoint.v;
682basepoint.v = basepoint.v + shift_amount(leader_box); /* shift the box `down' */
684basepoint.v = basepoint.v - shift_amount(leader_box); /* shift the box `up' */
794 scaledpos cur, tmpcur, basepoint;
872 basepoint.h = 0;
887 basepoint.v = 0;
[all …]
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/luatexdir/pdf/
H A Dpdflistout.w398 basepoint.v = 0;
402 basepoint.h = 0;
434 basepoint.v = basepoint.v + shift_amount(p); /* shift the box `down' */
436 basepoint.v = basepoint.v - shift_amount(p); /* shift the box `up' */
448 tmpcur.v = basepoint.v;
682basepoint.v = basepoint.v + shift_amount(leader_box); /* shift the box `down' */
684basepoint.v = basepoint.v - shift_amount(leader_box); /* shift the box `up' */
794 scaledpos cur, tmpcur, basepoint;
872 basepoint.h = 0;
887 basepoint.v = 0;
[all …]
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/luatexdir/pdf/
H A Dpdflistout.w398 basepoint.v = 0;
402 basepoint.h = 0;
434 basepoint.v = basepoint.v + shift_amount(p); /* shift the box `down' */
436 basepoint.v = basepoint.v - shift_amount(p); /* shift the box `up' */
448 tmpcur.v = basepoint.v;
682basepoint.v = basepoint.v + shift_amount(leader_box); /* shift the box `down' */
684basepoint.v = basepoint.v - shift_amount(leader_box); /* shift the box `up' */
794 scaledpos cur, tmpcur, basepoint;
872 basepoint.h = 0;
887 basepoint.v = 0;
[all …]
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/luatexdir/pdf/
H A Dpdflistout.w398 basepoint.v = 0;
402 basepoint.h = 0;
434 basepoint.v = basepoint.v + shift_amount(p); /* shift the box `down' */
436 basepoint.v = basepoint.v - shift_amount(p); /* shift the box `up' */
448 tmpcur.v = basepoint.v;
682basepoint.v = basepoint.v + shift_amount(leader_box); /* shift the box `down' */
684basepoint.v = basepoint.v - shift_amount(leader_box); /* shift the box `up' */
794 scaledpos cur, tmpcur, basepoint;
872 basepoint.h = 0;
887 basepoint.v = 0;
[all …]
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/luatexdir/pdf/
H A Dpdflistout.w398 basepoint.v = 0;
402 basepoint.h = 0;
434 basepoint.v = basepoint.v + shift_amount(p); /* shift the box `down' */
436 basepoint.v = basepoint.v - shift_amount(p); /* shift the box `up' */
448 tmpcur.v = basepoint.v;
682basepoint.v = basepoint.v + shift_amount(leader_box); /* shift the box `down' */
684basepoint.v = basepoint.v - shift_amount(leader_box); /* shift the box `up' */
794 scaledpos cur, tmpcur, basepoint;
872 basepoint.h = 0;
887 basepoint.v = 0;
[all …]
/dports/math/polymake/polymake-4.5/bundled/atint/apps/tropical/src/
H A Dmorphism_values.cc47 Vector<Rational> basepoint = zero_vector<Rational>(rays.cols()); in computeConeFunction() local
55 converted_rays /= (rays.row(r) - basepoint); in computeConeFunction()
58 basepoint = rays.row(r); in computeConeFunction()
71 basepoint = basepoint.slice(range_from(1)); in computeConeFunction()
95 translate = basepoint_value - matrix * basepoint; in computeConeFunction()
/dports/cad/py-ezdxf/ezdxf-0.16.3/integration_tests/
H A Dtest_polyline_entity.py34 def build_cube(layout, basepoint, length): argument
36 return ((basepoint[0]+point[0]*length),
37 (basepoint[1]+point[1]*length),
38 (basepoint[2]+point[2]*length))
70 build_cube(layout, basepoint=(x, y, random.random()), length=random.random())
/dports/math/adol-c/ADOL-C-2.7.2/ADOL-C/src/sparse/
H A Dsparsedrivers.cpp56 const double *basepoint, /* independant variable values */ in jac_pat() argument
92 rc = indopro_forward_tight(tag, depen, indep, basepoint, crs); in jac_pat()
95 rc = indopro_forward_safe(tag, depen, indep, basepoint, crs); in jac_pat()
198 rc = nonl_ind_old_forward_tight(tag, 1, indep, basepoint, crs); in hess_pat()
200 rc = nonl_ind_old_forward_safe(tag, 1, indep, basepoint, crs); in hess_pat()
202 rc = nonl_ind_forward_tight(tag, 1, indep, basepoint, crs); in hess_pat()
204 rc = nonl_ind_forward_safe(tag, 1, indep, basepoint, crs); in hess_pat()
399 ret_val = zos_forward(tag,depen,indep,1,basepoint,sJinfos.y); in sparse_jac()
496 ret_val = hess_pat(tag, indep, basepoint, sHinfos.HP, options[0]); in sparse_hess()
798 if (( tight_mode ) && ( basepoint == NULL )) { in bit_vector_propagation()
[all …]
/dports/net/wireguard-tools/wireguard-tools-1.0.20210914/src/
H A Dcurve25519.c90 static const uint8_t basepoint[CURVE25519_KEY_SIZE] __aligned(sizeof(uintptr_t)) = { 9 }; in curve25519_generate_public() local
92 curve25519(pub, secret, basepoint); in curve25519_generate_public()
95 …_SIZE], const uint8_t secret[static CURVE25519_KEY_SIZE], const uint8_t basepoint[static CURVE2551… in curve25519()
97 curve25519_generic(mypublic, secret, basepoint); in curve25519()
/dports/security/olm/olm-3.2.6/lib/curve25519-donna/
H A Dspeed-curve25519.c26 static const unsigned char basepoint[32] = {9}; in main() local
38 curve25519_donna(mypublic, mysecret, basepoint); in main()
43 curve25519_donna(mypublic, mysecret, basepoint); in main()
/dports/security/p5-Crypt-Curve25519/Crypt-Curve25519-0.06/t/
H A DCrypt-Curve25519.t12 my $basepoint = pack('H64', '09');
24 my $alice_public_key = curve25519_public_key($alice_secret_key, $basepoint);
26 my $bob_public_key = curve25519_public_key($bob_secret_key, $basepoint);
55 $basepoint ^= $alice_shared_secret;
H A D05-primitive.t5 my $basepoint = pack('H64', '09');
12 my $alice_public_key = curve25519( $alice_secret_key, $basepoint );
16 my $bob_public_key = curve25519( $bob_secret_key, $basepoint );
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/crypto/
H A Dcurve25519.h36 const u8 basepoint[CURVE25519_KEY_SIZE]) in curve25519()
39 curve25519_arch(mypublic, secret, basepoint); in curve25519()
41 curve25519_generic(mypublic, secret, basepoint); in curve25519()
/dports/multimedia/libv4l/linux-5.13-rc2/include/crypto/
H A Dcurve25519.h36 const u8 basepoint[CURVE25519_KEY_SIZE]) in curve25519()
39 curve25519_arch(mypublic, secret, basepoint); in curve25519()
41 curve25519_generic(mypublic, secret, basepoint); in curve25519()
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/crypto/
H A Dcurve25519.h36 const u8 basepoint[CURVE25519_KEY_SIZE]) in curve25519()
39 curve25519_arch(mypublic, secret, basepoint); in curve25519()
41 curve25519_generic(mypublic, secret, basepoint); in curve25519()

12345678910>>...17