Home
last modified time | relevance | path

Searched defs:norm (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Uwb/service/java/com/android/server/uwb/correction/math/
DQuaternion.java72 float norm = x * x + y * y + z * z + w * w; in Quaternion() local
81 float norm = x * x + y * y + z * z + w * w; in Quaternion() local
DVector3.java75 float norm = MathHelper.rsqrt(normSquared); in normalized() local
/packages/services/Car/service/src/com/android/car/util/
DBrightnessUtils.java240 public static float norm(float start, float stop, float value) { in norm() method in BrightnessUtils.MathUtils
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DPhotoTable.java343 private double norm(double[] a) { in norm() method in PhotoTable