Home
last modified time | relevance | path

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

12345678910>>...29

/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/euclidean/threed/
H A 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()
/aosp_15_r20/frameworks/base/libs/hwui/tests/unit/
H A DTypefaceTests.cpp105 std::unique_ptr<Typeface> normal(Typeface::createRelative(nullptr, Typeface::kNormal)); in TEST() local
134 std::unique_ptr<Typeface> normal(Typeface::createRelative(base.get(), Typeface::kNormal)); in TEST() local
167 std::unique_ptr<Typeface> normal(Typeface::createRelative(base.get(), Typeface::kNormal)); in TEST() local
200 std::unique_ptr<Typeface> normal(Typeface::createRelative(base.get(), Typeface::kNormal)); in TEST() local
235 std::unique_ptr<Typeface> normal(Typeface::createRelative(base.get(), Typeface::kNormal)); in TEST() local
272 std::unique_ptr<Typeface> normal(Typeface::createRelative(base.get(), Typeface::kNormal)); in TEST() local
/aosp_15_r20/frameworks/base/tests/Internal/src/com/android/internal/colorextraction/types/
H A DTonalTest.java47 GradientColors normal = new GradientColors(); in extractInto_usesFallback() local
57 GradientColors normal = new GradientColors(); in extractInto_usesFallbackWhenTooLightOrDark() local
74 GradientColors normal = new GradientColors(); in extractInto_fromBitmap() local
89 GradientColors normal = new GradientColors(); in extractInto_supportsDarkText() local
/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/
H A 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
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtx/
H A 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)
H A Dhanded_coordinate_space.inl11 tvec3<T, P> const & normal
22 tvec3<T, P> const & normal
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/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
/aosp_15_r20/art/tools/ahat/src/test/com/android/ahat/
H A DDiffFieldsTest.java58 FieldValue normal = new FieldValue("name", t0, Value.pack(1)); in nulledMatchedDiffedFieldValues() local
78 FieldValue normal = new FieldValue("name", t0, Value.pack(1)); in normalAddedDiffedFieldValues() local
100 FieldValue normal = new FieldValue("name", t0, Value.pack(1)); in normalDeletedDiffedFieldValues() local
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/fitting/leastsquares/
H A 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
/aosp_15_r20/external/libdav1d/src/x86/
H A Ditx_avx2.asm3299 .normal: label
3982 .normal: label
4213 .normal: label
4477 .normal: label
4848 .normal: label
4988 .normal: label
5191 .normal: label
5372 .normal: label
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A 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
/aosp_15_r20/external/skia/src/core/
H A 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()
/aosp_15_r20/external/libmonet/dynamiccolor/
H A DContrastCurve.java32 private final double normal; field in ContrastCurve
48 public ContrastCurve(double low, double normal, double medium, double high) { in ContrastCurve()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DDistributions.cpp312 Tensor normal(const Tensor& mean, double std, std::optional<Generator> gen) { in normal() function
321 Tensor normal(double mean, const Tensor& std, std::optional<Generator> gen) { in normal() function
330 Tensor normal(const Tensor& mean, const Tensor& std, std::optional<Generator> gen) { in normal() function
486 at::normal_distribution<double> normal(0.0, 1.0); in _s_gamma_cpu() local
519 at::normal_distribution<double> normal(0.0, 1.0); in _s_dirichlet_cpu() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/unicode/
H A Dprintable.py85 def compress_normal(normal): argument
125 def print_normal(normal, normalname): argument
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/unicode/
H A Dprintable.py85 def compress_normal(normal): argument
125 def print_normal(normal, normalname): argument
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/unicode/
H A Dprintable.py85 def compress_normal(normal): argument
125 def print_normal(normal, normalname): argument
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/unicode/
H A Dprintable.py85 def compress_normal(normal): argument
125 def print_normal(normal, normalname): argument
/aosp_15_r20/external/fmtlib/support/
H A Dprintable.py89 def compress_normal(normal): argument
127 def print_normal(normal, normalname): argument
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/unicode/
H A Dprintable.py85 def compress_normal(normal): argument
125 def print_normal(normal, normalname): argument
/aosp_15_r20/prebuilts/go/linux-x86/src/math/
Dexp_arm64.s88 normal: label
169 normal: label
/aosp_15_r20/external/replicaisland/src/com/replica/replicaisland/
H A DSolidSurfaceComponent.java75 public void addSurface(Vector2 startPoint, Vector2 endPoint, Vector2 normal) { in addSurface()
95 Vector2 normal = mNormal; in update() local
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dffvertex_prog.c506 nir_def *normal = in get_transformed_normal() local
762 nir_def *normal = get_transformed_normal(p); in build_lighting() local
1078 nir_def *normal = get_transformed_normal(p); in build_reflect_texgen() local
1092 nir_def *normal = get_transformed_normal(p); in build_sphere_texgen() local
1194 nir_def *normal = get_transformed_normal(p); in build_texture_transform() local
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
H A DMicrosphereInterpolatingFunction.java67 private final RealVector normal; field in MicrosphereInterpolatingFunction.MicrosphereSurfaceElement
87 RealVector normal() { in normal() method in MicrosphereInterpolatingFunction.MicrosphereSurfaceElement

12345678910>>...29