Searched refs:nm_ (Results 1 – 3 of 3) sorted by relevance
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorContractionThreadPool.h | 322 nm_(nm), 338 : (parallel_pack_ ? nn_ + nm_ : (shard_by_col_ ? nn_ : nm_)) + 339 (x == P - 1 ? nm_ * nn_ : 0); 341 parallel_pack_ ? 0 : (shard_by_col_ ? nm_ : nn_); 342 state_kernel_[x] = new std::atomic<uint8_t>*[nm_]; 343 for (Index m = 0; m < nm_; m++) { 380 for (Index m = 0; m < nm_; m++) delete[] state_kernel_[x][m]; 416 const Index nm_; 506 for (Index m = nm_ - 1; m >= 0; m--) signal_kernel(m, n, k, m == 0); 544 state_packing_ready_[k % P] = shard_by_col_ ? nm_ : nn_; [all …]
|
/external/dtc/ |
D | checks.c | 42 #define CHECK_ENTRY(nm_, fn_, d_, w_, e_, ...) \ argument 43 static struct check *nm_##_prereqs[] = { __VA_ARGS__ }; \ 44 static struct check nm_ = { \ 45 .name = #nm_, \ 51 .num_prereqs = ARRAY_SIZE(nm_##_prereqs), \ 52 .prereq = nm_##_prereqs, \ 54 #define WARNING(nm_, fn_, d_, ...) \ argument 55 CHECK_ENTRY(nm_, fn_, d_, true, false, __VA_ARGS__) 56 #define ERROR(nm_, fn_, d_, ...) \ argument 57 CHECK_ENTRY(nm_, fn_, d_, false, true, __VA_ARGS__) [all …]
|
/external/python/cpython3/Modules/_decimal/ |
D | _decimal.c | 3774 nm_##MPDFUNC(PyObject *self) \ 3797 nm_##MPDFUNC(PyObject *self, PyObject *other) \
|