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

  /external/eigen/Eigen/src/Core/products/
TriangularSolverVector.h 105 Index startBlock = IsLower ? pi : pi-actualPanelWidth;
119 Index r = IsLower ? size - endBlock : startBlock; // remaining size
127 &lhs.coeffRef(endBlock,startBlock), lhsStride,
128 rhs+startBlock, 1,
TriangularMatrixMatrix.h 161 Index startBlock = actual_k2+k1;
170 triangularBuffer.coeffRef(k,k) = lhs(startBlock+k,startBlock+k);
172 triangularBuffer.coeffRef(i,k) = lhs(startBlock+i,startBlock+k);
176 gebp_kernel(res+startBlock, resStride, blockA, blockB, actualPanelWidth, actualPanelWidth, cols, alpha,
184 pack_lhs(blockA, &lhs(startTarget,startBlock), lhsStride, actualPanelWidth, lengthTarget);
TriangularSolverMatrix.h 140 Index startBlock = IsLower ? k2+k1 : k2-k1-actualPanelWidth;
144 pack_rhs(blockB+actual_kc*j2, &other(startBlock,j2), otherStride, actualPanelWidth, actual_cols, actual_kc, blockBOffset);
151 pack_lhs(blockA, &tri(startTarget,startBlock), triStride, actualPanelWidth, lengthTarget);
  /external/webkit/Source/WebCore/editing/
InsertParagraphSeparatorCommand.cpp 48 static Element* highestVisuallyEquivalentDivBelowRoot(Element* startBlock)
50 Element* curBlock = startBlock;
167 Element* startBlock = static_cast<Element*>(startBlockNode);
170 || !startBlock->parentNode()
171 || isTableCell(startBlock)
172 || startBlock->hasTagName(formTag)
204 if (startBlock == startBlock->rootEditableElement()) {
207 } else if (shouldUseDefaultParagraphElement(startBlock))
210 blockToInsert = startBlock->cloneElementWithoutChildren()
    [all...]
ReplaceSelectionCommand.cpp     [all...]
visible_units.cpp 533 Node* startBlock = enclosingNodeWithNonInlineRenderer(node);
535 while (n && startBlock == enclosingNodeWithNonInlineRenderer(n))
644 Node* startBlock = enclosingNodeWithNonInlineRenderer(node);
646 while (n && startBlock == enclosingNodeWithNonInlineRenderer(n))
754 Node* startBlock = enclosingBlock(startNode);
767 n = n->traversePreviousNodePostOrder(startBlock);
773 n = n->traversePreviousNodePostOrder(startBlock);
778 n = n->traversePreviousNodePostOrder(startBlock);
799 n = n->traversePreviousNodePostOrder(startBlock);
803 n = n->previousSibling() ? n->previousSibling() : n->traversePreviousNodePostOrder(startBlock);
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
JavaSourceWriter.java 105 startBlock();
124 startBlock();
195 startBlock();
203 startBlock();
209 startBlock();
219 startBlock();
236 startBlock();
248 startBlock();
289 private void startBlock() {
  /external/llvm/lib/CodeGen/
PostRASchedulerList.cpp 139 /// startBlock - Initialize register live-range state for scheduling in
142 void startBlock(MachineBasicBlock *BB);
307 Scheduler.startBlock(MBB);
350 /// StartBlock - Initialize register live-range state for scheduling in
353 void SchedulePostRATDList::startBlock(MachineBasicBlock *BB) {
355 ScheduleDAGInstrs::startBlock(BB);
360 AntiDepBreak->StartBlock(BB);
ScheduleDAGInstrs.cpp 162 void ScheduleDAGInstrs::startBlock(MachineBasicBlock *bb) {
179 assert(bb == BB && "startBlock should set BB");
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
CDPlayer.c 264 CFNumberRef startBlock;
272 startBlock = (CFNumberRef) CFDictionaryGetValue (theTrackDict, CFSTR(kStartBlockKeyString));
281 CFNumberGetValue (startBlock, kCFNumberSInt32Type, &value);
  /dalvik/dx/src/com/android/dx/cf/code/
RopperMachine.java 188 public void startBlock(TypeList catches) {
248 * call to startBlock() can throw.
256 * startBlock()
264 * the last call to {@code startBlock()}
272 * instruction if encountered since last call to startBlock().
    [all...]
Ropper.java 133 private int startBlock;
138 * @param startBlock First block of the subroutine.
140 Subroutine(int startBlock) {
141 this.startBlock = startBlock;
150 * @param startBlock First block of the subroutine.
154 Subroutine(int startBlock, int retBlock) {
155 this(startBlock);
163 return startBlock;
229 Frame subFrame = frame.subFrameForLabel(startBlock, label)
    [all...]
  /frameworks/compile/slang/
slang_rs_reflection.cpp     [all...]
  /external/yaffs2/yaffs2/
yaffs_guts.h 533 int startBlock; /* Start block we're allowed to use */
758 int startBlock;
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 1844 milliseconds