OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:baseidx
(Results
1 - 11
of
11
) sorted by null
/external/llvm/utils/TableGen/
PseudoLoweringEmitter.cpp
58
unsigned
BaseIdx
);
75
IndexedMap<OpData> &OperandMap, unsigned
BaseIdx
) {
83
OperandMap[
BaseIdx
+ i].Kind = OpData::Reg;
84
OperandMap[
BaseIdx
+ i].Data.Reg = DI->getDef();
91
// FIXME: We probably shouldn't ever get a non-zero
BaseIdx
here.
92
assert(
BaseIdx
== 0 && "Named subargument in pseudo expansion?!");
93
if (DI->getDef() != Insn.Operands[
BaseIdx
+ i].Rec)
97
Insn.Operands[
BaseIdx
+ i].Rec->getName() + "'");
102
OperandMap[
BaseIdx
+ i + I].Kind = OpData::Operand;
105
OperandMap[
BaseIdx
+ i].Kind = OpData::Imm
[
all
...]
/external/opencv3/modules/superres/src/
btv_l1.cpp
59
int
baseIdx
, const Size & size)
69
relForwardMotions[
baseIdx
].create(size, CV_32FC2);
70
relForwardMotions[
baseIdx
].setTo(Scalar::all(0));
73
relBackwardMotions[
baseIdx
].create(size, CV_32FC2);
74
relBackwardMotions[
baseIdx
].setTo(Scalar::all(0));
76
for (int i =
baseIdx
- 1; i >= 0; --i)
82
for (int i =
baseIdx
+ 1; i < count; ++i)
95
int
baseIdx
, const Size & size)
100
_relBackwardMotions,
baseIdx
, size))
110
relForwardMotions[
baseIdx
].create(size, CV_32FC2)
[
all
...]
btv_l1_cuda.cpp
83
int
baseIdx
, Size size)
88
relForwardMotions[
baseIdx
].first.create(size, CV_32FC1);
89
relForwardMotions[
baseIdx
].first.setTo(Scalar::all(0));
90
relForwardMotions[
baseIdx
].second.create(size, CV_32FC1);
91
relForwardMotions[
baseIdx
].second.setTo(Scalar::all(0));
94
relBackwardMotions[
baseIdx
].first.create(size, CV_32FC1);
95
relBackwardMotions[
baseIdx
].first.setTo(Scalar::all(0));
96
relBackwardMotions[
baseIdx
].second.create(size, CV_32FC1);
97
relBackwardMotions[
baseIdx
].second.setTo(Scalar::all(0));
99
for (int i =
baseIdx
- 1; i >= 0; --i
[
all
...]
/external/opencv3/modules/ml/src/
knearest.cpp
147
int testidx,
baseidx
, i, j, d = samples.cols, nsamples = samples.rows;
local
166
for(
baseidx
= 0;
baseidx
< nsamples;
baseidx
++ )
170
const float* v = samples.ptr<float>(
baseidx
);
204
nr[i] = rptr[
baseidx
];
/external/skia/src/gpu/
GrResourceProvider.cpp
47
int
baseIdx
= i * patternSize;
50
data[
baseIdx
+j] = baseVert + pattern[j];
/external/clang/lib/StaticAnalyzer/Core/
Store.cpp
459
SVal
BaseIdx
= ElemR->getIndex();
461
if (!
BaseIdx
.getAs<nonloc::ConcreteInt>())
465
BaseIdx
.castAs<nonloc::ConcreteInt>().getValue();
/external/icu/icu4c/source/i18n/
compactdecimalformat.cpp
269
int32_t
baseIdx
= computeLog10(roundedDouble, TRUE);
270
double numberToFormat = roundedDouble / _divisors[
baseIdx
];
275
const CDFUnit* unit = getCDFUnitFallback(_unitsByVariant, variant,
baseIdx
);
/external/llvm/lib/Target/AMDGPU/
SIRegisterInfo.cpp
39
unsigned
BaseIdx
= AMDGPUSubtarget::FIXED_SGPR_COUNT_FOR_INIT_BUG - 4 - 4;
40
unsigned BaseReg(AMDGPU::SGPR_32RegClass.getRegister(
BaseIdx
));
/external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp
[
all
...]
/external/llvm/lib/Target/X86/
X86ISelLowering.cpp
[
all
...]
/external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp
[
all
...]
Completed in 562 milliseconds