Home
last modified time | relevance | path

Searched refs:size_y (Results 1 – 25 of 27) sorted by relevance

12

/external/tensorflow/tensorflow/python/kernel_tests/
Dreduction_ops_test_big.py60 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 …]
Dreduction_ops_test.py239 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)
/external/pdfium/fpdfsdk/
Dfpdfview.cpp749 int size_y, in GetScaling() argument
763 *scale_y = size_y / page_height; in GetScaling()
765 *scale_x = size_y / page_width; in GetScaling()
774 int size_y, in GetMaskDimensionsAndOffsets() argument
779 GetScaling(pPage, size_x, size_y, rotate, &scale_x, &scale_y); in GetMaskDimensionsAndOffsets()
797 if (size_x > size_y) in GetMaskDimensionsAndOffsets()
803 offset_y = start_y + size_y - size_y_bm - start_y_bm; in GetMaskDimensionsAndOffsets()
815 offset_y = start_y + size_y - size_y_bm - start_x_bm; in GetMaskDimensionsAndOffsets()
828 int size_y, in GetMaskBitmap() argument
835 size_y, rotate, mask_box); in GetMaskBitmap()
[all …]
Dfpdfformfill.cpp140 int size_y, in FFLCommon() argument
164 pPage->GetDisplayMatrix(start_x, start_y, size_x, size_y, rotate); in FFLCommon()
165 FX_RECT clip(start_x, start_y, start_x + size_x, start_y + size_y); in FFLCommon()
484 int size_y, in FPDF_FFLDraw() argument
487 FFLCommon(hHandle, bitmap, nullptr, page, start_x, start_y, size_x, size_y, in FPDF_FFLDraw()
498 int size_y, in FPDF_FFLRecord() argument
501 FFLCommon(hHandle, nullptr, recorder, page, start_x, start_y, size_x, size_y, in FPDF_FFLRecord()
Dfpdf_progressive.cpp38 int size_y, in FPDF_RenderPageBitmap_Start() argument
60 FPDF_RenderPage_Retail(pContext, page, start_x, start_y, size_x, size_y, in FPDF_RenderPageBitmap_Start()
Dfsdk_define.h98 int size_y,
/external/skia/experimental/tools/
Dmskp_parser.py41 offset, size_x, size_y =struct.unpack('Qff', src.read(16)) variable
45 size_x, size_y =struct.unpack('ff', src.read(8)) variable
46 print('size = (%r,%r)' % (size_x, size_y))
/external/skqp/experimental/tools/
Dmskp_parser.py41 offset, size_x, size_y =struct.unpack('Qff', src.read(16)) variable
45 size_x, size_y =struct.unpack('ff', src.read(8)) variable
46 print('size = (%r,%r)' % (size_x, size_y))
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_page.cpp127 int size_y, in DeviceToPage() argument
136 CFX_PointF pos = GetDisplayMatrix(start_x, start_y, size_x, size_y, rotate) in DeviceToPage()
148 int size_y, in PageToDevice() argument
158 GetDisplayMatrix(start_x, start_y, size_x, size_y, rotate); in PageToDevice()
Dcpdfxfa_page.h44 int size_y,
53 int size_y,
/external/pdfium/public/
Dfpdfview.h643 int size_y,
679 int size_y,
711 int size_y);
774 int size_y,
810 int size_y,
Dfpdf_progressive.h87 int size_y,
Dfpdf_formfill.h1624 int size_y,
1635 int size_y,
/external/llvm/test/CodeGen/Mips/
Dcmplarge.ll12 …%size_y = getelementptr inbounds %struct.StorablePicture, %struct.StorablePicture* %s, i32 0, i32 1
13 %0 = load i32, i32* %size_y, align 4
23 %1 = load i32, i32* %size_y, align 4
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/
Dcmplarge.ll12 …%size_y = getelementptr inbounds %struct.StorablePicture, %struct.StorablePicture* %s, i32 0, i32 1
13 %0 = load i32, i32* %size_y, align 4
23 %1 = load i32, i32* %size_y, align 4
/external/mesa3d/src/compiler/nir/
Dnir_lower_system_values.c93 nir_ssa_def *size_y = in convert_block() local
97 nir_imul(b, size_x, size_y)); in convert_block()
/external/autotest/client/deps/glbench/src/
Dutils.cc231 GLfloat size_y, in CreateLattice() argument
236 GLfloat shift_y = size_y * height; in CreateLattice()
240 *vptr++ = 2 * j * size_y - shift_y; in CreateLattice()
Dutils.h82 GLfloat size_y,
/external/webrtc/webrtc/common_video/libyuv/
Dscaler_unittest.cc361 int size_y = src_width * src_height; in ScaleSequence() local
371 frame_buffer.get() + size_y, in ScaleSequence()
372 frame_buffer.get() + size_y + size_uv, in ScaleSequence()
/external/pdfium/core/fxge/
Dcfx_defaultrenderdevice.h32 SkPictureRecorder* CreateRecorder(int size_x, int size_y);
/external/pdfium/core/fxge/skia/
Dfx_skia_device.h33 CFX_SkiaDeviceDriver(int size_x, int size_y);
/external/pdfium/core/fxcodec/codec/
Dccodec_progressivedecoder.h65 int size_y);
Dfx_codec_progress.cpp1853 int size_y) { in StartDecode() argument
1863 if (size_x <= 0 || size_x > 65535 || size_y <= 0 || size_y > 65535) in StartDecode()
1867 FX_RECT(start_x, start_y, start_x + size_x, start_y + size_y); in StartDecode()
1890 float scaleY = (float)m_clipBox.Height() / (float)size_y; in StartDecode()
/external/deqp/external/openglcts/modules/gl/
Dgl3cClipDistance.hpp120 Framebuffer(const glw::Functions& gl, const glw::GLsizei size_x, const glw::GLsizei size_y);
Dgl3cClipDistance.cpp1465 const glw::GLsizei size_y) in Framebuffer() argument
1466 : m_gl(gl), m_size_x(size_x), m_size_y(size_y), m_framebuffer_id(0), m_renderbuffer_id(0) in Framebuffer()

12