Searched defs:inverse (Results 1 - 7 of 7) sorted by path

/packages/apps/Camera2/src/com/android/camera/ui/focus/
H A DCameraCoordinateTransformer.java48 mPreviewToCameraTransform = inverse(mCameraToPreviewTransform);
100 private Matrix inverse(Matrix source) { method in class:CameraCoordinateTransformer
/packages/apps/Camera2/src/com/android/camera/ui/motion/
H A DLinearScale.java71 * that is the inverse of the current scale function.
73 public LinearScale inverse() { method in class:LinearScale
/packages/apps/ExactCalculator/src/com/android/calculator2/
H A DBoundedRational.java281 public static BoundedRational inverse(BoundedRational r) { method in class:BoundedRational
292 return multiply(r1, inverse(r2));
361 return inverse(pow(exp.negate()));
H A DUnifiedReal.java643 public UnifiedReal inverse() { method in class:UnifiedReal
650 BoundedRational nRatFactor = BoundedRational.inverse(
656 return new UnifiedReal(BoundedRational.inverse(mRatFactor), mCrFactor.inverse());
669 return multiply(u.inverse());
786 throw new ArithmeticException("inverse trig argument out of range");
894 return pow(exp.negate()).inverse();
1024 return inverse().ln().negate();
1073 return negate().exp().inverse();
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DMatrixUtils.java43 * A utility function to inverse matrix.
69 * A utility function to inverse matrix. This function calculates answer for each row by
96 * A function to inverse matrix.
97 * The inverse matrix of squareMatrix will be output to inverseMatrix. Please notice that
101 public static void inverse(final float[][] squareMatrix, method in class:MatrixUtils
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...

Completed in 286 milliseconds