Home
last modified time | relevance | path

Searched defs:size2 (Results 1 – 25 of 116) sorted by relevance

12345

/third_party/gettext/gettext-runtime/intl/
Dxsize.h63 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/
Dxsize.h65 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/mindspore/mindspore/lite/src/common/
Dlog_util.h48 #define CHECK_LESS_RETURN(size1, size2) \ argument
58 #define CHECK_LESS_RETURN(size1, size2) argument
/third_party/boost/libs/multiprecision/test/ublas_interop/common/
Dinit.hpp69 typename M::size_type size2 = m.size2(); in initialize_matrix_impl() local
85 typename M::size_type size2 = m.size2(); in initialize_matrix() local
99 typename M::size_type size2 = m.size2(); in initialize_matrix() local
Dtesthelper.hpp62 size_t size2 = (std::min)(m1().size2(), m2().size2()); in compare() local
/third_party/boost/libs/numeric/ublas/test/common/
Dinit.hpp66 typename M::size_type size2 = m.size2 (); in initialize_matrix_impl() local
80 typename M::size_type size2 = m.size2 (); in initialize_matrix() local
92 typename M::size_type size2 = m.size2 (); in initialize_matrix() local
/third_party/boost/boost/numeric/ublas/opencl/
Dmatrix.hpp40 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()
66 size_type size2() const { return size2_;} in size2() function in boost::numeric::ublas::matrix
/third_party/boost/boost/numeric/ublas/detail/
Dmatrix_assign.hpp264 difference_type size2 (m.size2 ()); in iterating_matrix_assign_scalar() local
290 difference_type size2 (m.size2 ()); in iterating_matrix_assign_scalar() local
318 size_type size2 (m.size2 ()); in indexing_matrix_assign_scalar() local
335 size_type size2 (m.size2 ()); in indexing_matrix_assign_scalar() local
360 size_type size2 (m.size2 ()); in matrix_assign_scalar() local
379 difference_type size2 (it1.end () - it2); in matrix_assign_scalar() local
396 difference_type size2 (m.end2 () - it2); in matrix_assign_scalar() local
521 difference_type size2 (BOOST_UBLAS_SAME (m.size2 (), e ().size2 ())); in iterating_matrix_assign() local
552 difference_type size2 (BOOST_UBLAS_SAME (m.size2 (), e ().size2 ())); in iterating_matrix_assign() local
585 size_type size2 (BOOST_UBLAS_SAME (m.size2 (), e ().size2 ())); in indexing_matrix_assign() local
[all …]
/third_party/boost/boost/numeric/ublas/
Dexception.hpp273 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
Dio.hpp154 size_type size2 = m ().size2 (); in operator <<() local
205 size_type size1, size2; in operator >>() local
287 size_type size1, size2; in operator >>() local
Dlu.hpp104 size_type size2 = m.size2 (); in lu_factorize() local
140 size_type size2 = m.size2 (); in lu_factorize() local
184 size_type size2 = m.size2 (); in axpy_lu_factorize() local
/third_party/ffmpeg/libavcodec/
Dbytestream.h183 int size2; in bytestream2_skip_p() local
271 int size2 = FFMIN(g->buffer_end - g->buffer, size); in bytestream2_get_buffer() local
290 int size2; in bytestream2_put_buffer() local
314 int size2; in bytestream2_set_buffer() local
351 int size2; in bytestream2_copy_buffer() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/
Dresize_bilinear_op.h45 : ResizeOp(size1, size2, ResizeOp::kDefInterpolation) {} in ResizeOp() argument
/third_party/libuv/test/
Dtest-cwd-and-chdir.c32 size_t size2; in TEST_IMPL() local
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dstd_based_type.hpp34 typedef tvec2<std::size_t, defaultp> size2; typedef
/third_party/ltp/testcases/lib/
Dtst_get_median.c33 const size_t size2 = size / 2; in main() local
/third_party/boost/libs/numeric/odeint/examples/
Dtwo_dimensional_phase_lattice.cpp37 size_t size1 = x.size1() , size2 = x.size2(); in operator ()() local
131 size_t size1 = 128 , size2 = 128; in main() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
D3-1.c50 size_t size2; in main() local
/third_party/boost/boost/compute/algorithm/detail/
Dserial_merge.hpp47 std::ptrdiff_t size2 = std::distance(first2, last2); in serial_merge() local
/third_party/boost/libs/compute/include/boost/compute/algorithm/detail/
Dserial_merge.hpp47 std::ptrdiff_t size2 = std::distance(first2, last2); in serial_merge() local
/third_party/boost/libs/numeric/ublas/benchmarks/
Dinit.hpp23 void init(matrix<T, L> &m, unsigned long size1, unsigned long size2, int max_value) in init()
/third_party/libwebsockets/lib/core-net/
Dlws-dsh.c151 const void *src2, size_t size2, lws_dll2_t *replace) in _lws_dsh_alloc_tail()
274 const void *src2, size_t size2) in lws_dsh_alloc_tail()
/third_party/boost/libs/numeric/ublas/benchmarks/opencl/
Dinit.hpp29 void init(matrix<T, opencl::storage> &m, unsigned long size1, unsigned long size2, int max_value) in init()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
Dtest_stacksave.c59 uint32_t size2 = size - j; in test_two_vlas_in_loops() local
/third_party/skia/third_party/externals/microhttpd/src/testspdy/
Dtest_struct_namevalue.c36 int size2; variable

12345