/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/ |
LiveRegMatrix.h | 11 // along two dimensions: Slot indexes and register units. The matrix is used by 49 // The matrix is represented as a LiveIntervalUnion per register unit. 51 LiveIntervalUnion::Array Matrix; 140 /// Query a line of the assigned virtual register matrix directly. 148 LiveIntervalUnion *getLiveUnions() { return &Matrix[0]; }
|
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/ |
LiveRegMatrix.h | 11 // along two dimensions: Slot indexes and register units. The matrix is used by 49 // The matrix is represented as a LiveIntervalUnion per register unit. 51 LiveIntervalUnion::Array Matrix; 140 /// Query a line of the assigned virtual register matrix directly. 148 LiveIntervalUnion *getLiveUnions() { return &Matrix[0]; }
|
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/ |
LiveRegMatrix.h | 11 // along two dimensions: Slot indexes and register units. The matrix is used by 49 // The matrix is represented as a LiveIntervalUnion per register unit. 51 LiveIntervalUnion::Array Matrix; 140 /// Query a line of the assigned virtual register matrix directly. 148 LiveIntervalUnion *getLiveUnions() { return &Matrix[0]; }
|
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/ |
LiveRegMatrix.h | 11 // along two dimensions: Slot indexes and register units. The matrix is used by 49 // The matrix is represented as a LiveIntervalUnion per register unit. 51 LiveIntervalUnion::Array Matrix; 140 /// Query a line of the assigned virtual register matrix directly. 148 LiveIntervalUnion *getLiveUnions() { return &Matrix[0]; }
|
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/ |
LiveRegMatrix.h | 11 // along two dimensions: Slot indexes and register units. The matrix is used by 49 // The matrix is represented as a LiveIntervalUnion per register unit. 51 LiveIntervalUnion::Array Matrix; 140 /// Query a line of the assigned virtual register matrix directly. 148 LiveIntervalUnion *getLiveUnions() { return &Matrix[0]; }
|
/external/eigen/unsupported/test/ |
autodiff.cpp | 40 typedef Matrix<Scalar,InputsAtCompileTime,1> InputType; 41 typedef Matrix<Scalar,ValuesAtCompileTime,1> ValueType; 42 typedef Matrix<Scalar,ValuesAtCompileTime,InputsAtCompileTime> JacobianType; 53 void operator() (const Matrix<T,InputsAtCompileTime,1>& x, Matrix<T,ValuesAtCompileTime,1>* _v) const 55 Matrix<T,ValuesAtCompileTime,1>& v = *_v; 114 typedef Matrix<Scalar, 2, 1> InputType; 115 typedef Matrix<Scalar, 2, 1> ValueType; 233 typedef Matrix<AD,2,1> VectorAD; 260 typedef Matrix<AD,Eigen::Dynamic,1> VectorAD [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/ |
BoundedRect.java | 18 import android.graphics.Matrix; 114 Matrix m0 = getInverseRotMatrix(); 177 Matrix m = getRotMatrix(); 178 Matrix m0 = getInverseRotMatrix(); 246 Matrix m = getRotMatrix(); 247 Matrix m0 = getInverseRotMatrix(); 346 Matrix m = getRotMatrix(); 353 Matrix m = getInverseRotMatrix(); 357 private Matrix getRotMatrix() { 358 Matrix m = new Matrix() [all...] |
/cts/tests/openglperf2/jni/primitive/fullpipeline/ |
FullPipelineRenderer.cpp | 112 mModelMatrix = new Matrix(); 129 // Set the view matrix. 130 mViewMatrix = Matrix::newLookAt(eyeX, eyeY, eyeZ, centerX, centerY, centerZ, upX, upY, upZ); 132 // Create a new perspective projection matrix. The height will stay the same 142 mProjectionMatrix = Matrix::newFrustum(left, right, bottom, top, near, far); 159 Matrix* transformMatrix = Matrix::newScale(scale, scale, scale);
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/ |
ResourceModifier.java | 27 import android.graphics.Matrix; 67 Matrix matrix = new Matrix(); local 68 matrix.setTranslate(texWidth / 2.0f, texHeight / 2.0f); 69 matrix.postRotate(45, 0, 0); 70 translatedShader.setLocalMatrix(matrix); 74 matrix = new Matrix(); 75 matrix.setScale(0.5f, 0.5f) [all...] |
/external/eigen/test/ |
inverse.cpp | 45 typedef Matrix<Scalar, MatrixType::ColsAtCompileTime, 1> VectorType; 48 //First: an invertible matrix 63 //Second: a rank one matrix (not invertible, except for 1x1 matrices) 74 Matrix<Scalar, MatrixType::RowsAtCompileTime+1, MatrixType::RowsAtCompileTime+1, MatrixType::Options> m5; 100 CALL_SUBTEST_1( inverse(Matrix<double,1,1>()) ); 104 CALL_SUBTEST_4( inverse(Matrix<float,4,4,DontAlign>()) ); 115 CALL_SUBTEST_7( inverse(Matrix<double,4,4,DontAlign>()) );
|
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/ |
dogleg.h | 7 const Matrix< Scalar, Dynamic, Dynamic > &qrfac, 8 const Matrix< Scalar, Dynamic, 1 > &diag, 9 const Matrix< Scalar, Dynamic, 1 > &qtb, 11 Matrix< Scalar, Dynamic, 1 > &x) 30 Matrix< Scalar, Dynamic, 1 > wa1(n), wa2(n);
|
/external/skia/src/sfnt/ |
SkOTTable_glyf.h | 156 union Matrix { 180 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix; member in struct:SkOTTableGlyphData::Composite::Component::Transform::WordValue 186 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix; member in struct:SkOTTableGlyphData::Composite::Component::Transform::ByteValue 192 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix; member in struct:SkOTTableGlyphData::Composite::Component::Transform::WordIndex 198 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix; member in struct:SkOTTableGlyphData::Composite::Component::Transform::ByteIndex
|
/external/skqp/src/sfnt/ |
SkOTTable_glyf.h | 156 union Matrix { 180 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix; member in struct:SkOTTableGlyphData::Composite::Component::Transform::WordValue 186 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix; member in struct:SkOTTableGlyphData::Composite::Component::Transform::ByteValue 192 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix; member in struct:SkOTTableGlyphData::Composite::Component::Transform::WordIndex 198 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix; member in struct:SkOTTableGlyphData::Composite::Component::Transform::ByteIndex
|
/external/tensorflow/tensorflow/core/kernels/ |
cholesky_grad.cc | 33 using Matrix = typename Base::Matrix; 38 using ConstRef = Eigen::Ref<const Matrix>; 39 using Ref = Eigen::Ref<Matrix>; 67 const Matrix input_matrix_l = 84 Variables names representing the derivative matrix have a trailing '_bar'. 132 Variables names representing the derivative matrix have a trailing '_bar'.
|
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/ |
RendererCommon.java | 32 import android.opengl.Matrix; 140 // Matrix with transform y' = 1 - y. 149 // Matrix with transform x' = 1 - x. 159 * Returns texture matrix that will have the effect of rotating the frame |rotationDegree| 164 Matrix.setRotateM(rotationMatrix, 0, rotationDegree, 0, 0, 1); 170 * Returns new matrix with the result of a * b. 174 Matrix.multiplyMM(resultMatrix, 0, a, 0, b, 0); 179 * Returns layout transformation matrix that applies an optional mirror effect and compensates 196 final float matrix[] = new float[16]; local 197 Matrix.setIdentityM(matrix, 0) [all...] |
/frameworks/base/graphics/java/android/graphics/ |
Matrix.java | 27 * The Matrix class holds a 3x3 matrix for transforming coordinates. 29 public class Matrix { 42 public final static Matrix IDENTITY_MATRIX = new Matrix() { 44 throw new IllegalStateException("Matrix can not be modified"); 48 public void set(Matrix src) { 103 public boolean setConcat(Matrix a, Matrix b) { 151 public boolean preConcat(Matrix other) [all...] |
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
AdvancedBlendActivity.java | 28 import android.graphics.Matrix; 71 Matrix m2 = new Matrix(); 77 Matrix m3 = new Matrix();
|
/packages/apps/Camera2/src/com/android/camera/ |
CaptureModuleUI.java | 20 import android.graphics.Matrix; 110 public Matrix getPreviewTransform(Matrix m) { 162 Matrix m = new Matrix();
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
Paper.java | 20 import android.opengl.Matrix; 83 Matrix.setIdentityM(mMatrix, 0); 84 Matrix.translateM(mMatrix, 0, mMatrix, 0, rect.centerX(), rect.centerY(), 0); 85 Matrix.rotateM(mMatrix, 0, degrees, 0, 1, 0); 86 Matrix.translateM(mMatrix, 0, mMatrix, 0, -rect.width() / 2, -rect.height() / 2, 0);
|
/packages/apps/Gallery2/src/com/android/gallery3d/util/ |
MotionEventHelper.java | 19 import android.graphics.Matrix; 28 public static MotionEvent transformEvent(MotionEvent e, Matrix m) { 39 private static MotionEvent transformEventNew(MotionEvent e, Matrix m) { 46 private static MotionEvent transformEventOld(MotionEvent e, Matrix m) { 101 private static float transformAngle(Matrix m, float angleRadians) {
|
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/views/ |
MultiTouchView.java | 26 import android.graphics.Matrix; 58 /** Base matrix that keep emulator->device display scaling */ 59 private Matrix mBaseMatrix = new Matrix(); 60 /** Matrix that is used to draw emulator's screen on the device. */ 61 private Matrix mDrawMatrix = new Matrix(); 131 * Computes draw matrix for the emulator screen update.
|
/developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/watchface/ |
OpenGLWatchFaceService.java | 24 import android.opengl.Matrix; 67 /** Projection transformation matrix. Converts from 3D to 2D. */ 72 * relative coordinates. One matrix per camera position. 76 /** The view transformation matrix to use in ambient mode */ 81 * coordinates. One matrix per degree of rotation. 86 * Products of {@link #mViewMatrices} and {@link #mProjectionMatrix}. One matrix per camera 200 Matrix.setRotateM(mModelMatrices[i], 0, i, 0, 0, 1); 205 // Set the camera position (View matrix). When active, move the eye around to show 210 Matrix.setLookAtM(mViewMatrices[i], 217 Matrix.setLookAtM(mAmbientViewMatrix [all...] |
/developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/watchface/ |
OpenGLWatchFaceService.java | 24 import android.opengl.Matrix; 67 /** Projection transformation matrix. Converts from 3D to 2D. */ 72 * relative coordinates. One matrix per camera position. 76 /** The view transformation matrix to use in ambient mode */ 81 * coordinates. One matrix per degree of rotation. 86 * Products of {@link #mViewMatrices} and {@link #mProjectionMatrix}. One matrix per camera 200 Matrix.setRotateM(mModelMatrices[i], 0, i, 0, 0, 1); 205 // Set the camera position (View matrix). When active, move the eye around to show 210 Matrix.setLookAtM(mViewMatrices[i], 217 Matrix.setLookAtM(mAmbientViewMatrix [all...] |
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/ |
OpenGLWatchFaceService.java | 24 import android.opengl.Matrix; 65 /** Projection transformation matrix. Converts from 3D to 2D. */ 70 * relative coordinates. One matrix per camera position. 74 /** The view transformation matrix to use in ambient mode */ 79 * coordinates. One matrix per degree of rotation. 84 * Products of {@link #mViewMatrices} and {@link #mProjectionMatrix}. One matrix per camera 198 Matrix.setRotateM(mModelMatrices[i], 0, i, 0, 0, 1); 203 // Set the camera position (View matrix). When active, move the eye around to show 208 Matrix.setLookAtM(mViewMatrices[i], 215 Matrix.setLookAtM(mAmbientViewMatrix [all...] |
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/ |
TransformationUtils.java | 6 import android.graphics.Matrix; 47 Matrix m = new Matrix(); 97 // take the floor of the target width/height, not round. If the matrix 126 Matrix matrix = new Matrix(); local 127 matrix.setScale(minPercentage, minPercentage); 129 canvas.drawBitmap(toFit, matrix, paint); 150 * Returns a matrix with rotation set based on Exif orientation tag 201 Matrix matrix = new Matrix(); local 261 final Matrix matrix = new Matrix(); local [all...] |