Home
last modified time | relevance | path

Searched defs:rot (Results 1 – 25 of 72) 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/skqp/gm/
Ddstreadshuffle.cpp69 SkMatrix rot; in drawShape() local
112 SkMatrix rot; in DrawHairlines() local
Dsharedcorners.cpp122 SkMatrix rot; in drawTriangleBoxes() local
/external/skia/gm/
Ddstreadshuffle.cpp86 SkMatrix rot; in drawShape() local
131 SkMatrix rot; in DrawHairlines() local
Dsharedcorners.cpp129 SkMatrix rot; in drawTriangleBoxes() local
/external/tensorflow/tensorflow/core/lib/hash/
Dcrc32c.h60 uint32 rot = masked_crc - kMaskDelta; in Unmask() 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/igt-gpu-tools/tests/
Dkms_plane_scaling.c136 igt_rotation_t rot) in check_scaling_pipe_plane_rot()
175 igt_rotation_t rot) in can_rotate()
238 igt_rotation_t rot = rotations[i]; in test_scaler_with_rotation_pipe() local
/external/rust/crates/ahash/src/
Dfallback_hash.rs113 let rot = (self.pad & 64) as u32; in hash_u64() localVariable
195 let rot = (self.buffer & 63) as u32; in finish() localVariable
/external/toybox/toys/lsb/
Dmd5sum.c134 unsigned int in, a, rot, temp; in md5_transform() local
175 unsigned *rot[5], *temp; in sha1_transform() local
/external/eigen/test/
Djacobi.cpp32 JacobiRotation<JacobiScalar> rot(c, s); in jacobi() local
/external/skia/docs/examples/
Dpicture_shader.cpp30 SkMatrix rot; in draw_wheel() local
/external/mesa3d/src/gallium/frontends/nine/
Dswapchain9ex.c73 D3DDISPLAYROTATION rot; in NineSwapChain9Ex_GetDisplayModeEx() local
/external/skia/samplecode/
DSampleFlutterAnimate.cpp44 double rot = SkScalarInterp(fChars[i].fStartRotation, fChars[i].fEndRotation, in onDrawContent() 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/modules/skottie/src/
DCamera.cpp112 rot = { 0, 0, 0 }; in DefaultCameraTransform() local
/external/pdfium/third_party/base/allocator/partition_allocator/
Drandom.cc34 #define rot(x, k) (((x) << (k)) | ((x) >> (32 - (k)))) macro
/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/skia/tests/
DPathOpsBuilderConicTest.cpp79 static void setupOne(skiatest::Reporter* reporter, int col, int row, int rot, int trial) { in setupOne()
106 for (int rot = 2; rot <= 9; ++rot) { in DEF_TEST() local
/external/libnl/lib/
Dhash.c56 #define rot(x,k) (((x)<<(k)) | ((x)>>(32-(k)))) macro
/external/skia/platform_tools/android/apps/androidkitdemo/src/main/java/org/skia/androidkitdemo1/
DCubeActivity.java55 private final float rot = (float) Math.PI; field in CubeRenderThread
/external/skqp/example/
DSkiaSDLExample.cpp91 SkMatrix rot; in create_star() local
/external/skia/example/
DSkiaSDLExample.cpp91 SkMatrix rot; in create_star() local

123