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

1 2 3 4 5 6 7 8

  /external/swiftshader/third_party/LLVM/lib/MC/
MCCodeGenInfo.cpp 18 void MCCodeGenInfo::InitMCCodeGenInfo(Reloc::Model RM, CodeModel::Model CM) {
20 CMModel = CM;
  /external/icu/icu4c/source/test/testdata/break_rules/
line.txt 27 CM = [:LineBreak = Combining_Mark:];
70 # By LB9, a ZWJ also behaves as a CM. Including it in the definition of CM avoids having to explicitly
71 # list it in the numerous rules that use CM.
72 CM = [CM ZWJ];
81 LB6.1: [^BK CR LF NL SP ZW] CM* (BK | CR | LF | NL);
85 # for example, the sequence "OP CM SP AL" matches LB14 while the prefix of it,
86 # "while only the prefix "OP CM SP" matches LB7.1
87 LB14: OP CM* SP* .
    [all...]
line_normal.txt 41 CM = [:LineBreak = Combining_Mark:];
84 # By LB9, a ZWJ also behaves as a CM. Including it in the definition of CM avoids having to explicitly
85 # list it in the numerous rules that use CM.
86 CM = [CM ZWJ];
95 LB6.1: [^BK CR LF NL SP ZW] CM* (BK | CR | LF | NL);
99 # for example, the sequence "OP CM SP AL" matches LB14 while the prefix of it,
100 # "while only the prefix "OP CM SP" matches LB7.1
101 LB14: OP CM* SP* .
    [all...]
line_normal_cj.txt 42 CM = [:LineBreak = Combining_Mark:];
86 # By LB9, a ZWJ also behaves as a CM. Including it in the definition of CM avoids having to explicitly
87 # list it in the numerous rules that use CM.
88 CM = [CM ZWJ];
97 LB6.1: [^BK CR LF NL SP ZW] CM* (BK | CR | LF | NL);
101 # for example, the sequence "OP CM SP AL" matches LB14 while the prefix of it,
102 # "while only the prefix "OP CM SP" matches LB7.1
103 LB14: OP CM* SP* .
    [all...]
line_loose.txt 34 CM = [:LineBreak = Combining_Mark:];
78 # By LB9, a ZWJ also behaves as a CM. Including it in the definition of CM avoids having to explicitly
79 # list it in the numerous rules that use CM.
80 CM = [CM ZWJ];
89 LB6.1: [^BK CR LF NL SP ZW] CM* (BK | CR | LF | NL);
93 # for example, the sequence "OP CM SP AL" matches LB14 while the prefix of it,
94 # "while only the prefix "OP CM SP" matches LB7.1
95 LB14: OP CM* SP* .
    [all...]
line_loose_cj.txt 48 CM = [:LineBreak = Combining_Mark:];
95 # By LB9, a ZWJ also behaves as a CM. Including it in the definition of CM avoids having to explicitly
96 # list it in the numerous rules that use CM.
97 CM = [CM ZWJ];
106 LB6.1: [^BK CR LF NL SP ZW] CM* (BK | CR | LF | NL);
110 # for example, the sequence "OP CM SP AL" matches LB14 while the prefix of it,
111 # "while only the prefix "OP CM SP" matches LB7.1
112 LB14: OP CM* SP* .
    [all...]
  /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/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcTargetMachine.cpp 29 Reloc::Model RM, CodeModel::Model CM,
31 : LLVMTargetMachine(T, TT, CPU, FS, RM, CM),
57 CodeModel::Model CM)
58 : SparcTargetMachine(T, TT, CPU, FS, RM, CM, false) {
64 CodeModel::Model CM)
65 : SparcTargetMachine(T, TT, CPU, FS, RM, CM, true) {
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsTargetMachine.cpp 38 Reloc::Model RM, CodeModel::Model CM,
40 LLVMTargetMachine(T, TT, CPU, FS, RM, CM),
57 Reloc::Model RM, CodeModel::Model CM) :
58 MipsTargetMachine(T, TT, CPU, FS, RM, CM, false) {}
63 Reloc::Model RM, CodeModel::Model CM) :
64 MipsTargetMachine(T, TT, CPU, FS, RM, CM, true) {}
69 Reloc::Model RM, CodeModel::Model CM) :
70 MipsTargetMachine(T, TT, CPU, FS, RM, CM, false) {}
75 Reloc::Model RM, CodeModel::Model CM) :
76 MipsTargetMachine(T, TT, CPU, FS, RM, CM, true) {
    [all...]
MipsTargetMachine.h 42 Reloc::Model RM, CodeModel::Model CM,
89 Reloc::Model RM, CodeModel::Model CM);
98 Reloc::Model RM, CodeModel::Model CM);
107 Reloc::Model RM, CodeModel::Model CM);
116 Reloc::Model RM, CodeModel::Model CM);
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCTargetMachine.cpp 31 Reloc::Model RM, CodeModel::Model CM,
33 : LLVMTargetMachine(T, TT, CPU, FS, RM, CM),
47 Reloc::Model RM, CodeModel::Model CM)
48 : PPCTargetMachine(T, TT, CPU, FS, RM, CM, false) {
54 Reloc::Model RM, CodeModel::Model CM)
55 : PPCTargetMachine(T, TT, CPU, FS, RM, CM, true) {
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinTargetMachine.cpp 29 CodeModel::Model CM)
30 : LLVMTargetMachine(T, TT, CPU, FS, RM, CM),
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZTargetMachine.cpp 26 CodeModel::Model CM)
27 : LLVMTargetMachine(T, TT, CPU, FS, RM, CM),
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreTargetMachine.cpp 24 Reloc::Model RM, CodeModel::Model CM)
25 : LLVMTargetMachine(T, TT, CPU, FS, RM, CM),
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCCodeGenInfo.h 33 CodeModel::Model CM = CodeModel::Default);
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCTargetDesc.cpp 75 CodeModel::Model &CM) {
79 if (CM == CodeModel::Default)
80 CM = CodeModel::Small;
84 else if (CM == CodeModel::JITDefault)
85 CM = CodeModel::Large;
86 else if (CM != CodeModel::Small && CM != CodeModel::Large)
  /external/llvm/lib/Target/ARM/
ARMTargetMachine.h 42 Optional<Reloc::Model> RM, CodeModel::Model CM,
68 Optional<Reloc::Model> RM, CodeModel::Model CM,
79 Optional<Reloc::Model> RM, CodeModel::Model CM,
90 Optional<Reloc::Model> RM, CodeModel::Model CM,
103 Optional<Reloc::Model> RM, CodeModel::Model CM,
114 Optional<Reloc::Model> RM, CodeModel::Model CM,
125 Optional<Reloc::Model> RM, CodeModel::Model CM,
  /external/llvm/lib/Target/SystemZ/
SystemZSubtarget.cpp 48 CodeModel::Model CM) const {
55 if (CM == CodeModel::Small)
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaTargetMachine.cpp 27 Reloc::Model RM, CodeModel::Model CM)
28 : LLVMTargetMachine(T, TT, CPU, FS, RM, CM),
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/MCTargetDesc/
AlphaMCTargetDesc.cpp 54 CodeModel::Model CM) {
56 X->InitMCCodeGenInfo(Reloc::PIC_, CM);
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/MCTargetDesc/
BlackfinMCTargetDesc.cpp 55 CodeModel::Model CM) {
57 X->InitMCCodeGenInfo(RM, CM);
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeTargetMachine.cpp 37 Reloc::Model RM, CodeModel::Model CM):
38 LLVMTargetMachine(T, TT, CPU, FS, RM, CM),
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430TargetMachine.cpp 31 Reloc::Model RM, CodeModel::Model CM)
32 : LLVMTargetMachine(T, TT, CPU, FS, RM, CM),
  /external/llvm/lib/Target/Sparc/
SparcTargetMachine.h 31 Optional<Reloc::Model> RM, CodeModel::Model CM,
52 Optional<Reloc::Model> RM, CodeModel::Model CM,
63 Optional<Reloc::Model> RM, CodeModel::Model CM,
73 Optional<Reloc::Model> RM, CodeModel::Model CM,
  /external/llvm/lib/Target/WebAssembly/MCTargetDesc/
WebAssemblyMCTargetDesc.cpp 43 CodeModel::Model &CM) {
44 CodeModel::Model M = (CM == CodeModel::Default || CM == CodeModel::JITDefault)
46 : CM;

Completed in 1497 milliseconds

1 2 3 4 5 6 7 8