/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | rotate_normalized_axis.inl | 22 tmat4x4<T, P> Rotate(uninitialize); local 23 Rotate[0][0] = c + temp[0] * axis[0]; 24 Rotate[0][1] = 0 + temp[0] * axis[1] + s * axis[2]; 25 Rotate[0][2] = 0 + temp[0] * axis[2] - s * axis[1]; 27 Rotate[1][0] = 0 + temp[1] * axis[0] - s * axis[2]; 28 Rotate[1][1] = c + temp[1] * axis[1]; 29 Rotate[1][2] = 0 + temp[1] * axis[2] + s * axis[0]; 31 Rotate[2][0] = 0 + temp[2] * axis[0] + s * axis[1]; 32 Rotate[2][1] = 0 + temp[2] * axis[1] - s * axis[0]; 33 Rotate[2][2] = c + temp[2] * axis[2]; [all …]
|
/external/libtextclassifier/native/utils/hash/ |
D | cityhash.cc | 50 static uint64_t Rotate(uint64_t val, size_t shift) { in Rotate() function 62 return HashLen16(a, Rotate(b + len, len)) ^ b; in HashLen0to16() 86 b = Rotate(b + a + z, 51); in WeakHashLen32WithSeeds() 90 b += Rotate(a, 23); in WeakHashLen32WithSeeds() 114 return HashLen16(Rotate(a - b, 43) + Rotate(c, 30) + d, in HashLen17to32() 115 a + Rotate(b ^ k3, 20) - c + len); in HashLen17to32() 123 uint64_t b = Rotate(a + z, 52); in HashLen33to64() 124 uint64_t c = Rotate(a, 37); in HashLen33to64() 126 c += Rotate(a, 7); in HashLen33to64() 129 uint64_t vs = b + Rotate(a, 31) + c; in HashLen33to64() [all …]
|
D | farmhash.cc | 356 #undef Rotate 357 #define Rotate Rotate64 macro 385 uint64_t c = Rotate(b, 37) * mul + a; in HashLen0to16() 386 uint64_t d = (Rotate(a, 25) + b) * mul; in HashLen0to16() 413 return HashLen16(Rotate(a + b, 43) + Rotate(c, 30) + d, in HashLen17to32() 414 a + Rotate(b + k2, 18) + c, mul); in HashLen17to32() 422 b = Rotate(b + a + z, 21); in WeakHashLen32WithSeeds() 426 b += Rotate(a, 44); in WeakHashLen32WithSeeds() 448 uint64_t y = Rotate(a + b, 43) + Rotate(c, 30) + d; in HashLen33to64() 449 uint64_t z = HashLen16(y, a + Rotate(b + k2, 18) + c, mul); in HashLen33to64() [all …]
|
/external/icing/icing/text_classifier/lib3/utils/hash/ |
D | farmhash.cc | 354 #undef Rotate 355 #define Rotate Rotate64 macro 383 uint64_t c = Rotate(b, 37) * mul + a; in HashLen0to16() 384 uint64_t d = (Rotate(a, 25) + b) * mul; in HashLen0to16() 411 return HashLen16(Rotate(a + b, 43) + Rotate(c, 30) + d, in HashLen17to32() 412 a + Rotate(b + k2, 18) + c, mul); in HashLen17to32() 420 b = Rotate(b + a + z, 21); in WeakHashLen32WithSeeds() 424 b += Rotate(a, 44); in WeakHashLen32WithSeeds() 446 uint64_t y = Rotate(a + b, 43) + Rotate(c, 30) + d; in HashLen33to64() 447 uint64_t z = HashLen16(y, a + Rotate(b + k2, 18) + c, mul); in HashLen33to64() [all …]
|
/external/webrtc/third_party/abseil-cpp/absl/hash/internal/ |
D | city.cc | 196 static uint64_t Rotate(uint64_t val, int shift) { in Rotate() function 222 uint64_t c = Rotate(b, 37) * mul + a; in HashLen0to16() 223 uint64_t d = (Rotate(a, 25) + b) * mul; in HashLen0to16() 250 return HashLen16(Rotate(a + b, 43) + Rotate(c, 30) + d, in HashLen17to32() 251 a + Rotate(b + k2, 18) + c, mul); in HashLen17to32() 260 b = Rotate(b + a + z, 21); in WeakHashLen32WithSeeds() 264 b += Rotate(a, 44); in WeakHashLen32WithSeeds() 286 uint64_t u = Rotate(a + g, 43) + (Rotate(b, 30) + c) * 9; in HashLen33to64() 289 uint64_t x = Rotate(e + f, 42) + c; in HashLen33to64() 320 x = Rotate(x + y + v.first + Fetch64(s + 8), 37) * k1; in CityHash64() [all …]
|
/external/abseil-cpp/absl/hash/internal/ |
D | city.cc | 196 static uint64_t Rotate(uint64_t val, int shift) { in Rotate() function 222 uint64_t c = Rotate(b, 37) * mul + a; in HashLen0to16() 223 uint64_t d = (Rotate(a, 25) + b) * mul; in HashLen0to16() 250 return HashLen16(Rotate(a + b, 43) + Rotate(c, 30) + d, in HashLen17to32() 251 a + Rotate(b + k2, 18) + c, mul); in HashLen17to32() 260 b = Rotate(b + a + z, 21); in WeakHashLen32WithSeeds() 264 b += Rotate(a, 44); in WeakHashLen32WithSeeds() 286 uint64_t u = Rotate(a + g, 43) + (Rotate(b, 30) + c) * 9; in HashLen33to64() 289 uint64_t x = Rotate(e + f, 42) + c; in HashLen33to64() 320 x = Rotate(x + y + v.first + Fetch64(s + 8), 37) * k1; in CityHash64() [all …]
|
/external/libtextclassifier/abseil-cpp/absl/hash/internal/ |
D | city.cc | 196 static uint64_t Rotate(uint64_t val, int shift) { in Rotate() function 222 uint64_t c = Rotate(b, 37) * mul + a; in HashLen0to16() 223 uint64_t d = (Rotate(a, 25) + b) * mul; in HashLen0to16() 250 return HashLen16(Rotate(a + b, 43) + Rotate(c, 30) + d, in HashLen17to32() 251 a + Rotate(b + k2, 18) + c, mul); in HashLen17to32() 260 b = Rotate(b + a + z, 21); in WeakHashLen32WithSeeds() 264 b += Rotate(a, 44); in WeakHashLen32WithSeeds() 286 uint64_t u = Rotate(a + g, 43) + (Rotate(b, 30) + c) * 9; in HashLen33to64() 289 uint64_t x = Rotate(e + f, 42) + c; in HashLen33to64() 320 x = Rotate(x + y + v.first + Fetch64(s + 8), 37) * k1; in CityHash64() [all …]
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/hash/internal/ |
D | city.cc | 196 static uint64_t Rotate(uint64_t val, int shift) { in Rotate() function 222 uint64_t c = Rotate(b, 37) * mul + a; in HashLen0to16() 223 uint64_t d = (Rotate(a, 25) + b) * mul; in HashLen0to16() 250 return HashLen16(Rotate(a + b, 43) + Rotate(c, 30) + d, in HashLen17to32() 251 a + Rotate(b + k2, 18) + c, mul); in HashLen17to32() 260 b = Rotate(b + a + z, 21); in WeakHashLen32WithSeeds() 264 b += Rotate(a, 44); in WeakHashLen32WithSeeds() 286 uint64_t u = Rotate(a + g, 43) + (Rotate(b, 30) + c) * 9; in HashLen33to64() 289 uint64_t x = Rotate(e + f, 42) + c; in HashLen33to64() 320 x = Rotate(x + y + v.first + Fetch64(s + 8), 37) * k1; in CityHash64() [all …]
|
/external/openscreen/third_party/abseil/src/absl/hash/internal/ |
D | city.cc | 196 static uint64_t Rotate(uint64_t val, int shift) { in Rotate() function 223 uint64_t c = Rotate(b, 37) * mul + a; in HashLen0to16() 224 uint64_t d = (Rotate(a, 25) + b) * mul; in HashLen0to16() 251 return HashLen16(Rotate(a + b, 43) + Rotate(c, 30) + d, in HashLen17to32() 252 a + Rotate(b + k2, 18) + c, mul); in HashLen17to32() 260 b = Rotate(b + a + z, 21); in WeakHashLen32WithSeeds() 264 b += Rotate(a, 44); in WeakHashLen32WithSeeds() 287 uint64_t u = Rotate(a + g, 43) + (Rotate(b, 30) + c) * 9; in HashLen33to64() 290 uint64_t x = Rotate(e + f, 42) + c; in HashLen33to64() 323 x = Rotate(x + y + v.first + Fetch64(s + 8), 37) * k1; in CityHash64() [all …]
|
/external/angle/third_party/abseil-cpp/absl/hash/internal/ |
D | city.cc | 196 static uint64_t Rotate(uint64_t val, int shift) { in Rotate() function 223 uint64_t c = Rotate(b, 37) * mul + a; in HashLen0to16() 224 uint64_t d = (Rotate(a, 25) + b) * mul; in HashLen0to16() 251 return HashLen16(Rotate(a + b, 43) + Rotate(c, 30) + d, in HashLen17to32() 252 a + Rotate(b + k2, 18) + c, mul); in HashLen17to32() 260 b = Rotate(b + a + z, 21); in WeakHashLen32WithSeeds() 264 b += Rotate(a, 44); in WeakHashLen32WithSeeds() 287 uint64_t u = Rotate(a + g, 43) + (Rotate(b, 30) + c) * 9; in HashLen33to64() 290 uint64_t x = Rotate(e + f, 42) + c; in HashLen33to64() 323 x = Rotate(x + y + v.first + Fetch64(s + 8), 37) * k1; in CityHash64() [all …]
|
/external/oboe/samples/RhythmGame/third_party/glm/gtc/ |
D | matrix_transform.inl | 28 tmat4x4<T, P> Rotate(uninitialize); local 29 Rotate[0][0] = c + temp[0] * axis[0]; 30 Rotate[0][1] = temp[0] * axis[1] + s * axis[2]; 31 Rotate[0][2] = temp[0] * axis[2] - s * axis[1]; 33 Rotate[1][0] = temp[1] * axis[0] - s * axis[2]; 34 Rotate[1][1] = c + temp[1] * axis[1]; 35 Rotate[1][2] = temp[1] * axis[2] + s * axis[0]; 37 Rotate[2][0] = temp[2] * axis[0] + s * axis[1]; 38 Rotate[2][1] = temp[2] * axis[1] - s * axis[0]; 39 Rotate[2][2] = c + temp[2] * axis[2]; [all …]
|
/external/webrtc/api/video/ |
D | i420_buffer.h | 53 static rtc::scoped_refptr<I420Buffer> Rotate(const I420BufferInterface& src, 56 static rtc::scoped_refptr<I420Buffer> Rotate(const VideoFrameBuffer& src, in Rotate() function 58 return Rotate(*src.GetI420(), rotation); in Rotate()
|
/external/skia/modules/skottie/src/ |
D | Camera.cpp | 26 const auto cam_t = SkM44::Rotate({0, 0, 1}, SkDegreesToRadians(-rotation.z)) in ComputeCameraMatrix() 27 * SkM44::Rotate({0, 1, 0}, SkDegreesToRadians( rotation.y)) in ComputeCameraMatrix() 28 * SkM44::Rotate({1, 0, 0}, SkDegreesToRadians( rotation.x)) in ComputeCameraMatrix()
|
D | Transform.cpp | 184 * SkM44::Rotate({ 1, 0, 0 }, SkDegreesToRadians(rotation.x)) in totalMatrix() 185 * SkM44::Rotate({ 0, 1, 0 }, SkDegreesToRadians(rotation.y)) in totalMatrix() 186 * SkM44::Rotate({ 0, 0, 1 }, SkDegreesToRadians(rotation.z)) in totalMatrix()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelDAGToDAG.cpp | 122 Rotate(0) {} in RxSBGOperands() 130 unsigned Rotate; member 727 if (RxSBG.Rotate != 0) in refineRxSBGMask() 728 Mask = (Mask << RxSBG.Rotate) | (Mask >> (64 - RxSBG.Rotate)); in refineRxSBGMask() 740 if (RxSBG.Rotate != 0) in maskMatters() 741 Mask = ((Mask << RxSBG.Rotate) | (Mask >> (64 - RxSBG.Rotate))); in maskMatters() 815 RxSBG.Rotate = (RxSBG.Rotate + CountNode->getZExtValue()) & 63; in expandRxSBG() 869 RxSBG.Rotate = (RxSBG.Rotate + Count) & 63; in expandRxSBG() 897 RxSBG.Rotate = (RxSBG.Rotate - Count) & 63; in expandRxSBG() 966 if (RISBG.Rotate == 0 && (RISBG.Mask == 0xff || RISBG.Mask == 0xffff)) { in tryRISBGZero() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelDAGToDAG.cpp | 123 Rotate(0) {} in RxSBGOperands() 131 unsigned Rotate; member 754 if (RxSBG.Rotate != 0) in refineRxSBGMask() 755 Mask = (Mask << RxSBG.Rotate) | (Mask >> (64 - RxSBG.Rotate)); in refineRxSBGMask() 767 if (RxSBG.Rotate != 0) in maskMatters() 768 Mask = ((Mask << RxSBG.Rotate) | (Mask >> (64 - RxSBG.Rotate))); in maskMatters() 840 RxSBG.Rotate = (RxSBG.Rotate + CountNode->getZExtValue()) & 63; in expandRxSBG() 870 if (RxSBG.Mask == 1 && RxSBG.Rotate == 1) in expandRxSBG() 871 RxSBG.Rotate += (BitSize - InnerBitSize); in expandRxSBG() 901 RxSBG.Rotate = (RxSBG.Rotate + Count) & 63; in expandRxSBG() [all …]
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZISelDAGToDAG.cpp | 123 Rotate(0) {} in RxSBGOperands() 131 unsigned Rotate; member 758 if (RxSBG.Rotate != 0) in refineRxSBGMask() 759 Mask = (Mask << RxSBG.Rotate) | (Mask >> (64 - RxSBG.Rotate)); in refineRxSBGMask() 771 if (RxSBG.Rotate != 0) in maskMatters() 772 Mask = ((Mask << RxSBG.Rotate) | (Mask >> (64 - RxSBG.Rotate))); in maskMatters() 844 RxSBG.Rotate = (RxSBG.Rotate + CountNode->getZExtValue()) & 63; in expandRxSBG() 874 if (RxSBG.Mask == 1 && RxSBG.Rotate == 1) in expandRxSBG() 875 RxSBG.Rotate += (BitSize - InnerBitSize); in expandRxSBG() 905 RxSBG.Rotate = (RxSBG.Rotate + Count) & 63; in expandRxSBG() [all …]
|
/external/libyuv/files/docs/ |
D | rotation.md | 26 Rotate by 90 degrees to 360 x 640.<br> 53 Rotate by 180 can be done in place, but 90 and 270 can not. 64 // Rotate a plane by 0, 90, 180, or 270. 78 Rotate by 90, or any angle, can be achieved using ARGBAffine.
|
/external/skia/gm/ |
D | crbug_224618.cpp | 63 SkM44 rotateHorizontal = SkM44::Rotate({0, 1, 0}, 2.356194490192345f); in onDraw() 84 SkM44 model = SkM44::Rotate({axisAngles[i].x, axisAngles[i].y, axisAngles[i].z}, in onDraw()
|
/external/skia/src/utils/ |
D | SkCamera.cpp | 207 fRec->fMatrix.preConcat(SkM44::Rotate({1, 0, 0}, deg * SK_ScalarPI / 180)); in rotateX() 211 fRec->fMatrix.preConcat(SkM44::Rotate({0,-1, 0}, deg * SK_ScalarPI / 180)); in rotateY() 215 fRec->fMatrix.preConcat(SkM44::Rotate({0, 0, 1}, deg * SK_ScalarPI / 180)); in rotateZ()
|
/external/angle/src/tests/gl_tests/gles1/ |
D | MatrixBuiltinsTest.cpp | 35 TEST_P(MatrixBuiltinsTest, Rotate) in TEST_P() argument 42 angle::Mat4 testMatrix = angle::Mat4::Rotate(angle, angle::Vector3(x, y, z)); in TEST_P()
|
/external/ImageMagick/PerlMagick/demo/ |
D | button.pl | 10 $q->Rotate(-90);
|
/external/pdfium/testing/resources/ |
D | bug_713197.in | 18 /Rotate -90
|
/external/skia/modules/skottie/src/effects/ |
D | SphereEffect.cpp | 345 const SkM44 rx = SkM44::Rotate({1,0,0}, SkDegreesToRadians( x)), in onSync() 346 ry = SkM44::Rotate({0,1,0}, SkDegreesToRadians( y)), in onSync() 347 rz = SkM44::Rotate({0,0,1}, SkDegreesToRadians(-z)); in onSync()
|
/external/dng_sdk/source/ |
D | dng_simple_image.h | 61 virtual void Rotate (const dng_orientation &orientation);
|