/third_party/gettext/gettext-runtime/intl/ |
D | xsize.h | 63 xsum (size_t size1, size_t size2) in xsum() 71 xsum3 (size_t size1, size_t size2, size_t size3) in xsum3() 78 xsum4 (size_t size1, size_t size2, size_t size3, size_t size4) in xsum4() 85 xmax (size_t size1, size_t size2) in xmax()
|
/third_party/glib/glib/gnulib/ |
D | xsize.h | 65 xsum (size_t size1, size_t size2) in xsum() 76 xsum3 (size_t size1, size_t size2, size_t size3) in xsum3() 86 xsum4 (size_t size1, size_t size2, size_t size3, size_t size4) in xsum4() 96 xmax (size_t size1, size_t size2) in xmax()
|
/third_party/boost/libs/multiprecision/test/ublas_interop/common/ |
D | init.hpp | 53 typename M::size_type size1 = m.size1(); in initialize_matrix_impl() local 68 typename M::size_type size1 = m.size1(); in initialize_matrix_impl() local 84 typename M::size_type size1 = m.size1(); in initialize_matrix() local 98 typename M::size_type size1 = m.size1(); in initialize_matrix() local
|
D | testhelper.hpp | 61 size_t size1 = (std::min)(m1().size1(), m2().size1()); in compare() local
|
/third_party/boost/libs/numeric/ublas/test/common/ |
D | init.hpp | 51 typename M::size_type size1 = m.size1 (); in initialize_matrix_impl() local 65 typename M::size_type size1 = m.size1 (); in initialize_matrix_impl() local 79 typename M::size_type size1 = m.size1 (); in initialize_matrix() local 91 typename M::size_type size1 = m.size1 (); in initialize_matrix() local
|
/third_party/mindspore/mindspore/lite/src/common/ |
D | log_util.h | 48 #define CHECK_LESS_RETURN(size1, size2) \ argument 58 #define CHECK_LESS_RETURN(size1, size2) argument
|
/third_party/boost/boost/numeric/ublas/opencl/ |
D | matrix.hpp | 40 matrix(size_type size1, size_type size2, compute::context c) in matrix() 48 matrix(size_type size1, size_type size2, T const &value, compute::command_queue &q) in matrix() 65 size_type size1() const { return size1_;} in size1() function in boost::numeric::ublas::matrix
|
/third_party/boost/boost/numeric/ublas/detail/ |
D | matrix_assign.hpp | 263 difference_type size1 (m.size1 ()); in iterating_matrix_assign_scalar() local 291 difference_type size1 (m.size1 ()); in iterating_matrix_assign_scalar() local 317 size_type size1 (m.size1 ()); in indexing_matrix_assign_scalar() local 336 size_type size1 (m.size1 ()); in indexing_matrix_assign_scalar() local 359 size_type size1 (m.size1 ()); in matrix_assign_scalar() local 375 difference_type size1 (m.end1 () - it1); in matrix_assign_scalar() local 400 difference_type size1 (it2.end () - it1); in matrix_assign_scalar() local 520 difference_type size1 (BOOST_UBLAS_SAME (m.size1 (), e ().size1 ())); in iterating_matrix_assign() local 553 difference_type size1 (BOOST_UBLAS_SAME (m.size1 (), e ().size1 ())); in iterating_matrix_assign() local 584 size_type size1 (BOOST_UBLAS_SAME (m.size1 (), e ().size1 ())); in indexing_matrix_assign() local [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/ |
D | test_stacksave.c | 40 uint32_t size1 = size - i; in test_vla_in_loop() local 56 uint32_t size1 = size - i; in test_two_vlas_in_loops() local
|
/third_party/boost/boost/numeric/ublas/ |
D | exception.hpp | 273 T1 same_impl_ex (const T1 &size1, const T2 &size2, const char *file, int line) { in same_impl_ex() 279 T same_impl_ex (const T &size1, const T &size2, const char *file, int line) { in same_impl_ex() 283 #define BOOST_UBLAS_SAME(size1, size2) same_impl_ex ((size1), (size2), __FILE__, __LINE__) argument 292 #define BOOST_UBLAS_SAME(size1, size2) (size1) argument
|
D | io.hpp | 153 size_type size1 = m ().size1 (); in operator <<() local 205 size_type size1, size2; in operator >>() local 287 size_type size1, size2; in operator >>() local
|
D | lu.hpp | 103 size_type size1 = m.size1 (); in lu_factorize() local 139 size_type size1 = m.size1 (); in lu_factorize() local 183 size_type size1 = m.size1 (); in axpy_lu_factorize() local
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/ |
D | resize_bilinear_op.h | 45 : ResizeOp(size1, size2, ResizeOp::kDefInterpolation) {} in ResizeOp() argument
|
D | resize_op.h | 49 : size1_(size1), size2_(size2), interpolation_(interpolation) {} in size1_() argument
|
/third_party/libuv/test/ |
D | test-cwd-and-chdir.c | 31 size_t size1; in TEST_IMPL() local
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | std_based_type.hpp | 30 typedef tvec1<std::size_t, defaultp> size1; typedef
|
/third_party/boost/libs/numeric/odeint/examples/ |
D | two_dimensional_phase_lattice.cpp | 37 size_t size1 = x.size1() , size2 = x.size2(); in operator ()() local 131 size_t size1 = 128 , size2 = 128; in main() local
|
/third_party/boost/boost/compute/algorithm/detail/ |
D | serial_merge.hpp | 46 std::ptrdiff_t size1 = std::distance(first1, last1); in serial_merge() local
|
/third_party/boost/libs/compute/include/boost/compute/algorithm/detail/ |
D | serial_merge.hpp | 46 std::ptrdiff_t size1 = std::distance(first1, last1); in serial_merge() local
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/arrays/ |
D | strided_slice_gpu_kernel.h | 79 size_t size1 = sizeof(T); in InitSizeLists() local
|
D | strided_slice_grad_gpu_kernel.h | 75 size_t size1 = sizeof(T); in InitSizeLists() local
|
/third_party/boost/libs/numeric/ublas/benchmarks/ |
D | init.hpp | 23 void init(matrix<T, L> &m, unsigned long size1, unsigned long size2, int max_value) in init()
|
/third_party/libwebsockets/lib/core-net/ |
D | lws-dsh.c | 150 _lws_dsh_alloc_tail(lws_dsh_t *dsh, int kind, const void *src1, size_t size1, in _lws_dsh_alloc_tail() 273 lws_dsh_alloc_tail(lws_dsh_t *dsh, int kind, const void *src1, size_t size1, in lws_dsh_alloc_tail()
|
/third_party/boost/libs/numeric/ublas/benchmarks/opencl/ |
D | init.hpp | 29 void init(matrix<T, opencl::storage> &m, unsigned long size1, unsigned long size2, int max_value) in init()
|
/third_party/ltp/testcases/kernel/syscalls/getdents/ |
D | getdents02.c | 37 static size_t size1 = 1; variable
|