HomeSort by relevance Sort by last modified time
    Searched defs:Curve (Results 1 - 9 of 9) sorted by null

  /external/lmfit/ruby/inline/
curve1_rubyinline.rb 17 class Curve
96 c = Curve.new
  /frameworks/base/core/java/android/hardware/display/
Curve.java 23 public final class Curve implements Parcelable {
27 public Curve(float[] x, float[] y) {
40 public static final Creator<Curve> CREATOR = new Creator<Curve>() {
41 public Curve createFromParcel(Parcel in) {
44 return new Curve(x, y);
47 public Curve[] newArray(int size) {
48 return new Curve[size];
  /external/skia/tests/
PathOpsThreeWayTest.cpp 14 struct Curve {
16 CubicPts curve; // largest can hold lines / quads/ cubics member in struct:Curve
19 static const Curve testSet0[] = { // extracted from skpClip2
25 static const Curve testSet1[] = { // extracted from cubicOp85i
33 const Curve* tests;
48 const Curve& oTest = testSet.tests[outer];
50 const Curve& iTest = testSet.tests[inner];
53 SkDLine oLine = {{ oTest.curve.fPts[0], oTest.curve.fPts[1] }};
54 SkDLine iLine = {{ iTest.curve.fPts[0], iTest.curve.fPts[1] }}
    [all...]
  /external/skqp/tests/
PathOpsThreeWayTest.cpp 14 struct Curve {
16 CubicPts curve; // largest can hold lines / quads/ cubics member in struct:Curve
19 static const Curve testSet0[] = { // extracted from skpClip2
25 static const Curve testSet1[] = { // extracted from cubicOp85i
33 const Curve* tests;
48 const Curve& oTest = testSet.tests[outer];
50 const Curve& iTest = testSet.tests[inner];
53 SkDLine oLine = {{ oTest.curve.fPts[0], oTest.curve.fPts[1] }};
54 SkDLine iLine = {{ iTest.curve.fPts[0], iTest.curve.fPts[1] }}
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/elliptic/
elliptic.go 10 // (x, y) position on the curve, the Jacobian coordinates are (x1, y1, z1)
22 // A Curve represents a short-form Weierstrass curve with a=-3.
24 type Curve interface {
25 // Params returns the parameters for the curve.
27 // IsOnCurve reports whether the given (x,y) lies on the curve.
40 // CurveParams contains the parameters of an elliptic curve and also provides
41 // a generic, non-constant time implementation of Curve.
45 B *big.Int // the constant of the curve equation
48 Name string // the canonical name of the curve
    [all...]
  /prebuilts/go/linux-x86/src/crypto/elliptic/
elliptic.go 10 // (x, y) position on the curve, the Jacobian coordinates are (x1, y1, z1)
22 // A Curve represents a short-form Weierstrass curve with a=-3.
24 type Curve interface {
25 // Params returns the parameters for the curve.
27 // IsOnCurve reports whether the given (x,y) lies on the curve.
40 // CurveParams contains the parameters of an elliptic curve and also provides
41 // a generic, non-constant time implementation of Curve.
45 B *big.Int // the constant of the curve equation
48 Name string // the canonical name of the curve
    [all...]
  /external/vulkan-validation-layers/demos/smoke/
Simulation.cpp 93 class Curve {
95 virtual ~Curve() {}
107 class RandomCurve : public Curve {
154 class CircleCurve : public Curve {
200 return current_.origin + current_.curve->evaluate(current_.now - current_.start);
207 if (current_.curve) {
208 current_.origin += current_.curve->evaluate(current_.end - current_.start);
219 Curve *curve; local
223 curve = new RandomCurve(rng_())
    [all...]
  /external/pdfium/third_party/lcms/src/
cmstypes.c 239 // Keep starting position of curve offsets
    [all...]
  /prebuilts/misc/common/nimbus-jose-jwt/
nimbus-jose-jwt-4.33.jar 

Completed in 444 milliseconds