HomeSort by relevance Sort by last modified time
    Searched refs:size_x (Results 1 - 24 of 24) sorted by null

  /external/tensorflow/tensorflow/python/kernel_tests/
reduction_ops_test_big.py 56 for size_x in [
64 arr = arr_[0:size_x, 0:size_y]
65 col_sum = np.ones([size_y], dtype=np.float32) * size_x
66 row_sum = np.ones([size_x], dtype=np.float32) * size_y
67 full_sum = np.ones([], dtype=np.float32) * size_x * size_y
71 shape=(size_x, size_y))
82 for size_x in range(1, 130, 13):
85 arr = arr_[0:size_x, 0:size_y, 0:size_z]
86 sum_y = np.ones([size_x, size_z], dtype=np.float32)
91 dtype=np.float32, shape=(size_x, size_y, size_z)
    [all...]
reduction_ops_test.py 238 size_x = int(2**np.random.uniform(0, 15))
241 if size_x * size_y > 1e7:
242 size_y = int(1e7 / size_x)
244 arr = np.ones([size_x, size_y], dtype=np.float32)
255 for size_x in [1, 3, 16, 33]:
258 arr = np.ones([size_x, size_y, size_z], dtype=np.float32)
    [all...]
  /external/skia/experimental/tools/
mskp_parser.py 41 offset, size_x, size_y =struct.unpack('Qff', src.read(16))
45 size_x, size_y =struct.unpack('ff', src.read(8))
46 print('size = (%r,%r)' % (size_x, size_y))
  /external/skqp/experimental/tools/
mskp_parser.py 41 offset, size_x, size_y =struct.unpack('Qff', src.read(16))
45 size_x, size_y =struct.unpack('ff', src.read(8))
46 print('size = (%r,%r)' % (size_x, size_y))
  /external/pdfium/core/fxge/
cfx_defaultrenderdevice.h 32 SkPictureRecorder* CreateRecorder(int size_x, int size_y);
  /external/pdfium/public/
fpdf_progressive.h 65 // size_x - Horizontal size (in pixels) for displaying the page.
86 int size_x,
fpdfview.h 627 // size_x - Horizontal size (in pixels) for displaying the page.
642 int size_x,
660 // size_x - Horizontal size (in pixels) for displaying the page.
678 int size_x,
710 int size_x,
738 // size_x - Horizontal size (in pixels) for displaying the page.
767 // You must make sure the start_x, start_y, size_x, size_y
773 int size_x,
789 // size_x - Horizontal size (in pixels) for displaying the page.
    [all...]
fpdf_formfill.h     [all...]
  /external/pdfium/fpdfsdk/fpdfxfa/
cpdfxfa_page.h 43 int size_x,
52 int size_x,
cpdfxfa_page.cpp 126 int size_x,
136 CFX_PointF pos = GetDisplayMatrix(start_x, start_y, size_x, size_y, rotate)
147 int size_x,
158 GetDisplayMatrix(start_x, start_y, size_x, size_y, rotate);
  /external/mesa3d/src/compiler/nir/
nir_lower_system_values.c 91 nir_ssa_def *size_x = local
97 nir_imul(b, size_x, size_y));
99 nir_imul(b, nir_channel(b, local_id, 1), size_x));
  /external/pdfium/fpdfsdk/
fpdf_progressive.cpp 37 int size_x,
60 FPDF_RenderPage_Retail(pContext, page, start_x, start_y, size_x, size_y,
fpdfview.cpp 748 int size_x,
762 *scale_x = size_x / page_width;
766 *scale_y = size_x / page_height;
773 int size_x,
779 GetScaling(pPage, size_x, size_y, rotate, &scale_x, &scale_y);
797 if (size_x > size_y)
810 offset_x = start_x + size_x - size_x_bm - start_x_bm;
814 offset_x = start_x + size_x - size_x_bm - start_y_bm;
827 int size_x,
834 *bitmap_area = GetMaskDimensionsAndOffsets(pPage, start_x, start_y, size_x,
    [all...]
fsdk_define.h 97 int size_x,
fpdfformfill.cpp 139 int size_x,
164 pPage->GetDisplayMatrix(start_x, start_y, size_x, size_y, rotate);
165 FX_RECT clip(start_x, start_y, start_x + size_x, start_y + size_y);
483 int size_x,
487 FFLCommon(hHandle, bitmap, nullptr, page, start_x, start_y, size_x, size_y,
497 int size_x,
501 FFLCommon(hHandle, nullptr, recorder, page, start_x, start_y, size_x, size_y,
  /external/autotest/client/deps/glbench/src/
utils.cc 230 GLfloat size_x,
235 GLfloat shift_x = size_x * width;
239 *vptr++ = 2 * i * size_x - shift_x;
utils.h 81 GLfloat size_x,
  /external/pdfium/core/fxge/skia/
fx_skia_device.h 33 CFX_SkiaDeviceDriver(int size_x, int size_y);
fx_skia_device.cpp     [all...]
  /external/pdfium/core/fxcodec/codec/
ccodec_progressivedecoder.h 64 int size_x,
fx_codec_progress.cpp     [all...]
  /external/deqp/external/openglcts/modules/gl/
gl3cClipDistance.hpp 120 Framebuffer(const glw::Functions& gl, const glw::GLsizei size_x, const glw::GLsizei size_y);
gl3cClipDistance.cpp     [all...]
gl4cDirectStateAccessTexturesTests.cpp 5201 GLsizei size_x = s_texture_width * s_block_2d_size_x; local
5205 gl.compressedTexImage2D(TextureTarget<2>(), 0, internalformat, size_x, size_y, local
5224 GLsizei size_x = s_texture_width * s_block_3d_size; local
5229 gl.compressedTexImage3D(TextureTarget<3>(), 0, internalformat, size_x, size_y, size_z, 0, local
    [all...]

Completed in 684 milliseconds