Home
last modified time | relevance | path

Searched defs:nums (Results 1 – 25 of 48) sorted by relevance

12

/third_party/typescript/tests/cases/compiler/
DmoduleVisibilityTest4.ts2 export type nums = number; alias
6 export type nums = number; alias
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dlogical_not_impl.cu29 __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()
Dbroadcast_grad_impl.cu91 __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/
Dslist.c155 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
Dlist.c156 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/
Dtestqsort.c24 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/
Drange_fp32.h34 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/
Dgcc_access.cpp12 int nums[] = {1, 2, 3}; in main() local
Dadd_phoenix.cpp22 int nums[] = {1, 2, 3}; in main() local
Dgcc_lambda.cpp20 int nums[] = {1, 2, 3}; in main() local
Dadd_cxx11_lambda.cpp25 int nums[] = {2, 3}; in main() local
Dgcc_cxx11_lambda.cpp19 int nums[] = {1, 2, 3}; in main() local
Dgcc_store.cpp25 int nums[] = {1, 2, 3}; in main() local
Dn2529_this.cpp19 std::vector<int> nums; member
Dadd_global_functor.cpp31 int nums[] = {2, 3}; in main() local
Dadd_local_functor.cpp27 int nums[] = {2, 3}; in main() local
/third_party/boost/libs/local_function/test/
Dadd_seq.cpp21 int nums[] = {2, 3}; in main() local
Dadd.cpp26 int nums[] = {2, 3}; in main() local
Dadd_template.cpp28 T nums[2]; nums[0] = y; nums[1] = z; in total() local
Dadd_template_seq.cpp21 T nums[2]; nums[0] = y; nums[1] = z; in total() local
/third_party/jerryscript/tests/unit-core/
Dtest-string-to-number.c52 const ecma_number_t nums[] = in main() local
Dtest-number-to-string.c44 const ecma_number_t nums[] = in main() local
/third_party/mindspore/tests/ut/python/dataset/
Dtest_sliding_window.py69 def gen(nums): argument
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/base/
Drandom_standard_normal.cc45 std::normal_distribution<double> nums(0, 1.0); in Run() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/data/
Ddataset_utils.cc28 int nums = 1; in ElementNums() local

12