/external/tensorflow/tensorflow/python/kernel_tests/ |
D | 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 …]
|
D | 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)
|
/external/pdfium/fpdfsdk/ |
D | fpdfview.cpp | 749 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 …]
|
D | fpdfformfill.cpp | 140 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()
|
D | fpdf_progressive.cpp | 38 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()
|
D | fsdk_define.h | 98 int size_y,
|
/external/skia/experimental/tools/ |
D | mskp_parser.py | 41 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/ |
D | mskp_parser.py | 41 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/ |
D | cpdfxfa_page.cpp | 127 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()
|
D | cpdfxfa_page.h | 44 int size_y, 53 int size_y,
|
/external/pdfium/public/ |
D | fpdfview.h | 643 int size_y, 679 int size_y, 711 int size_y); 774 int size_y, 810 int size_y,
|
D | fpdf_progressive.h | 87 int size_y,
|
D | fpdf_formfill.h | 1624 int size_y, 1635 int size_y,
|
/external/llvm/test/CodeGen/Mips/ |
D | cmplarge.ll | 12 …%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/ |
D | cmplarge.ll | 12 …%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/ |
D | nir_lower_system_values.c | 93 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/ |
D | utils.cc | 231 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()
|
D | utils.h | 82 GLfloat size_y,
|
/external/webrtc/webrtc/common_video/libyuv/ |
D | scaler_unittest.cc | 361 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/ |
D | cfx_defaultrenderdevice.h | 32 SkPictureRecorder* CreateRecorder(int size_x, int size_y);
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device.h | 33 CFX_SkiaDeviceDriver(int size_x, int size_y);
|
/external/pdfium/core/fxcodec/codec/ |
D | ccodec_progressivedecoder.h | 65 int size_y);
|
D | fx_codec_progress.cpp | 1853 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/ |
D | gl3cClipDistance.hpp | 120 Framebuffer(const glw::Functions& gl, const glw::GLsizei size_x, const glw::GLsizei size_y);
|
D | gl3cClipDistance.cpp | 1465 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()
|