Searched refs:kStart (Results 1 – 16 of 16) sorted by relevance
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
D | QRDecompositionImpl.java | 381 final int kStart = kBlock * blockSize; in solve() local 382 final int kEnd = FastMath.min(kStart + blockSize, columns); in solve() 383 final int kWidth = kEnd - kStart; in solve() 386 b.copySubMatrix(0, m - 1, kStart, kEnd - 1, y); in solve()
|
/external/icu/icu4c/source/common/unicode/ |
D | chariter.h | 362 enum EOrigin { kStart, kCurrent, kEnd }; enumerator 693 return move(0, kStart); in setToStart()
|
/external/icu/icu4c/source/common/ |
D | uchriter.cpp | 297 case kStart: in move() 324 case kStart: in move32()
|
/external/v8/src/compiler/ |
D | graph-replay.cc | 76 case IrOpcode::kStart: in PrintReplayOpCreator()
|
D | operator-properties.cc | 127 return opcode == IrOpcode::kStart || opcode == IrOpcode::kEnd || in IsBasicBlockBegin()
|
D | opcodes.h | 361 return kStart <= value && value <= kDead; in IsCommonOpcode() 366 return kStart <= value && value <= kEnd; in IsControlOpcode()
|
D | node-properties.cc | 315 DCHECK_EQ(IrOpcode::kStart, start->opcode()); in GetSpecializationContext() 363 DCHECK_EQ(IrOpcode::kStart, start->opcode()); in GetSpecializationNativeContext()
|
D | verifier.cc | 128 frame_state->opcode() == IrOpcode::kStart)); in Check() 176 case IrOpcode::kStart: in Check() 320 CHECK_EQ(IrOpcode::kStart, start->opcode()); in Check() 1235 input->opcode() == IrOpcode::kStart || in VerifyNode()
|
D | branch-elimination.cc | 40 case IrOpcode::kStart: in Reduce()
|
D | escape-analysis.cc | 837 NodeProperties::GetEffectInput(node)->opcode() == IrOpcode::kStart) { in IsDanglingEffectNode() 875 case IrOpcode::kStart: in Process() 978 DCHECK_EQ(node->opcode(), IrOpcode::kStart); in ProcessStart()
|
D | common-operator.cc | 534 IrOpcode::kStart, Operator::kFoldable, // opcode in Start()
|
D | scheduler.cc | 309 case IrOpcode::kStart: in BuildBlocks()
|
D | instruction-selector.cc | 784 case IrOpcode::kStart: in VisitNode()
|
D | simplified-lowering.cc | 836 case IrOpcode::kStart: in VisitNode()
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | ProgressDialog2.cpp | 620 const unsigned kStart = 32; in GetPower32() local 621 UInt32 mask = ((UInt32)1 << (kStart - 1)); in GetPower32() 622 for (unsigned i = kStart;; i--) in GetPower32()
|
/external/icu/icu4c/source/test/intltest/ |
D | citrtest.cpp | 81 case kStart: in move() 104 case kStart: in move32() 568 i=iter.move32(1, CharacterIterator::kStart); in TestIterationUChar32()
|