Home
last modified time | relevance | path

Searched defs:rot (Results 1 – 25 of 60) sorted by relevance

123

/external/eigen/unsupported/Eigen/src/EulerAngles/
DEulerAngles.h188 EulerAngles(const RotationBase<Derived, 3>& rot) { *this = rot; } in EulerAngles()
203 const RotationBase<Derived, 3>& rot, in EulerAngles()
291 static EulerAngles FromRotation(const RotationBase<Derived, 3>& rot) in FromRotation()
/external/libkmsxx/py/tests/
Drottest.py46 def show_rot_plane(crtc, plane, fb, rot, x_scale, y_scale): argument
150 rot = rots[cursors.index(c)] variable
/external/tensorflow/tensorflow/core/lib/hash/
Dcrc32c.h47 uint32 rot = masked_crc - kMaskDelta; in Unmask() local
/external/skia/gm/
Ddstreadshuffle.cpp69 SkMatrix rot; in drawShape() local
112 SkMatrix rot; in DrawHairlines() local
Dsharedcorners.cpp122 SkMatrix rot; in drawTriangleBoxes() local
/external/skqp/gm/
Ddstreadshuffle.cpp69 SkMatrix rot; in drawShape() local
112 SkMatrix rot; in DrawHairlines() local
Dsharedcorners.cpp122 SkMatrix rot; in drawTriangleBoxes() local
/external/eigen/blas/
Dlevel1_real_impl.h57 int EIGEN_BLAS_FUNC(rot)(int *n, RealScalar *px, int *incx, RealScalar *py, int *incy, RealScalar *… in EIGEN_BLAS_FUNC() argument
/external/eigen/test/
Djacobi.cpp32 JacobiRotation<JacobiScalar> rot(c, s); in jacobi() local
Dgeo_hyperplane.cpp57 MatrixType rot = MatrixType::Random(dim,dim).householderQr().householderQ(); in hyperplane() local
/external/mesa3d/src/gallium/state_trackers/nine/
Dswapchain9ex.c73 D3DDISPLAYROTATION rot; in NineSwapChain9Ex_GetDisplayModeEx() local
/external/skqp/samplecode/
DSampleFlutterAnimate.cpp57 double rot = SkScalarInterp(fChars[i].fStartRotation, fChars[i].fEndRotation, in onDrawContent() local
DSampleLitAtlas.cpp389 SkScalar rot() const { return fRot; } in rot() function in DrawLitAtlasDrawable::ObjectRecord
390 void setRot(SkScalar rot) { fRot = rot; } in setRot()
/external/skia/samplecode/
DSampleFlutterAnimate.cpp57 double rot = SkScalarInterp(fChars[i].fStartRotation, fChars[i].fEndRotation, in onDrawContent() local
DSampleLitAtlas.cpp389 SkScalar rot() const { return fRot; } in rot() function in DrawLitAtlasDrawable::ObjectRecord
390 void setRot(SkScalar rot) { fRot = rot; } in setRot()
/external/pdfium/third_party/base/allocator/partition_allocator/
Daddress_space_randomization.cc39 #define rot(x, k) (((x) << (k)) | ((x) >> (32 - (k)))) macro
/external/skia/tests/
DPathOpsBuilderConicTest.cpp79 static void setupOne(skiatest::Reporter* reporter, int col, int row, int rot, int trial) { in setupOne()
105 for (int rot = 2; rot <= 9; ++rot) { in DEF_TEST() local
/external/skqp/tests/
DPathOpsBuilderConicTest.cpp79 static void setupOne(skiatest::Reporter* reporter, int col, int row, int rot, int trial) { in setupOne()
105 for (int rot = 2; rot <= 9; ++rot) { in DEF_TEST() local
/external/libnl/lib/
Dhash.c55 #define rot(x,k) (((x)<<(k)) | ((x)>>(32-(k)))) macro
/external/u-boot/include/
Dvideo.h76 ushort rot; member
/external/skia/example/
DSkiaSDLExample.cpp91 SkMatrix rot; in create_star() local
/external/skqp/example/
DSkiaSDLExample.cpp91 SkMatrix rot; in create_star() local
/external/boringssl/src/ssl/test/runner/hrss/
Dhrss.go330 func (p *poly3) rot(bits uint) { func
480 func (p *poly2) rot(bits uint) { func
/external/eigen/unsupported/test/
Dopenglsupport.cpp130 Matrix3f rot; in test_openglsupport() local
/external/toybox/toys/lsb/
Dmd5sum.c176 unsigned *rot[5], *temp; in sha1_transform() local

123