HomeSort by relevance Sort by last modified time
    Searched defs:Rotate (Results 1 - 24 of 24) sorted by null

  /external/dng_sdk/source/
dng_simple_image.cpp 104 void dng_simple_image::Rotate (const dng_orientation &orientation)
dng_image.cpp 737 void dng_image::Rotate (const dng_orientation &orientation)
743 ThrowProgramError ("Rotate is not support by this dng_image subclass");
  /external/pdfium/core/fxcrt/
fx_coordinates.cpp 267 void CFX_Matrix::Rotate(float fRadian, bool bPrepended) {
276 Rotate(fRadian, bPrepended);
fx_coordinates.h 167 void Rotate(float fRadian) {
639 void Rotate(float fRadian, bool bPrepended = false);
  /external/libtextclassifier/utils/hash/
farmhash.cc 356 #undef Rotate
357 #define Rotate Rotate64
385 uint64_t c = Rotate(b, 37) * mul + a;
386 uint64_t d = (Rotate(a, 25) + b) * mul;
413 return HashLen16(Rotate(a + b, 43) + Rotate(c, 30) + d,
414 a + Rotate(b + k2, 18) + c, mul);
422 b = Rotate(b + a + z, 21);
426 b += Rotate(a, 44);
448 uint64_t y = Rotate(a + b, 43) + Rotate(c, 30) + d
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 105 // Represents operands 2 to 5 of the ROTATE AND ... SELECTED BITS operation
107 // Rotate (I5). The combined operand value is effectively:
109 // (or (rotl Input, Rotate), ~Mask)
113 // (and (rotl Input, Rotate), Mask)
122 Rotate(0) {}
130 unsigned Rotate;
727 if (RxSBG.Rotate != 0)
728 Mask = (Mask << RxSBG.Rotate) | (Mask >> (64 - RxSBG.Rotate));
739 // Rotate the mask in the same way as RxSBG.Input is rotated
    [all...]
SystemZInstrInfo.cpp 218 unsigned Rotate = (DestIsHigh != SrcIsHigh ? 32 : 0);
222 .addImm(32 - Size).addImm(128 + 31).addImm(Rotate);
    [all...]
  /external/deqp-deps/SPIRV-Headers/include/spirv/1.0/
OpenCL.std.h 149 Rotate = 161,
  /external/deqp-deps/SPIRV-Headers/include/spirv/1.1/
OpenCL.std.h 149 Rotate = 161,
  /external/deqp-deps/SPIRV-Headers/include/spirv/1.2/
OpenCL.std.h 149 Rotate = 161,
  /external/deqp-deps/SPIRV-Headers/include/spirv/unified1/
OpenCL.std.h 152 Rotate = 161,
  /external/shaderc/spirv-headers/include/spirv/1.0/
OpenCL.std.h 149 Rotate = 161,
  /external/shaderc/spirv-headers/include/spirv/1.1/
OpenCL.std.h 149 Rotate = 161,
  /external/shaderc/spirv-headers/include/spirv/1.2/
OpenCL.std.h 149 Rotate = 161,
  /external/shaderc/spirv-headers/include/spirv/unified1/
OpenCL.std.h 152 Rotate = 161,
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
OpenCL.std.h 211 Rotate = 161,
  /external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
OpenCL.std.h 149 Rotate = 161,
  /external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
OpenCL.std.h 149 Rotate = 161,
  /external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
OpenCL.std.h 149 Rotate = 161,
  /external/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/
OpenCL.std.h 152 Rotate = 161,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 106 // Represents operands 2 to 5 of the ROTATE AND ... SELECTED BITS operation
108 // Rotate (I5). The combined operand value is effectively:
110 // (or (rotl Input, Rotate), ~Mask)
114 // (and (rotl Input, Rotate), Mask)
123 Rotate(0) {}
131 unsigned Rotate;
744 if (RxSBG.Rotate != 0)
745 Mask = (Mask << RxSBG.Rotate) | (Mask >> (64 - RxSBG.Rotate));
756 // Rotate the mask in the same way as RxSBG.Input is rotated
    [all...]
SystemZInstrInfo.cpp 296 unsigned Rotate = (DestIsHigh != SrcIsHigh ? 32 : 0);
300 .addImm(32 - Size).addImm(128 + 31).addImm(Rotate);
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringARM32.cpp     [all...]
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 422 Rotate,

Completed in 882 milliseconds