Home
last modified time | relevance | path

Searched defs:py (Results 1 – 25 of 109) sorted by relevance

12345

/third_party/benchmark/docs/
Dtools.md7 ### Dependencies
13 ### Displaying aggregates only
22 ### Modes of operation
189 ### U test
/third_party/vulkan-headers/
DINTEGRATION.md37 #### 2-1. Propogate `genvk.py` changes
41 #### 2-2. Vulkan-ValidationLayers sub-step: check for VUID inconsistencies
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast_tri_tmp.h158 int py = y + iy; in TAG() local
181 int py = y + iy; in TAG() local
315 int py = y + iy; in TAG() local
336 int py = y + iy; in TAG() local
410 int py = y + iy; in TRI_16() local
Dlp_rast_priv.h172 unsigned py = y % TILE_SIZE; in lp_rast_get_color_block_pointer() local
203 unsigned py = y % TILE_SIZE; in lp_rast_get_depth_block_pointer() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DMipmapTest.cpp1073 int py = getWindowHeight() / 2; in TEST_P() local
1161 int py = getWindowHeight() / 2; in TEST_P() local
1281 int py = getWindowHeight() / 2; in TEST_P() local
1401 int py = getWindowHeight() / 2; in TEST_P() local
1459 int py = getWindowHeight() / 2; in TEST_P() local
1499 int py = getWindowHeight() / 2; in TEST_P() local
/third_party/cmsis/CMSIS/DSP/Source/FilteringFunctions/
Darm_fir_sparse_f32.c123 float32_t *py = pState; /* Temporary pointers for state buffer */ in arm_fir_sparse_f32() local
Darm_fir_sparse_q31.c67 q31_t *py = pState; /* Temporary pointers for state buffer */ in arm_fir_sparse_q31() local
Darm_fir_sparse_q15.c70 q15_t *py = pState; /* Temporary pointers for state buffer */ in arm_fir_sparse_q15() local
Darm_correlate_f64.c61 const float64_t *py; /* Intermediate inputB pointer */ in arm_correlate_f64() local
Darm_correlate_fast_opt_q15.c77 const q15_t *py; /* Intermediate inputB pointer */ in arm_correlate_fast_opt_q15() local
Darm_fir_sparse_q7.c70 q7_t *py = pState; /* Temporary pointers for state buffer */ in arm_fir_sparse_q7() local
Darm_correlate_opt_q15.c74 const q15_t *py; /* Intermediate inputB pointer */ in arm_correlate_opt_q15() local
Darm_conv_fast_opt_q15.c81 q15_t *py; /* Intermediate inputB pointer */ in arm_conv_fast_opt_q15() local
Darm_conv_opt_q15.c77 q15_t *py; /* Intermediate inputB pointer */ in arm_conv_opt_q15() local
Darm_correlate_opt_q7.c71 q15_t *py; /* Temporary input2 pointer */ in arm_correlate_opt_q7() local
Darm_conv_fast_q15.c75 const q15_t *py; /* Intermediate inputB pointer */ in arm_conv_fast_q15() local
Darm_conv_fast_q31.c74 const q31_t *py; /* Intermediate inputB pointer */ in arm_conv_fast_q31() local
Darm_correlate_fast_q15.c75 const q15_t *py; /* Intermediate inputB pointer */ in arm_correlate_fast_q15() local
Darm_correlate_fast_q31.c76 const q31_t *py; /* Intermediate inputB pointer */ in arm_correlate_fast_q31() local
Darm_conv_partial_opt_q15.c80 q15_t *py; /* Intermediate inputB pointer */ in arm_conv_partial_opt_q15() local
/third_party/ltp/tools/sparse/sparse-src/validation/
Dnoderef.c21 struct y __A *py; in h() local
/third_party/libffi/testsuite/libffi.complex/
Dcomplex_int.c13 _Complex int f_complex(_Complex int c, int x, int *py) in f_complex()
/third_party/skia/src/core/
DSkMatrix.cpp310 SkMatrix& SkMatrix::setScale(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { in setScale()
328 SkMatrix& SkMatrix::preScale(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { in preScale()
369 SkMatrix& SkMatrix::postScale(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { in postScale()
411 SkMatrix& SkMatrix::setSinCos(SkScalar sinV, SkScalar cosV, SkScalar px, SkScalar py) { in setSinCos()
461 SkMatrix& SkMatrix::setRotate(SkScalar degrees, SkScalar px, SkScalar py) { in setRotate()
471 SkMatrix& SkMatrix::preRotate(SkScalar degrees, SkScalar px, SkScalar py) { in preRotate()
483 SkMatrix& SkMatrix::postRotate(SkScalar degrees, SkScalar px, SkScalar py) { in postRotate()
497 SkMatrix& SkMatrix::setSkew(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { in setSkew()
521 SkMatrix& SkMatrix::preSkew(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { in preSkew()
533 SkMatrix& SkMatrix::postSkew(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { in postSkew()
/third_party/skia/modules/canvaskit/
Dmatrix.js153 CanvasKit.Matrix.rotated = function(radians, px, py) { argument
165 CanvasKit.Matrix.scaled = function(sx, sy, px, py) { argument
172 CanvasKit.Matrix.skewed = function(kx, ky, px, py) { argument
/third_party/ffmpeg/libavfilter/
Dvf_scale_cuda_bicubic.cu102 float py = floor(yi); in Subsample_Bicubic() local
145 float py = floor(yi); in Subsample_FastBicubic() local

12345