/third_party/typescript/tests/cases/compiler/ |
D | moduleVisibilityTest4.ts | 2 export type nums = number; alias 6 export type nums = number; alias
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/ |
D | logical_not_impl.cu | 29 __global__ void LogicalNotKernel(const int nums, const T *x, bool *y) { in LogicalNotKernel() 36 void LogicalNotImpl(const int &nums, const T *x, bool *y, cudaStream_t stream) { in LogicalNotImpl()
|
D | broadcast_grad_impl.cu | 91 __device__ __forceinline__ void NoBroadcastOperator(const int &nums, const bool &grad_x1, const boo… in NoBroadcastOperator() 99 __global__ void NoBroadcastGradKernel(const int nums, const bool grad_x1, const bool grad_x2, in NoBroadcastGradKernel() 111 void NoBroadcastGrad(const int &nums, const bool &grad_x1, const bool &grad_x2, enum BroadcastGradO… in NoBroadcastGrad()
|
/third_party/glib/glib/tests/ |
D | slist.c | 155 gint nums[10] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 }; in test_slist_reverse() local 177 gint nums[10] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 }; in test_slist_nth() local 197 gint nums[10] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 }; in test_slist_remove() local 228 gint nums[10] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 }; in test_slist_remove_all() local 257 gint nums[10] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 }; in test_slist_insert() local 312 gint nums[10] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 }; in test_slist_position() local 370 guint nums[10] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 }; in test_slist_copy() local
|
D | list.c | 156 gint nums[10] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 }; in test_list_reverse() local 178 gint nums[10] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 }; in test_list_nth() local 199 gint nums[10] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 }; in test_list_concat() local 238 gint nums[10] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 }; in test_list_remove() local 269 gint nums[10] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 }; in test_list_remove_all() local 295 gint nums[10] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 }; in test_list_first_last() local 316 gint nums[10] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 }; in test_list_insert() local
|
/third_party/flutter/skia/third_party/externals/sdl/test/ |
D | testqsort.c | 24 test_sort(const char *desc, int *nums, const int arraylen) in test_sort() 47 static int nums[1024 * 100]; in main() local
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/ |
D | range_fp32.h | 34 inline void Range(float *output_ptr, float start, float delta, int nums) { in Range() 40 inline void RangeInt(int *output_ptr, int start, int delta, int nums) { in RangeInt()
|
/third_party/boost/libs/local_function/example/ |
D | gcc_access.cpp | 12 int nums[] = {1, 2, 3}; in main() local
|
D | add_phoenix.cpp | 22 int nums[] = {1, 2, 3}; in main() local
|
D | gcc_lambda.cpp | 20 int nums[] = {1, 2, 3}; in main() local
|
D | add_cxx11_lambda.cpp | 25 int nums[] = {2, 3}; in main() local
|
D | gcc_cxx11_lambda.cpp | 19 int nums[] = {1, 2, 3}; in main() local
|
D | gcc_store.cpp | 25 int nums[] = {1, 2, 3}; in main() local
|
D | n2529_this.cpp | 19 std::vector<int> nums; member
|
D | add_global_functor.cpp | 31 int nums[] = {2, 3}; in main() local
|
D | add_local_functor.cpp | 27 int nums[] = {2, 3}; in main() local
|
/third_party/boost/libs/local_function/test/ |
D | add_seq.cpp | 21 int nums[] = {2, 3}; in main() local
|
D | add.cpp | 26 int nums[] = {2, 3}; in main() local
|
D | add_template.cpp | 28 T nums[2]; nums[0] = y; nums[1] = z; in total() local
|
D | add_template_seq.cpp | 21 T nums[2]; nums[0] = y; nums[1] = z; in total() local
|
/third_party/jerryscript/tests/unit-core/ |
D | test-string-to-number.c | 52 const ecma_number_t nums[] = in main() local
|
D | test-number-to-string.c | 44 const ecma_number_t nums[] = in main() local
|
/third_party/mindspore/tests/ut/python/dataset/ |
D | test_sliding_window.py | 69 def gen(nums): argument
|
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/base/ |
D | random_standard_normal.cc | 45 std::normal_distribution<double> nums(0, 1.0); in Run() local
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/data/ |
D | dataset_utils.cc | 28 int nums = 1; in ElementNums() local
|