/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/euclidean/threed/ |
H A 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()
|
/aosp_15_r20/frameworks/base/libs/hwui/tests/unit/ |
H A D | TypefaceTests.cpp | 105 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 D | TonalTest.java | 47 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 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
|
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
H A 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)
|
H A D | handed_coordinate_space.inl | 11 tvec3<T, P> const & normal 22 tvec3<T, P> const & normal
|
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/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
|
/aosp_15_r20/art/tools/ahat/src/test/com/android/ahat/ |
H A D | DiffFieldsTest.java | 58 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 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
|
/aosp_15_r20/external/libdav1d/src/x86/ |
H A D | itx_avx2.asm | 3299 .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 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
|
/aosp_15_r20/external/skia/src/core/ |
H A 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()
|
/aosp_15_r20/external/libmonet/dynamiccolor/ |
H A D | ContrastCurve.java | 32 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 D | Distributions.cpp | 312 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 D | printable.py | 85 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 D | printable.py | 85 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 D | printable.py | 85 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 D | printable.py | 85 def compress_normal(normal): argument 125 def print_normal(normal, normalname): argument
|
/aosp_15_r20/external/fmtlib/support/ |
H A D | printable.py | 89 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 D | printable.py | 85 def compress_normal(normal): argument 125 def print_normal(normal, normalname): argument
|
/aosp_15_r20/prebuilts/go/linux-x86/src/math/ |
D | exp_arm64.s | 88 normal: label 169 normal: label
|
/aosp_15_r20/external/replicaisland/src/com/replica/replicaisland/ |
H A D | SolidSurfaceComponent.java | 75 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 D | ffvertex_prog.c | 506 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 D | MicrosphereInterpolatingFunction.java | 67 private final RealVector normal; field in MicrosphereInterpolatingFunction.MicrosphereSurfaceElement 87 RealVector normal() { in normal() method in MicrosphereInterpolatingFunction.MicrosphereSurfaceElement
|