HomeSort by relevance Sort by last modified time
    Searched refs:CM (Results 1 - 25 of 102) sorted by null

1 2 3 4 5

  /external/llvm/lib/MC/
MCCodeGenInfo.cpp 18 void MCCodeGenInfo::initMCCodeGenInfo(Reloc::Model RM, CodeModel::Model CM,
21 CMModel = CM;
  /cts/apps/CameraITS/pymodules/its/
dng.py 24 """Compute the ColorMatrix (CM) and ForwardMatrix (FM).
34 for the specified illuminant should be. These CM and FM values should be
46 CM: The 3x3 ColorMatrix for the specified illuminant, as a numpy array
105 # CM = inv(H * W * S * G * CC)
107 CM = numpy.linalg.inv(
113 CM = CM / max(numpy.dot(CM, (0.9642957, 1.0, 0.8251046)))
115 return CM, FM
117 def compute_asn(illuminant, cal, CM)
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcTargetMachine.cpp 60 Reloc::Model RM, CodeModel::Model CM,
63 RM, CM, OL),
112 Reloc::Model RM, CodeModel::Model CM,
114 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) {}
121 Reloc::Model RM, CodeModel::Model CM,
123 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true) {}
130 Reloc::Model RM, CodeModel::Model CM,
132 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) {}
SparcTargetMachine.h 29 Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL,
51 Reloc::Model RM, CodeModel::Model CM,
62 Reloc::Model RM, CodeModel::Model CM,
72 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/ARM/
ARMTargetMachine.h 42 Reloc::Model RM, CodeModel::Model CM,
68 CodeModel::Model CM, CodeGenOpt::Level OL, bool isLittle);
78 Reloc::Model RM, CodeModel::Model CM,
89 Reloc::Model RM, CodeModel::Model CM,
102 Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL,
113 Reloc::Model RM, CodeModel::Model CM,
124 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcMCTargetDesc.cpp 86 CodeModel::Model CM,
92 switch (CM) {
95 case CodeModel::JITDefault: CM = CodeModel::Small; break;
98 X->initMCCodeGenInfo(RM, CM, OL);
104 CodeModel::Model CM,
110 switch (CM) {
113 CM = RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium;
116 CM = CodeModel::Large;
120 X->initMCCodeGenInfo(RM, CM, OL);
  /external/llvm/lib/CodeGen/
ParallelCG.cpp 31 CodeModel::Model CM, CodeGenOpt::Level OL,
34 M->getTargetTriple(), CPU, Features, Options, RM, CM, OL));
46 Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL,
55 codegen(M.get(), *OSs[0], TheTarget, CPU, Features, Options, RM, CM,
73 [TheTarget, CPU, Features, Options, RM, CM, OL, FileType,
85 Options, RM, CM, OL, FileType);
  /external/llvm/lib/Target/XCore/MCTargetDesc/
XCoreMCTargetDesc.cpp 67 CodeModel::Model CM,
73 if (CM == CodeModel::Default) {
74 CM = CodeModel::Small;
76 if (CM != CodeModel::Small && CM != CodeModel::Large)
79 X->initMCCodeGenInfo(RM, CM, OL);
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCTargetDesc.cpp 77 CodeModel::Model CM,
82 if (CM == CodeModel::Default)
83 CM = CodeModel::Small;
87 else if (CM == CodeModel::JITDefault)
88 CM = CodeModel::Large;
89 else if (CM != CodeModel::Small && CM != CodeModel::Large)
103 X->initMCCodeGenInfo(RM, CM, OL);
  /external/llvm/lib/Target/MSP430/
MSP430TargetMachine.cpp 31 Reloc::Model RM, CodeModel::Model CM,
34 Options, RM, CM, OL),
MSP430TargetMachine.h 33 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/AArch64/
AArch64TargetMachine.h 32 Reloc::Model RM, CodeModel::Model CM,
59 Reloc::Model RM, CodeModel::Model CM,
70 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/AMDGPU/
AMDGPUTargetMachine.h 42 CodeModel::Model CM, CodeGenOpt::Level OL);
68 CodeModel::Model CM, CodeGenOpt::Level OL);
82 CodeModel::Model CM, CodeGenOpt::Level OL);
  /external/llvm/lib/Target/Mips/
MipsTargetMachine.h 44 CodeModel::Model CM, CodeGenOpt::Level OL, bool isLittle);
78 Reloc::Model RM, CodeModel::Model CM,
89 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/NVPTX/
NVPTXTargetMachine.h 39 Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OP,
73 Reloc::Model RM, CodeModel::Model CM,
82 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/PowerPC/
PPCTargetMachine.h 39 CodeModel::Model CM, CodeGenOpt::Level OL);
67 Reloc::Model RM, CodeModel::Model CM,
78 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/Hexagon/
HexagonGenExtract.cpp 87 ConstantInt *CSL = 0, *CSR = 0, *CM = 0;
96 m_ConstantInt(CM)));
103 m_ConstantInt(CM)));
110 m_ConstantInt(CM)));
119 m_ConstantInt(CM)));
126 m_ConstantInt(CM)));
129 CM = 0;
136 CM = 0;
155 if (!CM) {
162 CM = ConstantInt::get(Ctx, A)
    [all...]
  /external/llvm/include/llvm/CodeGen/
ParallelCG.h 37 CodeModel::Model CM = CodeModel::Default,
  /external/llvm/include/llvm/MC/
MCCodeGenInfo.h 37 CodeModel::Model CM = CodeModel::Default,
  /external/llvm/lib/Target/BPF/
BPFTargetMachine.h 28 CodeModel::Model CM, CodeGenOpt::Level OL);
  /external/llvm/lib/Target/CppBackend/
CPPTargetMachine.h 28 CodeModel::Model CM, CodeGenOpt::Level OL)
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyTargetMachine.h 31 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/XCore/
XCoreTargetMachine.h 28 Reloc::Model RM, CodeModel::Model CM,
  /hardware/bsp/intel/peripheral/libupm/examples/c++/
hcsr04.cxx 60 double distance = sonar->getDistance(CM);
  /external/opencv3/modules/calib3d/test/
test_cameracalibration_badarg.cpp 264 double CM[] = {0, 0, 0, /**/0, 0, 0, /**/0, 0, 0};
265 Mat bad_cameraMatrix_cpp4(3, 3, CV_64F, CM); CvMat bad_cameraMatrix_c4 = bad_cameraMatrix_cpp4;
270 CM[0] = 0; //bad fx
273 CM[0] = 500; CM[4] = 0; //bad fy
276 CM[0] = 500; CM[4] = 500; CM[2] = -1; //bad cx
279 CM[0] = 500; CM[4] = 500; CM[2] = imgSize.width*2; //bad c
    [all...]

Completed in 786 milliseconds

1 2 3 4 5