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

  /packages/apps/Gallery2/jni/filters/
saturated.c 30 float Rt = Rf * MS;
44 float Rc = R * (Rt + S) + G * Gt + B * Bt;
45 float Gc = R * Rt + G * (Gt + S) + B * Bt;
46 float Bc = R * Rt + G * Gt + B * (Bt + S);
vibrance.c 32 float Rt = Rf * MS;
45 Rt = Rf * MS;
53 float Rc = R * (Rt + S) + G * Gt + B * Bt;
54 float Gc = R * Rt + G * (Gt + S) + B * Bt;
55 float Bc = R * Rt + G * Gt + B * (Bt + S);
  /external/eigen/Eigen/src/Geometry/
Umeyama.h 135 TransformationMatrixType Rt = TransformationMatrixType::Identity(m+1,m+1);
146 Rt.block(0,0,m,m).noalias() = svd.matrixU()*svd.matrixV().transpose();
149 Rt.block(0,0,m,m).noalias() = svd.matrixU() * S.asDiagonal() * svd.matrixV().transpose();
153 Rt.block(0,0,m,m).noalias() = svd.matrixU() * S.asDiagonal() * svd.matrixV().transpose();
162 Rt.col(m).head(m) = dst_mean;
163 Rt.col(m).head(m).noalias() -= c*Rt.topLeftCorner(m,m)*src_mean;
165 if (with_scaling) Rt.block(0,0,m,m) *= c;
167 return Rt;
  /external/llvm/lib/Target/AArch64/Disassembler/
AArch64Disassembler.cpp 592 unsigned Rt = fieldFromInstruction(Insn, 0, 5);
606 // Rn_wb, Rt, Rt2, Rn, Imm
611 if (L && Rt == Rt2)
616 if (Indexed && V == 0 && Rn != 31 && (Rt == Rn || Rt2 == Rn))
627 DecodeFPR32RegisterClass(Inst, Rt, Address, Decoder);
631 DecodeFPR64RegisterClass(Inst, Rt, Address, Decoder);
635 DecodeFPR128RegisterClass(Inst, Rt, Address, Decoder);
643 DecodeGPR32RegisterClass(Inst, Rt, Address, Decoder);
648 DecodeGPR64RegisterClass(Inst, Rt, Address, Decoder);
652 DecodeGPR64RegisterClass(Inst, Rt, Address, Decoder)
    [all...]
  /art/runtime/
disassembler_arm.cc 352 ArmRegister Rt(instr, 12);
357 args << Rd << ", " << Rt << ", [" << Rn << ", #" << (imm8 << 2) << "]";
360 args << Rt << ", [" << Rn << ", #" << (imm8 << 2) << "]";
858 // STRB Rt,[Rn,#+/-imm8] - 111 11 00 0 0 00 0 nnnn tttt 1 PUWii ii iiii
859 // STRB Rt,[Rn,Rm,lsl #imm2] - 111 11 00 0 0 00 0 nnnn tttt 0 00000 ii mmmm
861 ArmRegister Rt(instr, 12);
865 args << Rt << ", [" << Rn << ",#" << imm8 << "]";
869 args << Rt << ", [" << Rn << ", " << Rm
    [all...]
  /external/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 176 milliseconds