Home
last modified time | relevance | path

Searched refs:curves (Results 1 – 25 of 5267) sorted by relevance

12345678910>>...211

/dports/math/eclib/eclib-20210318/progs/out_ntl/
H A Dnfhpcurve.out8 Finished finding curves. Outputting curves to ./tcurves/curves.11
15 Finished finding curves. Outputting curves to ./tcurves/curves.19
23 Finished finding curves. Outputting curves to ./tcurves/curves.37
31 Finished finding curves. Outputting curves to ./tcurves/curves.50
38 Finished finding curves. Outputting curves to ./tcurves/curves.51
45 Finished finding curves. Outputting curves to ./tcurves/curves.52
52 Finished finding curves. Outputting curves to ./tcurves/curves.53
60 Finished finding curves. Outputting curves to ./tcurves/curves.54
67 Finished finding curves. Outputting curves to ./tcurves/curves.55
75 Finished finding curves. Outputting curves to ./tcurves/curves.56
[all …]
H A Dnfhpcurve_prof.out6 Computing 1 curves...
12 Computing 2 curves...
19 Computing 2 curves...
26 Computing 1 curves...
32 Computing 1 curves...
38 Computing 1 curves...
44 Computing 2 curves...
51 Computing 1 curves...
57 Computing 2 curves...
64 Computing 3 curves...
[all …]
/dports/math/eclib/eclib-20210318/progs/out_no_ntl/
H A Dnfhpcurve.out8 Finished finding curves. Outputting curves to ./tcurves/curves.11
15 Finished finding curves. Outputting curves to ./tcurves/curves.19
23 Finished finding curves. Outputting curves to ./tcurves/curves.37
31 Finished finding curves. Outputting curves to ./tcurves/curves.50
38 Finished finding curves. Outputting curves to ./tcurves/curves.51
45 Finished finding curves. Outputting curves to ./tcurves/curves.52
52 Finished finding curves. Outputting curves to ./tcurves/curves.53
60 Finished finding curves. Outputting curves to ./tcurves/curves.54
67 Finished finding curves. Outputting curves to ./tcurves/curves.55
75 Finished finding curves. Outputting curves to ./tcurves/curves.56
[all …]
H A Dnfhpcurve_prof.out6 Computing 1 curves...
12 Computing 2 curves...
19 Computing 2 curves...
26 Computing 1 curves...
32 Computing 1 curves...
38 Computing 1 curves...
44 Computing 2 curves...
51 Computing 1 curves...
57 Computing 2 curves...
64 Computing 3 curves...
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/java/awt/geom/
H A DArea.java102 private Vector<Curve> curves; field in Area
109 curves = EmptyCurves; in Area()
124 curves = ((Area) s).curves; in Area()
227 curves = new AreaOp.AddOp().calculate(this.curves, rhs.curves); in add()
260 curves = new AreaOp.SubOp().calculate(this.curves, rhs.curves); in subtract()
293 curves = new AreaOp.IntOp().calculate(this.curves, rhs.curves); in intersect()
327 curves = new AreaOp.XorOp().calculate(this.curves, rhs.curves); in exclusiveOr()
337 curves = new Vector<>(); in reset()
411 if (curves.size() < 3) { in isSingular()
510 Vector<Curve> c = new AreaOp.XorOp().calculate(this.curves, other.curves); in equals()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/java/awt/geom/
H A DArea.java102 private Vector<Curve> curves; field in Area
109 curves = EmptyCurves; in Area()
124 curves = ((Area) s).curves; in Area()
227 curves = new AreaOp.AddOp().calculate(this.curves, rhs.curves); in add()
260 curves = new AreaOp.SubOp().calculate(this.curves, rhs.curves); in subtract()
293 curves = new AreaOp.IntOp().calculate(this.curves, rhs.curves); in intersect()
327 curves = new AreaOp.XorOp().calculate(this.curves, rhs.curves); in exclusiveOr()
337 curves = new Vector<>(); in reset()
411 if (curves.size() < 3) { in isSingular()
510 Vector<Curve> c = new AreaOp.XorOp().calculate(this.curves, other.curves); in equals()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/java/awt/geom/
H A DArea.java102 private Vector<Curve> curves; field in Area
109 curves = EmptyCurves; in Area()
124 curves = ((Area) s).curves; in Area()
227 curves = new AreaOp.AddOp().calculate(this.curves, rhs.curves); in add()
260 curves = new AreaOp.SubOp().calculate(this.curves, rhs.curves); in subtract()
293 curves = new AreaOp.IntOp().calculate(this.curves, rhs.curves); in intersect()
327 curves = new AreaOp.XorOp().calculate(this.curves, rhs.curves); in exclusiveOr()
337 curves = new Vector<>(); in reset()
411 if (curves.size() < 3) { in isSingular()
510 Vector<Curve> c = new AreaOp.XorOp().calculate(this.curves, other.curves); in equals()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/awt/geom/
H A DArea.java102 private Vector curves; field in Area
109 curves = EmptyCurves; in Area()
124 curves = ((Area) s).curves; in Area()
227 curves = new AreaOp.AddOp().calculate(this.curves, rhs.curves); in add()
260 curves = new AreaOp.SubOp().calculate(this.curves, rhs.curves); in subtract()
293 curves = new AreaOp.IntOp().calculate(this.curves, rhs.curves); in intersect()
327 curves = new AreaOp.XorOp().calculate(this.curves, rhs.curves); in exclusiveOr()
337 curves = new Vector(); in reset()
510 Vector c = new AreaOp.XorOp().calculate(this.curves, other.curves); in equals()
661 private Vector curves; field in AreaIterator
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/java/awt/geom/
H A DArea.java102 private Vector<Curve> curves; field in Area
109 curves = EmptyCurves; in Area()
124 curves = ((Area) s).curves; in Area()
227 curves = new AreaOp.AddOp().calculate(this.curves, rhs.curves); in add()
260 curves = new AreaOp.SubOp().calculate(this.curves, rhs.curves); in subtract()
293 curves = new AreaOp.IntOp().calculate(this.curves, rhs.curves); in intersect()
327 curves = new AreaOp.XorOp().calculate(this.curves, rhs.curves); in exclusiveOr()
337 curves = new Vector<>(); in reset()
411 if (curves.size() < 3) { in isSingular()
510 Vector<Curve> c = new AreaOp.XorOp().calculate(this.curves, other.curves); in equals()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/java/awt/geom/
H A DArea.java102 private Vector<Curve> curves; field in Area
109 curves = EmptyCurves; in Area()
124 curves = ((Area) s).curves; in Area()
227 curves = new AreaOp.AddOp().calculate(this.curves, rhs.curves); in add()
260 curves = new AreaOp.SubOp().calculate(this.curves, rhs.curves); in subtract()
293 curves = new AreaOp.IntOp().calculate(this.curves, rhs.curves); in intersect()
327 curves = new AreaOp.XorOp().calculate(this.curves, rhs.curves); in exclusiveOr()
337 curves = new Vector<>(); in reset()
411 if (curves.size() < 3) { in isSingular()
510 Vector<Curve> c = new AreaOp.XorOp().calculate(this.curves, other.curves); in equals()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/java/awt/geom/
H A DArea.java102 private Vector<Curve> curves; field in Area
109 curves = EmptyCurves; in Area()
124 curves = ((Area) s).curves; in Area()
227 curves = new AreaOp.AddOp().calculate(this.curves, rhs.curves); in add()
260 curves = new AreaOp.SubOp().calculate(this.curves, rhs.curves); in subtract()
293 curves = new AreaOp.IntOp().calculate(this.curves, rhs.curves); in intersect()
327 curves = new AreaOp.XorOp().calculate(this.curves, rhs.curves); in exclusiveOr()
337 curves = new Vector<>(); in reset()
411 if (curves.size() < 3) { in isSingular()
510 Vector<Curve> c = new AreaOp.XorOp().calculate(this.curves, other.curves); in equals()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/java/awt/geom/
H A DArea.java102 private Vector<Curve> curves; field in Area
109 curves = EmptyCurves; in Area()
124 curves = ((Area) s).curves; in Area()
227 curves = new AreaOp.AddOp().calculate(this.curves, rhs.curves); in add()
260 curves = new AreaOp.SubOp().calculate(this.curves, rhs.curves); in subtract()
293 curves = new AreaOp.IntOp().calculate(this.curves, rhs.curves); in intersect()
327 curves = new AreaOp.XorOp().calculate(this.curves, rhs.curves); in exclusiveOr()
337 curves = new Vector<>(); in reset()
411 if (curves.size() < 3) { in isSingular()
510 Vector<Curve> c = new AreaOp.XorOp().calculate(this.curves, other.curves); in equals()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/java/awt/geom/
H A DArea.java102 private Vector<Curve> curves; field in Area
109 curves = EmptyCurves; in Area()
124 curves = ((Area) s).curves; in Area()
227 curves = new AreaOp.AddOp().calculate(this.curves, rhs.curves); in add()
260 curves = new AreaOp.SubOp().calculate(this.curves, rhs.curves); in subtract()
293 curves = new AreaOp.IntOp().calculate(this.curves, rhs.curves); in intersect()
327 curves = new AreaOp.XorOp().calculate(this.curves, rhs.curves); in exclusiveOr()
337 curves = new Vector<>(); in reset()
411 if (curves.size() < 3) { in isSingular()
510 Vector<Curve> c = new AreaOp.XorOp().calculate(this.curves, other.curves); in equals()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/awt/geom/
H A DArea.java102 private Vector curves; field in Area
109 curves = EmptyCurves; in Area()
124 curves = ((Area) s).curves; in Area()
227 curves = new AreaOp.AddOp().calculate(this.curves, rhs.curves); in add()
260 curves = new AreaOp.SubOp().calculate(this.curves, rhs.curves); in subtract()
293 curves = new AreaOp.IntOp().calculate(this.curves, rhs.curves); in intersect()
327 curves = new AreaOp.XorOp().calculate(this.curves, rhs.curves); in exclusiveOr()
337 curves = new Vector(); in reset()
510 Vector c = new AreaOp.XorOp().calculate(this.curves, other.curves); in equals()
661 private Vector curves; field in AreaIterator
[all …]
/dports/devel/dtool/dtool-0.11.0/cargo-crates/p256-0.9.0/
H A DCHANGELOG.md16 [#347]: https://github.com/RustCrypto/elliptic-curves/pull/347
17 [#349]: https://github.com/RustCrypto/elliptic-curves/pull/349
18 [#350]: https://github.com/RustCrypto/elliptic-curves/pull/350
24 [#337]: https://github.com/RustCrypto/elliptic-curves/pull/337
42 [#279]: https://github.com/RustCrypto/elliptic-curves/pull/279
43 [#288]: https://github.com/RustCrypto/elliptic-curves/pull/288
44 [#292]: https://github.com/RustCrypto/elliptic-curves/pull/292
45 [#296]: https://github.com/RustCrypto/elliptic-curves/pull/296
46 [#313]: https://github.com/RustCrypto/elliptic-curves/pull/313
47 [#319]: https://github.com/RustCrypto/elliptic-curves/pull/319
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/fbtft/
H A Dfb_hx8353d.c112 static int set_gamma(struct fbtft_par *par, u32 *curves) in set_gamma() argument
115 curves[0], curves[1], curves[2], curves[3], in set_gamma()
116 curves[4], curves[5], curves[6], curves[7], in set_gamma()
117 curves[8], curves[9], curves[10], curves[11], in set_gamma()
118 curves[12], curves[13], curves[14], curves[15], in set_gamma()
119 curves[16], curves[17], curves[18]); in set_gamma()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/fbtft/
H A Dfb_hx8353d.c112 static int set_gamma(struct fbtft_par *par, u32 *curves) in set_gamma() argument
115 curves[0], curves[1], curves[2], curves[3], in set_gamma()
116 curves[4], curves[5], curves[6], curves[7], in set_gamma()
117 curves[8], curves[9], curves[10], curves[11], in set_gamma()
118 curves[12], curves[13], curves[14], curves[15], in set_gamma()
119 curves[16], curves[17], curves[18]); in set_gamma()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/fbtft/
H A Dfb_hx8353d.c112 static int set_gamma(struct fbtft_par *par, u32 *curves) in set_gamma() argument
115 curves[0], curves[1], curves[2], curves[3], in set_gamma()
116 curves[4], curves[5], curves[6], curves[7], in set_gamma()
117 curves[8], curves[9], curves[10], curves[11], in set_gamma()
118 curves[12], curves[13], curves[14], curves[15], in set_gamma()
119 curves[16], curves[17], curves[18]); in set_gamma()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/
H A DMakefile.libff.include32 libff_libff_a_SOURCES += libff/libff/algebra/curves/edwards/edwards_g1.cpp
43 libff_libff_a_SOURCES += libff/libff/algebra/curves/mnt/mnt4/mnt4_g1.cpp
44 libff_libff_a_SOURCES += libff/libff/algebra/curves/mnt/mnt4/mnt4_g1.hpp
45 libff_libff_a_SOURCES += libff/libff/algebra/curves/mnt/mnt4/mnt4_g2.cpp
46 libff_libff_a_SOURCES += libff/libff/algebra/curves/mnt/mnt4/mnt4_g2.hpp
51 libff_libff_a_SOURCES += libff/libff/algebra/curves/mnt/mnt4/mnt4_pp.cpp
52 libff_libff_a_SOURCES += libff/libff/algebra/curves/mnt/mnt4/mnt4_pp.hpp
54 libff_libff_a_SOURCES += libff/libff/algebra/curves/mnt/mnt6/mnt6_g1.cpp
55 libff_libff_a_SOURCES += libff/libff/algebra/curves/mnt/mnt6/mnt6_g1.hpp
71 libff_libff_a_SOURCES += libff/libff/algebra/curves/curve_utils.hpp
[all …]
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/p256-0.7.3/
H A DCHANGELOG.md11 [#325]: https://github.com/RustCrypto/elliptic-curves/pull/325
17 [#273]: https://github.com/RustCrypto/elliptic-curves/pull/273
30 [#260]: https://github.com/RustCrypto/elliptic-curves/pull/260
41 [#247]: https://github.com/RustCrypto/elliptic-curves/pull/247
42 [#245]: https://github.com/RustCrypto/elliptic-curves/pull/245
43 [#244]: https://github.com/RustCrypto/elliptic-curves/pull/244
44 [#243]: https://github.com/RustCrypto/elliptic-curves/pull/243
45 [#239]: https://github.com/RustCrypto/elliptic-curves/pull/239
55 [#222]: https://github.com/RustCrypto/elliptic-curves/pull/222
107 [#73]: https://github.com/RustCrypto/elliptic-curves/pull/73
[all …]
/dports/graphics/gegl/gegl-0.4.34/operations/common/
H A Dnegative-darkroom.c241 gfloat Dmaxc = array_max(curves[o->curve].ry, curves[o->curve].rn);
242 gfloat Dmaxm = array_max(curves[o->curve].gy, curves[o->curve].gn);
243 gfloat Dmaxy = array_max(curves[o->curve].by, curves[o->curve].bn);
245 curves[o->curve].rx,
246 curves[o->curve].rn,
249 curves[o->curve].gx,
250 curves[o->curve].gn,
253 curves[o->curve].bx,
254 curves[o->curve].bn,
325 curves[o->curve].ry,
[all …]
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/etc/gmsh/
H A Dxlifepp_macros.geo3 itc=0; // iterator on curves
73 curves[itc]=L_1;
133 curves[itc]=E_1;
176 curves[itc]=E_1;
216 curves[itc]=L_1;
228 curves[itc]=L_2;
240 curves[itc]=L_3;
298 curves[itc]=L_1;
310 curves[itc]=L_2;
322 curves[itc]=L_3;
[all …]
/dports/audio/din/din-52/src/
H A Dcurve_library.cc29 curves.resize (ncurves); in load()
31 multi_curve& m = curves[i]; in load()
55 curves.push_back (m); in add()
61 curves.erase (curves.begin() + cur); in del()
68 curves[cur] = m; in replace()
74 curves.insert (curves.begin() + cur, m); in insert()
84 return curves[cur]; in prev()
92 return curves[cur]; in next()
105 multi_curve to = curves[j]; in move()
106 curves[j] = from; in move()
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/libs/dimg/filters/curves/
H A Dimagecurves.cpp81 : curves (nullptr), in Private()
96 if (curves) in ~Private()
98 delete curves; in ~Private()
129 struct _Curves* curves; member in Digikam::ImageCurves::Private
349 if (!d->curves) in curvesChannelReset()
384 if (!d->curves) in curvesCalculateCurve()
458 if (!d->curves) in curvesLutFunc()
522 if (!d->curves) in curvesPlotCurve()
1106 if (d->curves && in setCurvePoints()
1315 d->curves->points[i][j * 2][1] = d->curves->curve[i][index]; in saveCurvesToGimpCurvesFile()
[all …]
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/asn1/ua/
H A DDSTU4145NamedCurves.java48 ECCurve.F2m[] curves = new ECCurve.F2m[10];
49curves[0] = new ECCurve.F2m(163, 3, 6, 7, ONE, new BigInteger("5FF6108462A2DC8210AB403925E638A19C1…
50curves[1] = new ECCurve.F2m(167, 6, ONE, new BigInteger("6EE3CEEB230811759F20518A0930F1A4315A827DA…
51curves[2] = new ECCurve.F2m(173, 1, 2, 10, ZERO, new BigInteger("108576C80499DB2FC16EDDF6853BBB278…
52curves[3] = new ECCurve.F2m(179, 1, 2, 4, ONE, new BigInteger("4A6E0856526436F2F88DD07A341E32D0418…
53curves[4] = new ECCurve.F2m(191, 9, ONE, new BigInteger("7BC86E2102902EC4D5890E8B6B4981ff27E048275…
54curves[5] = new ECCurve.F2m(233, 1, 4, 9, ONE, new BigInteger("06973B15095675534C7CF7E64A21BD54EF5…
55curves[6] = new ECCurve.F2m(257, 12, ZERO, new BigInteger("1CEF494720115657E18F938D7A7942394FF9425…
56curves[7] = new ECCurve.F2m(307, 2, 4, 8, ONE, new BigInteger("393C7F7D53666B5054B5E6C6D3DE94F4296…
61 …points[0] = curves[0].createPoint(new BigInteger("2E2F85F5DD74CE983A5C4237229DAF8A3F35823BE", 16),…
[all …]

12345678910>>...211