| /third_party/boost/libs/multi_array/test/ |
| D | constructors.cpp | 31 unsigned int num_elements) in check_shape() 64 size_type num_elements = 27; in main() local 89 size_type num_elements = 27; in main() local 110 size_type num_elements = 27; in main() local 128 size_type num_elements = 27; in main() local 155 size_type num_elements = 27; in main() local 178 size_type num_elements = 27; in main() local 201 size_type num_elements = 27; in main() local
|
| /third_party/unity/src/ |
| D | unity.h | 269 #define TEST_ASSERT_INT_ARRAY_WITHIN(delta, expected, actual, num_elements) … argument 270 #define TEST_ASSERT_INT8_ARRAY_WITHIN(delta, expected, actual, num_elements) … argument 271 #define TEST_ASSERT_INT16_ARRAY_WITHIN(delta, expected, actual, num_elements) … argument 272 #define TEST_ASSERT_INT32_ARRAY_WITHIN(delta, expected, actual, num_elements) … argument 273 #define TEST_ASSERT_INT64_ARRAY_WITHIN(delta, expected, actual, num_elements) … argument 274 #define TEST_ASSERT_UINT_ARRAY_WITHIN(delta, expected, actual, num_elements) … argument 275 #define TEST_ASSERT_UINT8_ARRAY_WITHIN(delta, expected, actual, num_elements) … argument 276 #define TEST_ASSERT_UINT16_ARRAY_WITHIN(delta, expected, actual, num_elements) … argument 277 #define TEST_ASSERT_UINT32_ARRAY_WITHIN(delta, expected, actual, num_elements) … argument 278 #define TEST_ASSERT_UINT64_ARRAY_WITHIN(delta, expected, actual, num_elements) … argument [all …]
|
| D | unity_internals.h | 873 #define UNITY_TEST_ASSERT_INT_ARRAY_WITHIN(delta, expected, actual, num_elements, line, message) … argument 874 #define UNITY_TEST_ASSERT_INT8_ARRAY_WITHIN(delta, expected, actual, num_elements, line, message) … argument 875 #define UNITY_TEST_ASSERT_INT16_ARRAY_WITHIN(delta, expected, actual, num_elements, line, message) … argument 876 #define UNITY_TEST_ASSERT_INT32_ARRAY_WITHIN(delta, expected, actual, num_elements, line, message) … argument 877 #define UNITY_TEST_ASSERT_UINT_ARRAY_WITHIN(delta, expected, actual, num_elements, line, message) … argument 878 #define UNITY_TEST_ASSERT_UINT8_ARRAY_WITHIN(delta, expected, actual, num_elements, line, message) … argument 879 #define UNITY_TEST_ASSERT_UINT16_ARRAY_WITHIN(delta, expected, actual, num_elements, line, message)… argument 880 #define UNITY_TEST_ASSERT_UINT32_ARRAY_WITHIN(delta, expected, actual, num_elements, line, message)… argument 881 #define UNITY_TEST_ASSERT_HEX8_ARRAY_WITHIN(delta, expected, actual, num_elements, line, message) … argument 882 #define UNITY_TEST_ASSERT_HEX16_ARRAY_WITHIN(delta, expected, actual, num_elements, line, message) … argument [all …]
|
| /third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/meta/ |
| D | shard_pk_sample.cc | 25 ShardPkSample::ShardPkSample(const std::string &category_field, int64_t num_elements, int64_t num_s… in ShardPkSample() 30 ShardPkSample::ShardPkSample(const std::string &category_field, int64_t num_elements, int64_t num_c… in ShardPkSample() 34 ShardPkSample::ShardPkSample(const std::string &category_field, int64_t num_elements, int64_t num_c… in ShardPkSample()
|
| D | shard_category.cc | 21 …dCategory(const std::vector<std::pair<std::string, std::string>> &categories, int64_t num_elements, in ShardCategory() 29 ShardCategory::ShardCategory(const std::string &category_field, int64_t num_elements, int64_t num_c… in ShardCategory()
|
| /third_party/cJSON/tests/unity/src/ |
| D | unity.h | 240 #define TEST_ASSERT_EQUAL_INT_ARRAY(expected, actual, num_elements) … argument 241 #define TEST_ASSERT_EQUAL_INT8_ARRAY(expected, actual, num_elements) … argument 242 #define TEST_ASSERT_EQUAL_INT16_ARRAY(expected, actual, num_elements) … argument 243 #define TEST_ASSERT_EQUAL_INT32_ARRAY(expected, actual, num_elements) … argument 244 #define TEST_ASSERT_EQUAL_INT64_ARRAY(expected, actual, num_elements) … argument 245 #define TEST_ASSERT_EQUAL_UINT_ARRAY(expected, actual, num_elements) … argument 246 #define TEST_ASSERT_EQUAL_UINT8_ARRAY(expected, actual, num_elements) … argument 247 #define TEST_ASSERT_EQUAL_UINT16_ARRAY(expected, actual, num_elements) … argument 248 #define TEST_ASSERT_EQUAL_UINT32_ARRAY(expected, actual, num_elements) … argument 249 #define TEST_ASSERT_EQUAL_UINT64_ARRAY(expected, actual, num_elements) … argument [all …]
|
| D | unity_internals.h | 734 #define UNITY_TEST_ASSERT_EQUAL_INT_ARRAY(expected, actual, num_elements, line, message) Un… argument 735 #define UNITY_TEST_ASSERT_EQUAL_INT8_ARRAY(expected, actual, num_elements, line, message) Un… argument 736 #define UNITY_TEST_ASSERT_EQUAL_INT16_ARRAY(expected, actual, num_elements, line, message) Un… argument 737 #define UNITY_TEST_ASSERT_EQUAL_INT32_ARRAY(expected, actual, num_elements, line, message) Un… argument 738 #define UNITY_TEST_ASSERT_EQUAL_UINT_ARRAY(expected, actual, num_elements, line, message) Un… argument 739 #define UNITY_TEST_ASSERT_EQUAL_UINT8_ARRAY(expected, actual, num_elements, line, message) Un… argument 740 #define UNITY_TEST_ASSERT_EQUAL_UINT16_ARRAY(expected, actual, num_elements, line, message) Un… argument 741 #define UNITY_TEST_ASSERT_EQUAL_UINT32_ARRAY(expected, actual, num_elements, line, message) Un… argument 742 #define UNITY_TEST_ASSERT_EQUAL_HEX8_ARRAY(expected, actual, num_elements, line, message) Un… argument 743 #define UNITY_TEST_ASSERT_EQUAL_HEX16_ARRAY(expected, actual, num_elements, line, message) Un… argument [all …]
|
| /third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/ |
| D | local_response_norm_impl.cu | 23 const size_t channels, const size_t num_elements, float *scale) { in ComputeScaleNHWC() 39 …alResponseNormNHWC(const T *input, const float *scale, const float beta, const size_t num_elements, in LocalResponseNormNHWC() 51 const size_t num_elements, T *dx) { in LocalResponseNormGradNHWC() 69 const float beta, const size_t channels, const size_t num_elements, float *scale, T *output, in CalLocalResponseNormNHWC() 80 …const float alpha, const float beta, const size_t channels, const size_t num_elements, float *scal… in CalLocalResponseNormGradNHWC()
|
| D | unique_impl.cu | 30 int CalUnique(const T *input, int num_elements, S *input_index, S *sorted_index, T *output, S *inde… in CalUnique()
|
| /third_party/mindspore/mindspore/core/ops/ |
| D | tensor_list_stack.cc | 26 void TensorListStack::Init(const int64_t num_elements, const int64_t element_dtype) { in Init() 31 void TensorListStack::set_num_elements(const int64_t num_elements) { in set_num_elements()
|
| /third_party/mesa3d/src/gallium/frontends/va/ |
| D | buffer.c | 40 unsigned int size, unsigned int num_elements, void *data, in vlVaCreateBuffer() 76 unsigned int num_elements) in vlVaBufferSetNumElements() 224 unsigned int *size, unsigned int *num_elements) in vlVaBufferInfo()
|
| /third_party/mesa3d/src/util/ |
| D | u_idalloc.c | 68 unsigned num_elements = buf->num_elements; in util_idalloc_alloc() local 106 unsigned num_elements = buf->num_elements; in util_idalloc_alloc_range() local
|
| D | u_idalloc.h | 48 unsigned num_elements; /* number of allocated elements of "data" */ member
|
| D | slab.h | 57 unsigned num_elements; member
|
| /third_party/boost/boost/gil/concepts/ |
| D | color_base.hpp | 150 static const int num_elements = size<ColorBase>::value; in constraints() local 233 static const int num_elements = size<ColorBase>::value; in constraints() local
|
| /third_party/skia/third_party/externals/tint/src/sem/ |
| D | constant.cc | 28 const Type* ElemType(const Type* ty, size_t num_elements) { in ElemType()
|
| /third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/control/ |
| D | tensorlist_reserve.cc | 44 int num_elements = reinterpret_cast<int *>(input1->data())[0]; in Run() local
|
| /third_party/mesa3d/src/mesa/main/ |
| D | uniforms.h | 521 unsigned int num_elements; member
|
| /third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/ |
| D | tf_reader_op.cc | 360 int32_t num_elements = 0; in LoadFeature() local 407 int32_t *num_elements, std::shared_ptr<Tensor> *tensor) { in LoadBytesList() 474 int32_t *num_elements, std::unique_ptr<float[]> *float_array) { in LoadFloatList() 498 int32_t *num_elements, std::shared_ptr<Tensor> *tensor) { in LoadIntListSwitch() 529 int32_t *num_elements, std::shared_ptr<Tensor> *tensor) { in LoadIntList()
|
| /third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/infer/control/ |
| D | tensorlist_reserve_infer.c | 56 int num_elements = ((int *)(input1->data_))[0]; in TensorListReserveInferShape() local
|
| /third_party/selinux/libsepol/cil/src/ |
| D | cil_mem.c | 52 void *cil_calloc(size_t num_elements, size_t element_size) in cil_calloc()
|
| /third_party/grpc/test/core/iomgr/ |
| D | timer_heap_test.cc | 34 static grpc_timer* create_test_elements(size_t num_elements) { in create_test_elements() 235 const size_t num_elements = static_cast<size_t>(rand()) % 2000 + 512; in shrink_test() local
|
| /third_party/gstreamer/gstreamer/plugins/tracers/ |
| D | gststats.h | 54 guint num_elements, num_pads; member
|
| /third_party/abseil-cpp/absl/container/internal/ |
| D | hashtable_debug.h | 101 size_t LowerBoundAllocatedByteSize(size_t num_elements) { in LowerBoundAllocatedByteSize()
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
| D | hashtable_debug.h | 101 size_t LowerBoundAllocatedByteSize(size_t num_elements) { in LowerBoundAllocatedByteSize()
|