HomeSort by relevance Sort by last modified time
    Searched defs:rot (Results 51 - 75 of 144) sorted by null

1 23 4 5 6

  /system/keymaster/
attestation_record.cpp 652 KM_ROOT_OF_TRUST* rot = record->root_of_trust; local
653 if (!rot->verified_boot_key)
  /external/eigen/Eigen/src/SVD/
JacobiSVD.h 376 JacobiRotation<Scalar> rot; local
394 rot.c() = conj(work_matrix.coeff(p,p)) / n;
395 rot.s() = work_matrix.coeff(q,p) / n;
396 work_matrix.applyOnTheLeft(p,q,rot);
397 if(svd.computeU()) svd.m_matrixU.applyOnTheRight(p,q,rot.adjoint());
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/math/
Vector3.java 411 public Vector3 rot (final Matrix4 matrix) { method in class:Vector3
418 * rotation, does not work for scaling. For those, use {@link #rot(Matrix4)} with {@link Matrix4#inv()}.
Matrix4.java 1371 public static native void rot (float[] mat, float[] vec) \/*-{ }-*\/; \/* method in class:Matrix4
1386 public static native void rot (float[] mat, float[] vecs, int offset, int numVecs, int stride) \/*-{ }-*\/; \/* method in class:Matrix4
    [all...]
  /external/opencv3/modules/calib3d/test/
test_undistort.cpp 384 double rot[9] = {1,0,0,0,1,0,0,0,1}; local
393 CvMat _rot = cvMat(3,3,CV_64F,rot);
792 double rot[9] = {1,0,0,0,1,0,0,0,1};
800 Mat _rot(3,3,CV_64F,rot);
844 double rot[9] = {1,0,0,0,1,0,0,0,1}; local
852 CvMat _rot = cvMat(3,3,CV_64F,rot);
    [all...]
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/
hal_outputs.c 426 long rot[9], quat_geo[4]; local
430 inv_quaternion_to_rotation(quat_geo, rot);
431 r[0][0] = rot[0]*conv;
432 r[0][1] = rot[1]*conv;
433 r[0][2] = rot[2]*conv;
434 r[1][0] = rot[3]*conv;
435 r[1][1] = rot[4]*conv;
436 r[1][2] = rot[5]*conv;
437 r[2][0] = rot[6]*conv;
438 r[2][1] = rot[7]*conv
455 long rot[9], quat_6_axis[4]; local
488 long rot[9]; local
    [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_mdpcomp.cpp 214 mdpToLayer[i].rot = NULL;
824 &PipeLayerPair.rot);
847 info.rot = NULL;
871 info.rot = NULL;
941 Rotator *rot = mCurrentFrame.mdpToLayer[mdpIndex].rot; local
942 if(rot) {
943 if(!rot->queueBuffer(fd, offset))
945 fd = rot->getDstMemId();
946 offset = rot->getDstOffset()
1120 Rotator *rot = mCurrentFrame.mdpToLayer[mdpIndex].rot; local
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_mdpcomp.h 96 overlay::Rotator* rot; member in struct:qhwc::MDPComp::PipeLayerPair
hwc_mdpcomp.cpp 324 mdpToLayer[i].rot = NULL;
2287 Rotator *rot = mCurrentFrame.mdpToLayer[mdpIndex].rot; local
2345 Rotator *rot = mCurrentFrame.mdpToLayer[mdpIndex].rot; local
2541 Rotator *rot = mCurrentFrame.mdpToLayer[mdpIndex].rot; local
2576 Rotator *rot = mCurrentFrame.mdpToLayer[mdpIndex].rot; local
2832 Rotator **rot = &PipeLayerPair.rot; local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropView.java 275 int rot = CropMath.constrainedRotation(rotation); local
276 switch (rot) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageCrop.java 217 int rot = CropMath.constrainedRotation(rotation); local
218 switch (rot) {
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/math/
Matrix4.java 1428 public static void rot (float[] mat, float[] vec) { method in class:Matrix4
1443 public static void rot (float[] mat, float[] vecs, int offset, int numVecs, int stride) { method in class:Matrix4
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
arc.c 128 /* Given: Ellipse parameters rh, rv, rot (in degrees),
134 find_ellipses(double rh, double rv, double rot,
140 rot *= M_PI/180.0;
142 COS = cos(rot); SIN = sin(rot);
167 double COS, SIN, rot, x0p, y0p, x1p, y1p; local
171 rot = DEGREES_TO_RADIANS(arc->theta);
174 COS = cos(rot); SIN = sin(rot);
351 VGfloat rot)
    [all...]
path.c 578 VGfloat rh, rv, rot; local
586 rot = data[2];
592 x0, y0, x1, y1, rh, rv, rot);
595 rh, rv, rot);
1494 VGfloat rh, rv, rot; local
    [all...]
  /external/skia/src/effects/gradients/
SkTwoPointConicalGradient_gpu.cpp 55 SkMatrix rot; local
56 rot.setSinCos(-SkScalarMul(invDiffLen, diff.fY),
58 invLMatrix->postConcat(rot);
340 SkMatrix rot; local
341 rot.setSinCos(-SkScalarMul(invFocalX, focalTrans.fY),
343 matrix.postConcat(rot);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarView.java 540 final int rot = mDisplay.getRotation(); local
544 mCurrentView = mRotatedViews[rot];
546 mNavigationInflaterView.setAlternativeOrder(rot == Surface.ROTATION_90);
551 mCurrentRotation = rot;
575 Log.d(TAG, "reorient(): rot=" + mCurrentRotation);
  /system/core/libpixelflinger/codeflinger/
Arm64Assembler.cpp 861 uint32_t immediate, uint32_t& rot, uint32_t& imm)
863 rot = 0;
871 uint32_t rot, imm; local
872 return buildImmediate(immediate, rot, imm) == 0;
    [all...]
GGLAssembler.cpp 868 static void normalize(uint32_t& val, uint32_t& rot)
870 rot = 0;
876 rot += 2;
877 if (rot == 32) {
878 rot = 0;
886 uint32_t rot; local
914 normalize(mask, rot);
919 int shift = rot + bitpos;
    [all...]
  /external/opencv/cxcore/src/
cxmatmul.cpp 1606 CvMat rotstub, *rot = (CvMat*)transmat; local
    [all...]
  /external/opencv3/modules/imgproc/src/
demosaicing.cpp 372 uint16x8_t rot = vextq_u16(g1, g1, 1); local
373 g1 = vshlq_n_u16(rot, 2);
    [all...]
  /external/opencv3/modules/imgproc/test/
test_imgwarp.cpp 1647 Mat rot = getRotationMatrix2D(Point2f(0.f, 0.f), 1, 1); local
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_mdpcomp.cpp 241 mdpToLayer[i].rot = NULL;
1675 Rotator *rot = mCurrentFrame.mdpToLayer[mdpIndex].rot; local
1727 Rotator *rot = mCurrentFrame.mdpToLayer[mdpIndex].rot; local
1935 Rotator *rot = mCurrentFrame.mdpToLayer[mdpIndex].rot; local
1970 Rotator *rot = mCurrentFrame.mdpToLayer[mdpIndex].rot; local
2094 Rotator **rot = &PipeLayerPair.rot; local
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_mdpcomp.cpp 258 mdpToLayer[i].rot = NULL;
1888 Rotator *rot = mCurrentFrame.mdpToLayer[mdpIndex].rot; local
1947 Rotator *rot = mCurrentFrame.mdpToLayer[mdpIndex].rot; local
2145 Rotator *rot = mCurrentFrame.mdpToLayer[mdpIndex].rot; local
2180 Rotator *rot = mCurrentFrame.mdpToLayer[mdpIndex].rot; local
2307 Rotator **rot = &PipeLayerPair.rot; local
    [all...]
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_mdpcomp.cpp 300 mdpToLayer[i].rot = NULL;
2246 Rotator *rot = mCurrentFrame.mdpToLayer[mdpIndex].rot; local
2304 Rotator *rot = mCurrentFrame.mdpToLayer[mdpIndex].rot; local
2495 Rotator *rot = mCurrentFrame.mdpToLayer[mdpIndex].rot; local
2530 Rotator *rot = mCurrentFrame.mdpToLayer[mdpIndex].rot; local
2663 Rotator **rot = &PipeLayerPair.rot; local
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
arm-dis.c 4360 unsigned int rot = (given & 0x00000030) >> 4; local
    [all...]

Completed in 1096 milliseconds

1 23 4 5 6