/external/libtextclassifier/utils/hash/ |
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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelDAGToDAG.cpp | 123 Rotate(0) {} in RxSBGOperands() 131 unsigned Rotate; member 744 if (RxSBG.Rotate != 0) in refineRxSBGMask() 745 Mask = (Mask << RxSBG.Rotate) | (Mask >> (64 - RxSBG.Rotate)); in refineRxSBGMask() 757 if (RxSBG.Rotate != 0) in maskMatters() 758 Mask = ((Mask << RxSBG.Rotate) | (Mask >> (64 - RxSBG.Rotate))); in maskMatters() 832 RxSBG.Rotate = (RxSBG.Rotate + CountNode->getZExtValue()) & 63; in expandRxSBG() 862 if (RxSBG.Mask == 1 && RxSBG.Rotate == 1) in expandRxSBG() 863 RxSBG.Rotate += (BitSize - InnerBitSize); in expandRxSBG() 893 RxSBG.Rotate = (RxSBG.Rotate + Count) & 63; in expandRxSBG() [all …]
|
/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/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/ImageMagick/PerlMagick/demo/ |
D | button.pl | 10 $q->Rotate(-90);
|
/external/pdfium/testing/resources/ |
D | bug_713197.in | 18 /Rotate -90
|
/external/dng_sdk/source/ |
D | dng_simple_image.h | 61 virtual void Rotate (const dng_orientation &orientation);
|
D | dng_simple_image.cpp | 104 void dng_simple_image::Rotate (const dng_orientation &orientation) in Rotate() function in dng_simple_image
|
/external/pdfium/testing/resources/pixel/ |
D | bug_714187.in | 5 /Rotate 90
|
/external/libyuv/files/ |
D | README.md | 6 * Rotate by 90/180/270 degrees to adjust for mobile devices in portrait mode.
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_draw.cpp | 32 {XFA_Attribute::Rotate, XFA_AttributeType::Integer, (void*)0},
|
D | cxfa_field.cpp | 36 {XFA_Attribute::Rotate, XFA_AttributeType::Integer, (void*)0},
|
/external/shaderc/spirv-headers/include/spirv/unified1/ |
D | OpenCL.std.h | 152 Rotate = 161, enumerator
|
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/ |
D | OpenCL.std.h | 149 Rotate = 161, enumerator
|
/external/shaderc/spirv-headers/include/spirv/1.1/ |
D | OpenCL.std.h | 149 Rotate = 161, enumerator
|
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/ |
D | OpenCL.std.h | 149 Rotate = 161, enumerator
|
/external/deqp-deps/SPIRV-Headers/include/spirv/1.1/ |
D | OpenCL.std.h | 149 Rotate = 161, enumerator
|
/external/shaderc/spirv-headers/include/spirv/1.0/ |
D | OpenCL.std.h | 149 Rotate = 161, enumerator
|
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/ |
D | OpenCL.std.h | 149 Rotate = 161, enumerator
|
/external/deqp-deps/SPIRV-Headers/include/spirv/1.0/ |
D | OpenCL.std.h | 149 Rotate = 161, enumerator
|
/external/deqp-deps/SPIRV-Headers/include/spirv/unified1/ |
D | OpenCL.std.h | 152 Rotate = 161, enumerator
|
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/ |
D | OpenCL.std.h | 152 Rotate = 161, enumerator
|
/external/deqp-deps/SPIRV-Headers/include/spirv/1.2/ |
D | OpenCL.std.h | 149 Rotate = 161, enumerator
|
/external/shaderc/spirv-headers/include/spirv/1.2/ |
D | OpenCL.std.h | 149 Rotate = 161, enumerator
|
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | OpenCL.std.h | 211 Rotate = 161, enumerator
|