/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/ |
D | s-c1.c | 394 struct row { struct 395 long X; /* the X values -- copied from function argument */ 396 long Y_o; /* the Y values -- copied from function argument */ 397 long Y_c; /* the Y values -- copied from function argument */ 398 long _x; /* Value X - Xavg */ 399 long _y_o; /* Value Y - Yavg */ 400 long _y_c; /* Value Y - Yavg */ 401 double LnX; /* Natural logarithm of X values */ 402 double LnY_o; /* Natural logarithm of Y values */ 403 double LnY_c; /* Natural logarithm of Y values */ [all …]
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/ |
D | s-c1.c | 402 static struct row { struct 403 long X; /* the X values -- copied from function argument */ 404 long Y_o; /* the Y values -- copied from function argument */ 405 long Y_c; /* the Y values -- copied from function argument */ 406 long _x; /* Value X - Xavg */ 407 long _y_o; /* Value Y - Yavg */ 408 long _y_c; /* Value Y - Yavg */ 409 double LnX; /* Natural logarithm of X values */ 410 double LnY_o; /* Natural logarithm of Y values */ 411 double LnY_c; /* Natural logarithm of Y values */ [all …]
|
/third_party/boost/libs/math/test/ |
D | test_pFq_precision.cpp | 125 …for (auto row = hypergeometric_pFq_integer_data.begin(); row != hypergeometric_pFq_integer_data.en… in test_spots_0F1() local 138 for (auto row = hypergeometric_1F1.begin(); row != hypergeometric_1F1.end(); ++row) in test_spots_1F1() local 156 for (auto row = hypergeometric_1F1_big.begin(); row != hypergeometric_1F1_big.end(); ++row) in test_spots_1F1_b() local 173 for (auto row = hypergeometric_2F1.begin(); row != hypergeometric_2F1.end(); ++row) in test_spots_2F1() local 190 for (auto row = hypergeometric_0F2.begin(); row != hypergeometric_0F2.end(); ++row) in test_spots_0F2() local 207 for (auto row = hypergeometric_1F2.begin(); row != hypergeometric_1F2.end(); ++row) in test_spots_1F2() local 224 for (auto row = hypergeometric_2F2.begin(); row != hypergeometric_2F2.end(); ++row) in test_spots_2F2() local
|
D | test_pFq.hpp | 199 …for (auto row = hypergeometric_pFq_integer_data.begin(); row != hypergeometric_pFq_integer_data.en… in test_spots_0F1() local 210 for (auto row = hypergeometric_1F1.begin(); row != hypergeometric_1F1.end(); ++row) in test_spots_1F1() local 226 for (auto row = hypergeometric_1F1_big.begin(); row != hypergeometric_1F1_big.end(); ++row) in test_spots_1F1_b() local 242 for (auto row = hypergeometric_2F1.begin(); row != hypergeometric_2F1.end(); ++row) in test_spots_2F1() local 258 for (auto row = hypergeometric_0F2.begin(); row != hypergeometric_0F2.end(); ++row) in test_spots_0F2() local 274 for (auto row = hypergeometric_1F2.begin(); row != hypergeometric_1F2.end(); ++row) in test_spots_1F2() local 290 for (auto row = hypergeometric_2F2.begin(); row != hypergeometric_2F2.end(); ++row) in test_spots_2F2() local
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/fork/ |
D | s-c1.c | 400 static struct row { struct 401 long X; /* the X values -- copied from function argument */ 402 long Y; /* the Y values -- copied from function argument */ 403 long _x; /* Value X - Xavg */ 404 long _y; /* Value Y - Yavg */ 405 double LnX; /* Natural logarithm of X values */ 406 double LnY; /* Natural logarithm of Y values */ 430 struct row *Table = NULL; in parse_measure() argument
|
/third_party/skia/src/codec/ |
D | SkSampler.cpp | 29 for (int row = 0; row < numRows; row++) { in Fill() local 37 for (int row = 0; row < numRows; row++) { in Fill() local 45 for (int row = 0; row < numRows; row++) { in Fill() local 53 for (int row = 0; row < numRows; row++) { in Fill() local
|
/third_party/flutter/skia/src/codec/ |
D | SkSampler.cpp | 29 for (int row = 0; row < numRows; row++) { in Fill() local 37 for (int row = 0; row < numRows; row++) { in Fill() local 45 for (int row = 0; row < numRows; row++) { in Fill() local 53 for (int row = 0; row < numRows; row++) { in Fill() local
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/ |
D | s-c1.c | 448 static struct row { struct 449 long X; /* the X values -- copied from function argument */ 450 long Y[NSCENAR]; /* the Y values -- copied from function argument */ 451 long _x[NSCENAR]; /* Value X - Xavg */ 452 long _y[NSCENAR]; /* Value Y - Yavg */ 453 double LnX; /* Natural logarithm of X values */ 454 double LnY[NSCENAR]; /* Natural logarithm of Y values */ 478 struct row *Table = NULL; in parse_measure() argument
|
/third_party/python/Doc/includes/sqlite3/ |
D | text_factory.py | 10 row = cur.fetchone() variable 16 row = cur.fetchone() variable 26 row = cur.fetchone() variable
|
D | pysqlite_datetime.py | 13 row = cur.fetchone() variable 18 row = cur.fetchone() variable
|
/third_party/typescript/tests/baselines/reference/ |
D | classInConvertedLoopES5.js | 5 row = row; field in RowClass 14 var _loop_1 = function (row) { argument 25 var row = _a[_i]; variable
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/ |
D | album_op.cc | 122 Status AlbumOp::LoadImageTensor(const std::string &image_file_path, int32_t col_num, TensorRow *row… in LoadImageTensor() 172 …s AlbumOp::LoadStringArrayTensor(const nlohmann::json &json_obj, int32_t col_num, TensorRow *row) { in LoadStringArrayTensor() 182 Status AlbumOp::LoadStringTensor(const nlohmann::json &json_obj, int32_t col_num, TensorRow *row) { in LoadStringTensor() 193 Status AlbumOp::LoadIntArrayTensor(const nlohmann::json &json_obj, int32_t col_num, TensorRow *row)… in LoadIntArrayTensor() 222 …us AlbumOp::LoadFloatArrayTensor(const nlohmann::json &json_obj, int32_t col_num, TensorRow *row) { in LoadFloatArrayTensor() 251 Status AlbumOp::LoadIDTensor(const std::string &file, int32_t col_num, TensorRow *row) { in LoadIDTensor() 268 Status AlbumOp::LoadEmptyTensor(int32_t col_num, TensorRow *row) { in LoadEmptyTensor() 280 Status AlbumOp::LoadFloatTensor(const nlohmann::json &json_obj, int32_t col_num, TensorRow *row) { in LoadFloatTensor() 296 Status AlbumOp::LoadIntTensor(const nlohmann::json &json_obj, int32_t col_num, TensorRow *row) { in LoadIntTensor() 316 Status AlbumOp::LoadTensorRow(row_id_type row_id, TensorRow *row) { in LoadTensorRow() [all …]
|
/third_party/mindspore/tests/ut/cpp/dataset/ |
D | c_api_samplers_test.cc | 74 std::unordered_map<std::string, mindspore::MSTensor> row; in TEST_F() local 103 std::unordered_map<std::string, mindspore::MSTensor> row; in TEST_F() local 133 std::unordered_map<std::string, mindspore::MSTensor> row; in TEST_F() local 164 std::unordered_map<std::string, mindspore::MSTensor> row; in TEST_F() local 196 std::unordered_map<std::string, mindspore::MSTensor> row; in TEST_F() local 223 std::unordered_map<std::string, mindspore::MSTensor> row; in TEST_F() local 316 std::unordered_map<std::string, mindspore::MSTensor> row; in TEST_F() local 345 std::unordered_map<std::string, mindspore::MSTensor> row; in TEST_F() local 376 std::unordered_map<std::string, mindspore::MSTensor> row; in TEST_F() local 407 std::unordered_map<std::string, mindspore::MSTensor> row; in TEST_F() local [all …]
|
D | c_api_cache_test.cc | 102 std::unordered_map<std::string, mindspore::MSTensor> row; in TEST_F() local 145 std::unordered_map<std::string, mindspore::MSTensor> row; in TEST_F() local 186 std::unordered_map<std::string, mindspore::MSTensor> row; in TEST_F() local 228 std::unordered_map<std::string, mindspore::MSTensor> row; in TEST_F() local 269 std::unordered_map<std::string, mindspore::MSTensor> row; in TEST_F() local 310 std::unordered_map<std::string, mindspore::MSTensor> row; in TEST_F() local 351 std::unordered_map<std::string, mindspore::MSTensor> row; in TEST_F() local 393 std::unordered_map<std::string, mindspore::MSTensor> row; in TEST_F() local 437 std::unordered_map<std::string, mindspore::MSTensor> row; in TEST_F() local 476 std::unordered_map<std::string, mindspore::MSTensor> row; in TEST_F() local [all …]
|
D | c_api_dataset_randomdata_test.cc | 51 std::unordered_map<std::string, mindspore::MSTensor> row; in TEST_F() local 109 std::unordered_map<std::string, mindspore::MSTensor> row; in TEST_F() local 165 std::unordered_map<std::string, mindspore::MSTensor> row; in TEST_F() local 205 std::unordered_map<std::string, mindspore::MSTensor> row; in TEST_F() local 287 std::unordered_map<std::string, mindspore::MSTensor> row; in TEST_F() local 369 std::unordered_map<std::string, mindspore::MSTensor> row; in TEST_F() local 427 std::unordered_map<std::string, mindspore::MSTensor> row; in TEST_F() local 461 std::unordered_map<std::string, mindspore::MSTensor> row; in TEST_F() local 497 std::unordered_map<std::string, mindspore::MSTensor> row; in TEST_F() local 535 std::unordered_map<std::string, mindspore::MSTensor> row; in TEST_F() local
|
D | c_api_vision_soft_dvpp_test.cc | 53 std::unordered_map<std::string, mindspore::MSTensor> row; in TEST_F() local 95 std::unordered_map<std::string, mindspore::MSTensor> row; in TEST_F() local 139 std::unordered_map<std::string, mindspore::MSTensor> row; in TEST_F() local 177 std::unordered_map<std::string, mindspore::MSTensor> row; in TEST_F() local
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/ |
D | s-c.c | 672 static struct row { struct 673 long X; /* the X values -- copied from function argument */ 674 long Y[NSCENAR]; /* the Y values -- copied from function argument */ 675 long _x; /* Value X - Xavg */ 676 long _y[NSCENAR]; /* Value Y - Yavg */ 677 double LnX; /* Natural logarithm of X values */ 678 double LnY[NSCENAR]; /* Natural logarithm of Y values */ 702 struct row *Table = NULL; in parse_measure() argument
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuMatrix.hpp | 68 inline const T& operator() (int row, int col) const { return m_data[col][row]; } in operator ()() 69 inline T& operator() (int row, int col) { return m_data[col][row]; } in operator ()() 320 for (int row = 0; row < Rows; row++) in Matrix() local 329 for (int row = 0; row < Rows; row++) in Matrix() local 338 for (int row = 0; row < Rows; row++) in Matrix() local 348 for (int row = 0; row < Rows; row++) in Matrix() local 370 for (int row = 0; row < Rows; row++) in operator =() local 424 for (int row = 0; row < Rows; row++) in getColumnMajorData() local 434 for (int row = 0; row < Rows; row++) in getRowMajorData() local 446 for (int row = 0; row < Rows0; row++) in operator *() local [all …]
|
/third_party/node/deps/npm/node_modules/text-table/ |
D | index.js | 9 var dotsizes = reduce(rows_, function (acc, row) { argument 17 var rows = map(rows_, function (row) { argument 31 var sizes = reduce(rows, function (acc, row) { argument 39 return map(rows, function (row) { argument
|
/third_party/python/Tools/c-analyzer/c_common/ |
D | tables.py | 24 def fix_row(row, **markers): argument 41 def _fix_read_default(row): argument 46 def _fix_write_default(row, empty=''): argument 55 def fix_row(row): argument 59 def fix_row(row): argument 72 def fix_row(row): argument 76 def fix_row(row): argument
|
/third_party/node/deps/npm/node_modules/cli-table3/src/ |
D | table.js | 25 cells.forEach(function(row) { argument 34 cells.forEach(function(row) { argument 68 function doDraw(row, lineNum, result) { argument
|
/third_party/typescript/tests/cases/compiler/ |
D | classInConvertedLoopES5.ts | 3 for (const row of ['1', '2', '3', '4', '5']) { constant 5 row = row; constant
|
/third_party/mtdev/src/ |
D | match.c | 50 #define GET2(m, row, col) ((m[col] >> (row)) & 1U) argument 51 #define SET2(m, row, col) (m[col] |= (1U << (row))) argument 52 #define CLEAR2(m, row, col) (m[col] &= ~(1U << (row))) argument 58 int row, col; in buildixvector() local 91 int dmin, row, col; in ixoptimal() local 193 int col, row; in step2a() local 242 int row, col, cstar; in step3() local 289 int dmin, int row, int col) in step4() 343 int row, col, found = 0; in step5() local
|
/third_party/boost/libs/mpl/example/fsm/ |
D | player1.cpp | 89 struct row struct in state_machine 92 static int const current_state = CurrentState; 93 static int const next_state = NextState; 94 typedef Event event; 95 typedef Derived fsm_t; 98 static void execute(Derived& fsm, Event const& e) in execute()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/ |
D | iterator.cc | 29 Status Iterator::GetNextRowCharIF(MSTensorMapChar *row) { in GetNextRowCharIF() 50 Status Iterator::GetNextRow(MSTensorVec *row) { in GetNextRow() 94 Status PullIterator::GetRows(int32_t num_rows, std::vector<MSTensorVec> *const row) { in GetRows() 117 Status PullIterator::GetNextRow(MSTensorVec *const row) { in GetNextRow()
|