HomeSort by relevance Sort by last modified time
    Searched defs:sizes (Results 26 - 50 of 542) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/numarray/template.gslice.array/gslice.array.comp.assign/
addition.pass.cpp 31 typedef std::valarray<std::size_t> sizes; typedef
33 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
and.pass.cpp 31 typedef std::valarray<std::size_t> sizes; typedef
33 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
divide.pass.cpp 31 typedef std::valarray<std::size_t> sizes; typedef
33 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
modulo.pass.cpp 31 typedef std::valarray<std::size_t> sizes; typedef
33 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
multiply.pass.cpp 31 typedef std::valarray<std::size_t> sizes; typedef
33 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
or.pass.cpp 31 typedef std::valarray<std::size_t> sizes; typedef
33 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
subtraction.pass.cpp 31 typedef std::valarray<std::size_t> sizes; typedef
33 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
xor.pass.cpp 31 typedef std::valarray<std::size_t> sizes; typedef
33 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
shift_left.pass.cpp 31 typedef std::valarray<std::size_t> sizes; typedef
33 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
shift_right.pass.cpp 31 typedef std::valarray<std::size_t> sizes; typedef
33 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/numarray/template.gslice.array/gslice.array.fill/
assign_value.pass.cpp 28 typedef std::valarray<std::size_t> sizes; typedef
30 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/numarray/template.valarray/valarray.assign/
gslice_array_assign.pass.cpp 28 typedef std::valarray<std::size_t> sizes; typedef
31 v = v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/numarray/template.valarray/valarray.cons/
gslice_array.pass.cpp 28 typedef std::valarray<std::size_t> sizes; typedef
30 std::valarray<int> v(v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/numarray/template.valarray/valarray.sub/
gslice_const.pass.cpp 31 typedef std::valarray<std::size_t> sizes; typedef
33 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
gslice_non_const.pass.cpp 28 typedef std::valarray<std::size_t> sizes; typedef
30 std::valarray<int> v(v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
  /external/libcxx/test/std/numerics/numarray/template.gslice.array/gslice.array.comp.assign/
shift_left.pass.cpp 31 typedef std::valarray<std::size_t> sizes; typedef
33 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
shift_right.pass.cpp 31 typedef std::valarray<std::size_t> sizes; typedef
33 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
  /external/skia/tests/
YUVTest.cpp 79 SkISize sizes[3]; local
81 sizes[0].set(128, 128);
82 sizes[1].set(64, 64);
83 sizes[2].set(64, 64);
84 codec_yuv(r, "images/color_wheel.jpg", sizes);
87 sizes[0].set(512, 512);
88 sizes[1].set(256, 256);
89 sizes[2].set(256, 256);
90 codec_yuv(r, "images/mandrill_512_q075.jpg", sizes);
93 sizes[1].set(512, 512)
    [all...]
  /external/skqp/tests/
YUVTest.cpp 79 SkISize sizes[3]; local
81 sizes[0].set(128, 128);
82 sizes[1].set(64, 64);
83 sizes[2].set(64, 64);
84 codec_yuv(r, "images/color_wheel.jpg", sizes);
87 sizes[0].set(512, 512);
88 sizes[1].set(256, 256);
89 sizes[2].set(256, 256);
90 codec_yuv(r, "images/mandrill_512_q075.jpg", sizes);
93 sizes[1].set(512, 512)
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
slice_op.h 40 Eigen::DSizes<int, NDIMS> sizes; local
42 sizes[i] = slice_sizes[i];
44 To32Bit(output).device(d) = To32Bit(input).slice(indices, sizes);
  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
UserActivityEmulator.java 34 final String[] sizes = output.split(" ")[2].split("x"); local
35 mWidth = Integer.valueOf(sizes[0].trim());
36 mHeight = Integer.valueOf(sizes[1].trim());
  /external/jemalloc/msvc/projects/vc2015/test_threads/
test_threads.cpp 29 static const int sizes[] = { 7, 16, 32, 60, 91, 100, 120, 144, 169, 199, 255, 400, 670, 900, 917, 1025, 3333, 5190, 13131, 49192, 99999, 123123, 255265, 2333111 }; local
30 static const int numSizes = (int)(sizeof(sizes) / sizeof(sizes[0]));
52 const int sz = sizes[x];
  /external/libchrome/base/memory/
shared_memory_tracker.cc 52 sizes; local
56 sizes[usage.second.unique_id] += usage.second.size;
58 for (auto& size : sizes) {
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_ir_allocator.h 37 sizes(NULL), offsets(NULL), count(0), total_size(0), capacity(0)
44 free(sizes);
52 sizes = (unsigned *)realloc(sizes, capacity * sizeof(unsigned));
56 sizes[count] = size;
64 * Array of sizes for each allocation. The allocation unit is up to the
68 unsigned *sizes; member in class:brw::simple_allocator
  /external/strace/tests/
pkey_mprotect.c 61 static const kernel_ulong_t sizes[] = { local
94 for (j = 0; j < ARRAY_SIZE(sizes); j++) {
98 ptrs[i], sizes[j],
103 (unsigned long long) sizes[j],

Completed in 654 milliseconds

12 3 4 5 6 7 8 91011>>