Home
last modified time | relevance | path

Searched refs:Rotate (Results 1 – 25 of 146) sorted by relevance

123456

/external/libtextclassifier/utils/hash/
Dfarmhash.cc356 #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/
DSystemZISelDAGToDAG.cpp123 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/
DSystemZISelDAGToDAG.cpp122 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/
Drotation.md26 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/
Dbutton.pl10 $q->Rotate(-90);
/external/pdfium/testing/resources/
Dbug_713197.in18 /Rotate -90
/external/dng_sdk/source/
Ddng_simple_image.h61 virtual void Rotate (const dng_orientation &orientation);
Ddng_simple_image.cpp104 void dng_simple_image::Rotate (const dng_orientation &orientation) in Rotate() function in dng_simple_image
/external/pdfium/testing/resources/pixel/
Dbug_714187.in5 /Rotate 90
/external/libyuv/files/
DREADME.md6 * Rotate by 90/180/270 degrees to adjust for mobile devices in portrait mode.
/external/pdfium/xfa/fxfa/parser/
Dcxfa_draw.cpp32 {XFA_Attribute::Rotate, XFA_AttributeType::Integer, (void*)0},
Dcxfa_field.cpp36 {XFA_Attribute::Rotate, XFA_AttributeType::Integer, (void*)0},
/external/shaderc/spirv-headers/include/spirv/unified1/
DOpenCL.std.h152 Rotate = 161, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
DOpenCL.std.h149 Rotate = 161, enumerator
/external/shaderc/spirv-headers/include/spirv/1.1/
DOpenCL.std.h149 Rotate = 161, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
DOpenCL.std.h149 Rotate = 161, enumerator
/external/deqp-deps/SPIRV-Headers/include/spirv/1.1/
DOpenCL.std.h149 Rotate = 161, enumerator
/external/shaderc/spirv-headers/include/spirv/1.0/
DOpenCL.std.h149 Rotate = 161, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
DOpenCL.std.h149 Rotate = 161, enumerator
/external/deqp-deps/SPIRV-Headers/include/spirv/1.0/
DOpenCL.std.h149 Rotate = 161, enumerator
/external/deqp-deps/SPIRV-Headers/include/spirv/unified1/
DOpenCL.std.h152 Rotate = 161, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/
DOpenCL.std.h152 Rotate = 161, enumerator
/external/deqp-deps/SPIRV-Headers/include/spirv/1.2/
DOpenCL.std.h149 Rotate = 161, enumerator
/external/shaderc/spirv-headers/include/spirv/1.2/
DOpenCL.std.h149 Rotate = 161, enumerator
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DOpenCL.std.h211 Rotate = 161, enumerator

123456