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

  /external/tensorflow/tensorflow/python/kernel_tests/
reduction_ops_test_big.py 60 for size_y 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))
83 for size_y in range(1, 130, 13):
85 arr = arr_[0:size_x, 0:size_y, 0:size_z]
87 sum_xz = np.ones([size_y], dtype=np.float32)
91 dtype=np.float32, shape=(size_x, size_y, size_z)
    [all...]
reduction_ops_test.py 239 size_y = 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)
256 for size_y 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 66 // size_y - Vertical size (in pixels) for displaying the page.
87 int size_y,
fpdfview.h 628 // size_y - Vertical size (in pixels) for displaying the page.
643 int size_y,
661 // size_y - Vertical size (in pixels) for displaying the page.
679 int size_y,
711 int size_y);
739 // size_y - Vertical size (in pixels) for displaying the page.
767 // You must make sure the start_x, start_y, size_x, size_y
774 int size_y,
790 // size_y - Vertical size (in pixels) for displaying the page.
    [all...]
fpdf_formfill.h     [all...]
  /external/pdfium/fpdfsdk/fpdfxfa/
cpdfxfa_page.h 44 int size_y,
53 int size_y,
cpdfxfa_page.cpp 127 int size_y,
136 CFX_PointF pos = GetDisplayMatrix(start_x, start_y, size_x, size_y, rotate)
148 int size_y,
158 GetDisplayMatrix(start_x, start_y, size_x, size_y, rotate);
  /external/pdfium/fpdfsdk/
fpdfview.cpp 749 int size_y,
763 *scale_y = size_y / page_height;
765 *scale_x = size_y / page_width;
774 int size_y,
779 GetScaling(pPage, size_x, size_y, rotate, &scale_x, &scale_y);
797 if (size_x > size_y)
803 offset_y = start_y + size_y - size_y_bm - start_y_bm;
815 offset_y = start_y + size_y - size_y_bm - start_x_bm;
828 int size_y,
835 size_y, rotate, mask_box)
    [all...]
fpdf_progressive.cpp 38 int size_y,
60 FPDF_RenderPage_Retail(pContext, page, start_x, start_y, size_x, size_y,
fsdk_define.h 98 int size_y,
fpdfformfill.cpp 140 int size_y,
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);
484 int size_y,
487 FFLCommon(hHandle, bitmap, nullptr, page, start_x, start_y, size_x, size_y,
498 int size_y,
501 FFLCommon(hHandle, nullptr, recorder, page, start_x, start_y, size_x, size_y,
  /external/mesa3d/src/compiler/nir/
nir_lower_system_values.c 93 nir_ssa_def *size_y = local
97 nir_imul(b, size_x, size_y));
  /external/autotest/client/deps/glbench/src/
utils.cc 231 GLfloat size_y,
236 GLfloat shift_y = size_y * height;
240 *vptr++ = 2 * j * size_y - shift_y;
utils.h 82 GLfloat size_y,
  /external/webrtc/webrtc/common_video/libyuv/
scaler_unittest.cc 361 int size_y = src_width * src_height; local
371 frame_buffer.get() + size_y,
372 frame_buffer.get() + size_y + size_uv,
  /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 65 int size_y);
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 5202 GLsizei size_y = s_texture_height * s_block_2d_size_y; local
5205 gl.compressedTexImage2D(TextureTarget<2>(), 0, internalformat, size_x, size_y, local
5225 GLsizei size_y = s_texture_height * s_block_3d_size; local
5229 gl.compressedTexImage3D(TextureTarget<3>(), 0, internalformat, size_x, size_y, size_z, 0, local
    [all...]

Completed in 750 milliseconds