| /external/toybox/toys/lsb/ |
| D | md5sum.c | 165 unsigned in, a, rot, temp; in md5_transform() local 202 unsigned *block = TT.buffer.i32, oldstate[5], *rot[5], *temp, work; in sha1_transform() local 243 unsigned block[64], s0, s1, S0, S1, ch, maj, temp1, temp2, rot[8]; in sha2_32_transform() local 275 unsigned long long block[80], s0, s1, S0, S1, ch, maj, temp1, temp2, rot[8]; in sha2_64_transform() local
|
| /external/libkmsxx/py/tests/ |
| D | rottest.py | 46 def show_rot_plane(crtc, plane, fb, rot, x_scale, y_scale): argument 150 rot = rots[cursors.index(c)] variable
|
| /external/rust/crates/glam/tests/ |
| D | mat2.rs | 89 let rot = $mat2::from_scale_angle($vec2::new(4.0, 2.0), deg(180.0)); localVariable 139 let rot = $mat2::from_angle(deg(90.0)); localVariable
|
| D | affine2.rs | 118 let rot = $affine2::from_angle(deg(90.0)); localVariable
|
| /external/skia/gm/ |
| D | dstreadshuffle.cpp | 86 SkMatrix rot; in drawShape() local 131 SkMatrix rot; in DrawHairlines() local
|
| D | sharedcorners.cpp | 129 SkMatrix rot; in drawTriangleBoxes() local
|
| /external/leveldb/util/ |
| D | crc32c.h | 36 uint32_t rot = masked_crc - kMaskDelta; in Unmask() local
|
| /external/tensorflow/tensorflow/core/lib/hash/ |
| D | crc32c.h | 60 uint32 rot = masked_crc - kMaskDelta; in Unmask() local
|
| /external/skia/modules/skottie/src/effects/ |
| D | DirectionalBlur.cpp | 39 const auto rot = fDirection - 90; in onSync() local
|
| /external/igt-gpu-tools/tests/ |
| D | kms_plane_scaling.c | 136 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
|
| D | kms_rotation_crc.c | 705 static const char *rot_test_str(igt_rotation_t rot) in rot_test_str() 739 igt_rotation_t rot; member 753 igt_rotation_t rot; member
|
| /external/eigen/test/ |
| D | jacobi.cpp | 31 JacobiRotation<JacobiScalar> rot(c, s); in jacobi() local
|
| D | geo_parametrizedline.cpp | 67 MatrixType rot = MatrixType::Random(dim,dim).householderQr().householderQ(); in parametrizedline() local
|
| D | geo_alignedbox.cpp | 271 Rotation rot = rotate(NonInteger(EIGEN_PI)); in alignedboxRotatable() local 335 Rotation rot = rotate(angle); in alignedboxNonIntegralRotatable() local
|
| /external/skia/docs/examples/ |
| D | picture_shader.cpp | 30 SkMatrix rot; in draw_wheel() local
|
| /external/eigen/blas/ |
| D | level1_real_impl.h | 79 int EIGEN_BLAS_FUNC(rot)(int *n, RealScalar *px, int *incx, RealScalar *py, int *incy, RealScalar *… in EIGEN_BLAS_FUNC() argument
|
| /external/musl/src/search/ |
| D | tsearch.c | 7 static int rot(void **p, struct node *x, int dir /* deeper side */) in rot() function
|
| /external/skia/tools/viewer/ |
| D | FlutterAnimateSlide.cpp | 42 double rot = SkScalarInterp(fChars[i].fStartRotation, fChars[i].fEndRotation, in draw() local
|
| /external/mesa3d/src/gallium/frontends/nine/ |
| D | swapchain9ex.c | 73 D3DDISPLAYROTATION rot; in NineSwapChain9Ex_GetDisplayModeEx() local
|
| /external/skia/modules/skottie/src/ |
| D | Camera.cpp | 112 rot = { 0, 0, 0 }; in DefaultCameraTransform() local
|
| /external/skia/tests/ |
| D | PathOpsBuilderConicTest.cpp | 89 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/eigen/unsupported/Eigen/src/EulerAngles/ |
| D | EulerAngles.h | 176 …EulerAngles(const RotationBase<Derived, 3>& rot) { System::CalcEulerAngles(*this, rot.toRotationMa… in EulerAngles()
|
| /external/libnl/lib/ |
| D | hash.c | 56 #define rot(x,k) (((x)<<(k)) | ((x)>>(32-(k)))) macro
|
| /external/rust/crates/glam/benches/ |
| D | support.rs | 34 let rot = oldstate >> 59; in next_u32() localVariable
|
| /external/rust/crates/ahash/src/ |
| D | fallback_hash.rs | 197 let rot = (self.buffer & 63) as u32; in finish() localVariable 213 let rot = (self.pad & 63) as u32; in finish() localVariable
|