Home
last modified time | relevance | path

Searched defs:normal (Results 1 – 25 of 164) sorted by relevance

1234567

/external/libmonet/dynamiccolor/
DContrastCurve.java32 private final double normal; field in ContrastCurve
48 public ContrastCurve(double low, double normal, double medium, double high) { in ContrastCurve()
/external/webrtc/modules/audio_coding/neteq/
Dnormal_unittest.cc53 Normal normal(fs, &db, bgn, &expand, &statistics); in TEST() local
67 Normal normal(fs, &db, bgn, &expand, &statistics); in TEST() local
102 Normal normal(fs, &db, bgn, &expand, &statistics); in TEST() local
127 Normal normal(kFs, &db, bgn, &expand, &statistics); in TEST() local
/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dtransform2.inl50 GLM_FUNC_QUALIFIER tmat3x3<T, P> reflect2D(tmat3x3<T, P> const& m, tvec3<T, P> const& normal)
61 GLM_FUNC_QUALIFIER tmat4x4<T, P> reflect3D(tmat4x4<T, P> const& m, tvec3<T, P> const& normal)
81 const tvec3<T, P>& normal)
94 const tvec3<T, P>& normal)
Dhanded_coordinate_space.inl11 tvec3<T, P> const & normal
22 tvec3<T, P> const & normal
/external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/euclidean/threed/
DPlane.java64 public Plane(final Vector3D normal, final double tolerance) in Plane()
79 public Plane(final Vector3D p, final Vector3D normal, final double tolerance) in Plane()
108 public Plane(final Vector3D normal) throws MathArithmeticException { in Plane()
119 public Plane(final Vector3D p, final Vector3D normal) throws MathArithmeticException { in Plane()
168 public void reset(final Vector3D p, final Vector3D normal) throws MathArithmeticException { in reset()
192 private void setNormal(final Vector3D normal) throws MathArithmeticException { in setNormal()
/external/fmtlib/support/
Dprintable.py89 def compress_normal(normal): argument
127 def print_normal(normal, normalname): argument
/external/apache-commons-math/src/main/java/org/apache/commons/math3/fitting/leastsquares/
DGaussNewtonOptimizer.java69 final RealMatrix normal = normalEquation.getFirst(); in solve() local
115 final RealMatrix normal = normalEquation.getFirst(); in solve() local
271 final RealMatrix normal = MatrixUtils.createRealMatrix(nC, nC); in computeNormalMatrix() local
/external/replicaisland/src/com/replica/replicaisland/
DSolidSurfaceComponent.java75 public void addSurface(Vector2 startPoint, Vector2 endPoint, Vector2 normal) { in addSurface()
95 Vector2 normal = mNormal; in update() local
/external/rust/android-crates-io/crates/libtest-mimic/tests/
Dpanic.rs16 fn normal() { in normal() function
Dall_passing.rs20 fn normal() { in normal() function
Dmixed_bag.rs36 fn normal() { in normal() function
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
DMicrosphereInterpolatingFunction.java67 private final RealVector normal; field in MicrosphereInterpolatingFunction.MicrosphereSurfaceElement
87 RealVector normal() { in normal() method in MicrosphereInterpolatingFunction.MicrosphereSurfaceElement
/external/apache-commons-math/src/main/java/org/apache/commons/math3/analysis/interpolation/
DMicrosphereInterpolatingFunction.java69 private final RealVector normal; field in MicrosphereInterpolatingFunction.MicrosphereSurfaceElement
87 RealVector normal() { in normal() method in MicrosphereInterpolatingFunction.MicrosphereSurfaceElement
DInterpolatingMicrosphere.java249 protected void add(double[] normal, in add()
331 private final double[] normal; field in InterpolatingMicrosphere.Facet
/external/skia/docs/examples/
DBlend_Mode_Methods.cpp6 SkPaint normal, blender; in draw() local
DPoint_setLength_2.cpp15 SkVector normal; in draw() local
DPoint_setNormalize.cpp15 SkVector normal; in draw() local
DPoint_setLength.cpp15 SkVector normal = point; in draw() local
/external/skia/src/core/
DSkStrokerPriv.cpp17 static void ButtCapper(SkPath* path, const SkPoint& pivot, const SkVector& normal, in ButtCapper()
22 static void RoundCapper(SkPath* path, const SkPoint& pivot, const SkVector& normal, in RoundCapper()
33 static void SquareCapper(SkPath* path, const SkPoint& pivot, const SkVector& normal, in SquareCapper()
/external/clang/test/SemaCXX/
Dwarn-unused-attribute.cpp15 TestNormal normal; in main() local
/external/jacoco/org.jacoco.core.test.validation.java5/src/org/jacoco/core/test/validation/java5/targets/
DSynchronizedTarget.java27 private static void normal() { in normal() method in SynchronizedTarget
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowParcelTest.java843 TestParcelable normal = new TestParcelable(23); in testWriteTypedListAndCreateTypedArrayList() local
858 TestParcelablePackage normal = new TestParcelablePackage(23); in testParcelableWithPackageProtected() local
871 TestParcelableImpl normal = new TestParcelableImpl(23); in testParcelableWithBase() local
884 TestParcelable normal = new TestParcelable(23); in testParcelableWithPublicClass() local
/external/eigen/Eigen/src/Geometry/
DHyperplane.h157 …EIGEN_DEVICE_FUNC inline ConstNormalReturnType normal() const { return ConstNormalReturnType(m_coe… in normal() function
162 …EIGEN_DEVICE_FUNC inline NormalReturnType normal() { return NormalReturnType(m_coeffs,0,0,dim(),1)… in normal() function
/external/iproute2/netem/
Dnormal.c18 normal(double x, double mu, double sigma) in normal() function
Dparetonormal.c26 normal(double x, double mu, double sigma) in normal() function

1234567