Home
last modified time | relevance | path

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

1234

/external/toybox/lib/
Dhash.c143 unsigned in, a, rot, temp; in md5_transform() local
180 unsigned *block = hash->buffer.i32, oldstate[5], *rot[5], *temp, work; in sha1_transform() local
221 unsigned block[64], s0, s1, S0, S1, ch, maj, temp1, temp2, rot[8]; in sha2_32_transform() local
253 unsigned long long block[80], s0, s1, S0, S1, ch, maj, temp1, temp2, rot[8]; in sha2_64_transform() local
/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/skia/gm/
Ddstreadshuffle.cpp83 SkMatrix rot; in drawShape() local
128 SkMatrix rot; in DrawHairlines() local
Dsharedcorners.cpp127 SkMatrix rot; in drawTriangleBoxes() local
/external/leveldb/util/
Dcrc32c.h36 uint32_t rot = masked_crc - kMaskDelta; in Unmask() local
/external/rust/android-crates-io/crates/glam/tests/
Dmat2.rs88 let rot = $mat2::from_scale_angle($vec2::new(4.0, 2.0), deg(180.0)); localVariable
149 let rot = $mat2::from_angle(deg(90.0)); localVariable
/external/tensorflow/tensorflow/core/lib/hash/
Dcrc32c.h60 uint32 rot = masked_crc - kMaskDelta; in Unmask() local
/external/skia/modules/skottie/src/effects/
DDirectionalBlur.cpp50 const auto rot = fDirection - 90; in onSync() local
/external/eigen/test/
Djacobi.cpp31 JacobiRotation<JacobiScalar> rot(c, s); in jacobi() local
Dgeo_parametrizedline.cpp67 MatrixType rot = MatrixType::Random(dim,dim).householderQr().householderQ(); in parametrizedline() local
/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/skia/docs/examples/
Dpicture_shader.cpp30 SkMatrix rot; in draw_wheel() local
/external/musl/src/search/
Dtsearch.c7 static int rot(void **p, struct node *x, int dir /* deeper side */) in rot() function
/external/trusty/musl/src/search/
Dtsearch.c7 static int rot(void **p, struct node *x, int dir /* deeper side */) in rot() function
/external/eigen/blas/
Dlevel1_real_impl.h79 int EIGEN_BLAS_FUNC(rot)(int *n, RealScalar *px, int *incx, RealScalar *py, int *incy, RealScalar *… in EIGEN_BLAS_FUNC() argument
/external/skia/tests/
DBigImageTest.cpp151 int rot, in create_label()
186 int rot) { in check_pixels()
230 int rot, in difficult_case()
DPathOpsBuilderConicTest.cpp89 static void setupOne(skiatest::Reporter* reporter, int col, int row, int rot, int trial) { in setupOne()
114 for (int rot = 2; rot <= 9; ++rot) { in DEF_TEST() local
/external/mesa3d/src/gallium/frontends/nine/
Dswapchain9ex.c56 D3DDISPLAYROTATION rot; in NineSwapChain9Ex_GetDisplayModeEx() local
/external/skia/tools/viewer/
DFlutterAnimateSlide.cpp44 double rot = SkScalarInterp(fChars[i].fStartRotation, fChars[i].fEndRotation, in draw() local
/external/intel-media-driver/media_softlet/agnostic/common/vp/hal/pipeline/
Dvp_packet_reuse_manager.cpp313 SwFilterRotMir *rot = dynamic_cast<SwFilterRotMir *>(filter); in UpdateFeatureParams() local
348 SwFilterRotMir *rot = dynamic_cast<SwFilterRotMir *>(filter); in CheckTeamsParams() local
371 SwFilterRotMir *rot = dynamic_cast<SwFilterRotMir *>(filter); in StoreTeamsParams() local
908 SwFilter *rot = pipe.GetSwFilter(true, 0, FeatureTypeRotMir); in PreparePacketPipeReuse() local
/external/skia/modules/skottie/src/
DCamera.cpp118 rot = { 0, 0, 0 }; in DefaultCameraTransform() local
/external/llvm-libc/src/__support/
Dhash.h155 int rot = buffer & 63; in finish() local
/external/cronet/tot/third_party/llvm-libc/src/src/__support/
Dhash.h155 int rot = buffer & 63; in finish() local
/external/cronet/stable/third_party/llvm-libc/src/src/__support/
Dhash.h155 int rot = buffer & 63; in finish() local
/external/eigen/unsupported/Eigen/src/EulerAngles/
DEulerAngles.h176 …EulerAngles(const RotationBase<Derived, 3>& rot) { System::CalcEulerAngles(*this, rot.toRotationMa… in EulerAngles()

1234