/external/libmonet/dynamiccolor/ |
D | ContrastCurve.java | 32 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/ |
D | normal_unittest.cc | 53 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/ |
D | transform2.inl | 50 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)
|
D | handed_coordinate_space.inl | 11 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/ |
D | Plane.java | 64 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/ |
D | printable.py | 89 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/ |
D | GaussNewtonOptimizer.java | 69 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/ |
D | SolidSurfaceComponent.java | 75 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/ |
D | panic.rs | 16 fn normal() { in normal() function
|
D | all_passing.rs | 20 fn normal() { in normal() function
|
D | mixed_bag.rs | 36 fn normal() { in normal() function
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/ |
D | MicrosphereInterpolatingFunction.java | 67 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/ |
D | MicrosphereInterpolatingFunction.java | 69 private final RealVector normal; field in MicrosphereInterpolatingFunction.MicrosphereSurfaceElement 87 RealVector normal() { in normal() method in MicrosphereInterpolatingFunction.MicrosphereSurfaceElement
|
D | InterpolatingMicrosphere.java | 249 protected void add(double[] normal, in add() 331 private final double[] normal; field in InterpolatingMicrosphere.Facet
|
/external/skia/docs/examples/ |
D | Blend_Mode_Methods.cpp | 6 SkPaint normal, blender; in draw() local
|
D | Point_setLength_2.cpp | 15 SkVector normal; in draw() local
|
D | Point_setNormalize.cpp | 15 SkVector normal; in draw() local
|
D | Point_setLength.cpp | 15 SkVector normal = point; in draw() local
|
/external/skia/src/core/ |
D | SkStrokerPriv.cpp | 17 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/ |
D | warn-unused-attribute.cpp | 15 TestNormal normal; in main() local
|
/external/jacoco/org.jacoco.core.test.validation.java5/src/org/jacoco/core/test/validation/java5/targets/ |
D | SynchronizedTarget.java | 27 private static void normal() { in normal() method in SynchronizedTarget
|
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowParcelTest.java | 843 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/ |
D | Hyperplane.h | 157 …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/ |
D | normal.c | 18 normal(double x, double mu, double sigma) in normal() function
|
D | paretonormal.c | 26 normal(double x, double mu, double sigma) in normal() function
|