/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | matrix_decompose.inl | 87 tvec3<T, P> Row[3], Pdum3; local 92 Row[i][j] = LocalMatrix[i][j]; 95 Scale.x = length(Row[0]);// v3Length(Row[0]); 97 Row[0] = detail::scale(Row[0], static_cast<T>(1)); 100 Skew.z = dot(Row[0], Row[1]); 101 Row[1] = detail::combine(Row[1], Row[0], static_cast<T>(1), -Skew.z); 104 Scale.y = length(Row[1]); 105 Row[1] = detail::scale(Row[1], static_cast<T>(1)); 109 Skew.y = glm::dot(Row[0], Row[2]); 110 Row[2] = detail::combine(Row[2], Row[0], static_cast<T>(1), -Skew.y); [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | edit_distance.h | 63 unsigned *Row = SmallBuffer; variable 65 Row = new unsigned[n + 1]; 66 Allocated.reset(Row); 70 Row[i] = i; 73 Row[0] = y; 74 unsigned BestThisRow = Row[0]; 78 int OldRow = Row[x]; 80 Row[x] = std::min( 82 std::min(Row[x-1], Row[x])+1); 85 if (FromArray[y-1] == ToArray[x-1]) Row[x] = Previous; [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | edit_distance.h | 64 unsigned *Row = SmallBuffer; variable 66 Row = new unsigned[n + 1]; 67 Allocated.reset(Row); 71 Row[i] = i; 74 Row[0] = y; 75 unsigned BestThisRow = Row[0]; 79 int OldRow = Row[x]; 81 Row[x] = std::min( 83 std::min(Row[x-1], Row[x])+1); 86 if (FromArray[y-1] == ToArray[x-1]) Row[x] = Previous; [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | Row.java | 23 public class Row<C0, C1, C2, C3, C4> implements java.lang.Comparable, Cloneable, class 24 Freezable<Row<C0, C1, C2, C3, C4>>{ 47 public static class R2<C0, C1> extends Row<C0, C1, C1, C1, C1> { 55 public static class R3<C0, C1, C2> extends Row<C0, C1, C2, C2, C2> { 63 public static class R4<C0, C1, C2, C3> extends Row<C0, C1, C2, C3, C3> { 71 public static class R5<C0, C1, C2, C3, C4> extends Row<C0, C1, C2, C3, C4> { 77 public Row<C0, C1, C2, C3, C4> set0(C0 item) { in set0() 83 public Row<C0, C1, C2, C3, C4> set1(C1 item) { in set1() 89 public Row<C0, C1, C2, C3, C4> set2(C2 item) { in set2() 95 public Row<C0, C1, C2, C3, C4> set3(C3 item) { in set3() [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | Row.java | 19 public class Row<C0, C1, C2, C3, C4> implements java.lang.Comparable, Cloneable, class 20 Freezable<Row<C0, C1, C2, C3, C4>>{ 40 public static class R2<C0, C1> extends Row<C0, C1, C1, C1, C1> { 45 public static class R3<C0, C1, C2> extends Row<C0, C1, C2, C2, C2> { 50 public static class R4<C0, C1, C2, C3> extends Row<C0, C1, C2, C3, C3> { 55 public static class R5<C0, C1, C2, C3, C4> extends Row<C0, C1, C2, C3, C4> { 61 public Row<C0, C1, C2, C3, C4> set0(C0 item) { in set0() 67 public Row<C0, C1, C2, C3, C4> set1(C1 item) { in set1() 73 public Row<C0, C1, C2, C3, C4> set2(C2 item) { in set2() 79 public Row<C0, C1, C2, C3, C4> set3(C3 item) { in set3() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLine.cpp | 375 DWARFDebugLine::Row::Row(bool DefaultIsStmt) { reset(DefaultIsStmt); } in Row() function in DWARFDebugLine::Row 377 void DWARFDebugLine::Row::postAppend() { in postAppend() 384 void DWARFDebugLine::Row::reset(bool DefaultIsStmt) { in reset() 399 void DWARFDebugLine::Row::dumpTableHeader(raw_ostream &OS) { in dumpTableHeader() 405 void DWARFDebugLine::Row::dump(raw_ostream &OS) const { in dump() 433 Row::dumpTableHeader(OS); in dump() 434 for (const Row &R : Rows) { in dump() 456 Row.reset(LineTable->Prologue.DefaultIsStmt); in resetRowAndSequence() 465 Sequence.LowPC = Row.Address.Address; in appendRowToMatrix() 468 LineTable->appendRow(Row); in appendRowToMatrix() [all …]
|
D | DWARFUnitIndex.cpp | 137 auto &Row = Rows[i]; in dump() local 138 if (auto *Contribs = Row.Contributions.get()) { in dump() 139 OS << format("%5u 0x%016" PRIx64 " ", i + 1, Row.Signature); in dump()
|
D | DWARFVerifier.cpp | 751 for (const auto &Row : LineTable->Rows) { in verifyDebugLineRows() local 753 if (Row.Address.Address < PrevAddress) { in verifyDebugLineRows() 761 DWARFDebugLine::Row::dumpTableHeader(OS); in verifyDebugLineRows() 764 Row.dump(OS); in verifyDebugLineRows() 769 if (!LineTable->hasFileAtIndex(Row.File)) { in verifyDebugLineRows() 775 << "][" << RowIndex << "] has invalid file index " << Row.File in verifyDebugLineRows() 779 DWARFDebugLine::Row::dumpTableHeader(OS); in verifyDebugLineRows() 780 Row.dump(OS); in verifyDebugLineRows() 783 if (Row.EndSequence) in verifyDebugLineRows() 786 PrevAddress = Row.Address.Address; in verifyDebugLineRows()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/ |
D | LineTable.cpp | 52 typedef std::function<bool(const LineEntry &Row)> LineEntryCallback; 70 LineEntry Row(BaseAddr, 1, FirstLine); in parse() local 86 Row.File = (uint32_t)Data.getULEB128(&Offset); in parse() 93 Row.Addr += Data.getULEB128(&Offset); in parse() 95 if (Callback(Row) == false) in parse() 103 Row.Line += Data.getSLEB128(&Offset); in parse() 110 Row.Line += LineDelta; in parse() 111 Row.Addr += AddrDelta; in parse() 113 if (Callback(Row) == false) in parse() 254 llvm::Error Err = parse(Data, BaseAddr, [&](const LineEntry &Row) -> bool { in decode() argument [all …]
|
/third_party/python/Lib/sqlite3/test/ |
D | factory.py | 99 self.con.row_factory = sqlite.Row 101 self.assertIsInstance(row, sqlite.Row) 128 self.con.row_factory = sqlite.Row 138 self.con.row_factory = sqlite.Row 156 self.con.row_factory = sqlite.Row 163 self.con.row_factory = sqlite.Row 170 self.con.row_factory = sqlite.Row 178 self.con.row_factory = sqlite.Row 212 self.con.row_factory = sqlite.Row 225 self.con.row_factory = sqlite.Row [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugLine.h | 145 struct Row { struct 146 explicit Row(bool DefaultIsStmt = false); 155 static bool orderByAddress(const Row &LHS, const Row &RHS) { in orderByAddress() argument 244 void appendRow(const DWARFDebugLine::Row &R) { Rows.push_back(R); } in appendRow() 288 using RowVector = std::vector<Row>; 378 struct Row Row; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopInterchange.cpp | 78 for (auto &Row : DepMatrix) { in printDepMatrix() local 79 for (auto D : Row) in printDepMatrix() 197 static bool isOuterMostDepPositive(CharMatrix &DepMatrix, unsigned Row, in isOuterMostDepPositive() argument 200 if (DepMatrix[Row][i] == '<') in isOuterMostDepPositive() 202 if (DepMatrix[Row][i] == '>') in isOuterMostDepPositive() 210 static bool containsNoDependence(CharMatrix &DepMatrix, unsigned Row, in containsNoDependence() argument 213 if (DepMatrix[Row][i] != '=' && DepMatrix[Row][i] != 'S' && in containsNoDependence() 214 DepMatrix[Row][i] != 'I') in containsNoDependence() 220 static bool validDepInterchange(CharMatrix &DepMatrix, unsigned Row, in validDepInterchange() argument 223 if (isOuterMostDepPositive(DepMatrix, Row, OuterLoopId)) in validDepInterchange() [all …]
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_ra.h | 40 using Row = std::vector<int>; 46 auto row(int idx) const -> const Row& { 51 std::vector<Row> m_rows;
|
/third_party/skia/src/gpu/ |
D | GrRectanizerPow2.h | 47 struct Row { struct 58 Row fRows[kMaxExponent]; // 0-th entry will be unused argument 74 void initRow(Row* row, int rowHeight) { in initRow()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
D | TrieMapTest.java | 31 import ohos.global.icu.impl.Row; 32 import ohos.global.icu.impl.Row.R3; 267 Row.R3<Integer, Integer, String>[] expected = new Row.R3[] { in checkSearch() 268 Row.of(1,4,"first"), in checkSearch() 269 Row.of(3,7,"fifth"), in checkSearch() 270 Row.of(8,11,"first"), in checkSearch() 271 Row.of(8,13,"second"), in checkSearch() 272 Row.of(14,19,"third"), in checkSearch() 287 actualList.add(Row.of(start,end,value)); in checkSearch()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | TrieMapTest.java | 30 import com.ibm.icu.impl.Row; 31 import com.ibm.icu.impl.Row.R3; 264 Row.R3<Integer, Integer, String>[] expected = new Row.R3[] { in checkSearch() 265 Row.of(1,4,"first"), in checkSearch() 266 Row.of(3,7,"fifth"), in checkSearch() 267 Row.of(8,11,"first"), in checkSearch() 268 Row.of(8,13,"second"), in checkSearch() 269 Row.of(14,19,"third"), in checkSearch() 284 actualList.add(Row.of(start,end,value)); in checkSearch()
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/ |
D | RangeTable.java | 563 transform(toRows(table, allRanges, schema.ordering()), Row::toChange)); in toChanges() 847 private static ImmutableList<Row> toRows( in toRows() 859 List<Row> uniqueRows = new ArrayList<>(); in toRows() 860 uniqueRows.add(Row.empty(allRanges)); in toRows() 864 Row row = uniqueRows.get(i); in toRows() 873 uniqueRows.add(Row.of(overlap, col, e.getKey(), row)); in toRows() 896 abstract static class Row implements Iterable<Assignment<?>> { class in RangeTable 897 private static Row empty(RangeTree row) { in empty() 901 private static Row of(RangeTree row, Column<?> col, Optional<?> val, Row next) { in of() 914 private Row bound(RangeTree ranges) { in bound() [all …]
|
/third_party/typescript/tests/dets/cases/ |
D | dynamicallyBuildUIElements.ets | 55 Row() { 65 Row() { 234 Row({ space: 10 }) { 261 Row({ space: 10 }) { 278 Row() {
|
D | statusManagementOfApplicationLevelVariables.ets | 30 Row({ space: 20 }) { 47 Row() { 54 Row() {
|
/third_party/skia/src/core/ |
D | SkAAClip.cpp | 240 struct Row { struct in SkAAClip::Builder 245 SkTDArray<Row> fRows; 246 Row* fCurrRow; 260 Row* row = fRows.begin(); in ~Builder() 261 Row* stop = fRows.end(); in ~Builder() 284 Row* row = fCurrRow; in addRun() 380 const Row* row = fRows.begin(); in finish() 381 const Row* stop = fRows.end(); in finish() 431 const Row& row = fRows[y]; in dump() 449 const Row& row = fRows[i]; in validate() [all …]
|
/third_party/node/deps/v8/tools/ |
D | generate-runtime-call-stats.py | 262 class Row: class 336 self.data[name] = Row(name, self.run_count) 345 self.table = sorted(self.data.values(), key=Row.key) 346 self.total_row = Row("Total", self.run_count)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetInstrInfo.cpp | 794 int Row; in reassociateOps() local 796 case MachineCombinerPattern::REASSOC_AX_BY: Row = 0; break; in reassociateOps() 797 case MachineCombinerPattern::REASSOC_AX_YB: Row = 1; break; in reassociateOps() 798 case MachineCombinerPattern::REASSOC_XA_BY: Row = 2; break; in reassociateOps() 799 case MachineCombinerPattern::REASSOC_XA_YB: Row = 3; break; in reassociateOps() 803 MachineOperand &OpA = Prev.getOperand(OpIdx[Row][0]); in reassociateOps() 804 MachineOperand &OpB = Root.getOperand(OpIdx[Row][1]); in reassociateOps() 805 MachineOperand &OpX = Prev.getOperand(OpIdx[Row][2]); in reassociateOps() 806 MachineOperand &OpY = Root.getOperand(OpIdx[Row][3]); in reassociateOps()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | uresdata.cpp | 1016 typedef struct Row { struct 1018 } Row; typedef 1023 return (int32_t)uprv_strcmp(keyChars+((const Row *)left)->keyIndex, in ures_compareRows() 1024 keyChars+((const Row *)right)->keyIndex); in ures_compareRows() 1029 Row *rows; 1223 uprv_sortArray(pTempTable->rows, count, sizeof(Row), in ures_swapResource() 1337 Row rows[STACK_ROW_CAPACITY]; in ures_swap() 1478 tempTable.rows=(Row *)uprv_malloc(maxTableLength*sizeof(Row)+maxTableLength*4); in ures_swap()
|
/third_party/icu/icu4c/source/common/ |
D | uresdata.cpp | 1016 typedef struct Row { struct 1018 } Row; typedef 1023 return (int32_t)uprv_strcmp(keyChars+((const Row *)left)->keyIndex, in ures_compareRows() 1024 keyChars+((const Row *)right)->keyIndex); in ures_compareRows() 1029 Row *rows; 1223 uprv_sortArray(pTempTable->rows, count, sizeof(Row), in ures_swapResource() 1337 Row rows[STACK_ROW_CAPACITY]; in ures_swap() 1478 tempTable.rows=(Row *)uprv_malloc(maxTableLength*sizeof(Row)+maxTableLength*4); in ures_swap()
|
/third_party/node/deps/icu-small/source/common/ |
D | uresdata.cpp | 1016 typedef struct Row { struct 1018 } Row; argument 1023 return (int32_t)uprv_strcmp(keyChars+((const Row *)left)->keyIndex, in ures_compareRows() 1024 keyChars+((const Row *)right)->keyIndex); in ures_compareRows() 1029 Row *rows; 1223 uprv_sortArray(pTempTable->rows, count, sizeof(Row), in ures_swapResource() 1337 Row rows[STACK_ROW_CAPACITY]; in ures_swap() 1478 tempTable.rows=(Row *)uprv_malloc(maxTableLength*sizeof(Row)+maxTableLength*4); in ures_swap()
|