/aosp_15_r20/frameworks/base/graphics/java/android/graphics/ |
H A D | Matrix.java | 373 public void setSkew(float kx, float ky, float px, float py) { in setSkew() 378 public void setSkew(float kx, float ky) { in setSkew() 442 public boolean preSkew(float kx, float ky, float px, float py) { in preSkew() 450 public boolean preSkew(float kx, float ky) { in preSkew() 506 public boolean postSkew(float kx, float ky, float px, float py) { in postSkew() 514 public boolean postSkew(float kx, float ky) { in postSkew() 900 private static native void nSetSkew(long nObject, float kx, float ky, float px, float py); in nSetSkew() 902 private static native void nSetSkew(long nObject, float kx, float ky); in nSetSkew() 916 private static native void nPreSkew(long nObject, float kx, float ky, float px, float py); in nPreSkew() 918 private static native void nPreSkew(long nObject, float kx, float ky); in nPreSkew() [all …]
|
/aosp_15_r20/external/XNNPACK/test/ |
H A D | convolution-operator-tester.h | 1287 for (size_t ky = 0; ky < kernel_height(); ky++) { in TestNHWCxF32() local 1311 for (size_t ky = 0; ky < kernel_height(); ky++) { in TestNHWCxF32() local 1562 for (size_t ky = 0; ky < kernel_height(); ky++) { in TestNHWCxF16() local 1586 for (size_t ky = 0; ky < kernel_height(); ky++) { in TestNHWCxF16() local 1800 for (size_t ky = 0; ky < kernel_height(); ky++) { in TestNCHWxF32() local 1828 for (size_t ky = 0; ky < kernel_height(); ky++) { in TestNCHWxF32() local 1852 for (size_t ky = 0; ky < kernel_height(); ky++) { in TestNCHWxF32() local 2064 for (size_t ky = 0; ky < kernel_height(); ky++) { in TestSetupNHWCxQC8() local 2201 for (size_t ky = 0; ky < kernel_height(); ky++) { in TestSetupNHWCxQC8() local 2322 for (size_t ky = 0; ky < kernel_height(); ky++) { in TestSetupNHWCxQS8() local [all …]
|
H A D | deconvolution-operator-tester.h | 495 for (size_t ky = 0; ky < kernel_height(); ky++) { in TestQS8() local 698 for (size_t ky = 0; ky < kernel_height(); ky++) { in TestQU8() local 902 for (size_t ky = 0; ky < kernel_height(); ky++) { in TestF16() local 1113 for (size_t ky = 0; ky < kernel_height(); ky++) { in TestF32() local 1299 for (size_t ky = 0; ky < kernel_height(); ky++) { in StressWeightsCacheTestF32() local 1473 for (size_t ky = 0; ky < kernel_height(); ky++) { in TestSetupQS8() local 1590 for (size_t ky = 0; ky < kernel_height(); ky++) { in TestSetupQS8() local 1705 for (size_t ky = 0; ky < kernel_height(); ky++) { in TestSetupQU8() local 1822 for (size_t ky = 0; ky < kernel_height(); ky++) { in TestSetupQU8() local 1930 for (size_t ky = 0; ky < kernel_height(); ky++) { in TestSetupF16() local [all …]
|
H A D | convolution-test-helpers.cc | 59 for (size_t ky = 0; ky < kernel_height; ky++) { in compute_convolution_qs8_reference_results() local 184 for (size_t ky = 0; ky < kernel_height; ky++) { in compute_convolution_qu8_reference_results() local 308 for (size_t ky = 0; ky < kernel_height; ky++) { in compute_depthwise_convolution_qs8_reference_results() local 426 for (size_t ky = 0; ky < kernel_height; ky++) { in compute_depthwise_convolution_qu8_reference_results() local
|
H A D | dwconv2d-microkernel-tester.h | 192 for (size_t ky = 0; ky < kernel_height(); ky++) { variable 269 for (size_t ky = 0; ky < kernel_height(); ky++) { in Test() local
|
H A D | conv-hwc2chw-microkernel-tester.h | 331 for (size_t ky = 0; ky < kernel_height(); ky++) { variable 446 for (size_t ky = 0; ky < kernel_height(); ky++) { in Test() local
|
H A D | deconvolution-2d.cc | 389 for (size_t ky = 0; ky < kernel_height; ky++) { in TEST_F() local 529 for (size_t ky = 0; ky < kernel_height; ky++) { in TEST_F() local
|
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | ShadowLegacyMatrix.java | 158 protected void setSkew(float kx, float ky, float px, float py) { in setSkew() 164 protected void setSkew(float kx, float ky) { in setSkew() 206 protected boolean preSkew(float kx, float ky, float px, float py) { in preSkew() 212 protected boolean preSkew(float kx, float ky) { in preSkew() 254 protected boolean postSkew(float kx, float ky, float px, float py) { in postSkew() 260 protected boolean postSkew(float kx, float ky) { in postSkew() 511 public static SimpleMatrix skew(float kx, float ky, float px, float py) { in skew() 518 public static SimpleMatrix skew(float kx, float ky) { in skew()
|
H A D | ShadowNativeMatrix.java | 141 protected static void nSetSkew(long nObject, float kx, float ky, float px, float py) { in nSetSkew() 146 protected static void nSetSkew(long nObject, float kx, float ky) { in nSetSkew() 181 protected static void nPreSkew(long nObject, float kx, float ky, float px, float py) { in nPreSkew() 186 protected static void nPreSkew(long nObject, float kx, float ky) { in nPreSkew() 221 protected static void nPostSkew(long nObject, float kx, float ky, float px, float py) { in nPostSkew() 226 protected static void nPostSkew(long nObject, float kx, float ky) { in nPostSkew()
|
/aosp_15_r20/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/ |
H A D | MatrixNatives.java | 80 public static native void nSetSkew(long nObject, float kx, float ky, float px, float py); in nSetSkew() 82 public static native void nSetSkew(long nObject, float kx, float ky); in nSetSkew() 96 public static native void nPreSkew(long nObject, float kx, float ky, float px, float py); in nPreSkew() 98 public static native void nPreSkew(long nObject, float kx, float ky); in nPreSkew() 112 public static native void nPostSkew(long nObject, float kx, float ky, float px, float py); in nPostSkew() 114 public static native void nPostSkew(long nObject, float kx, float ky); in nPostSkew()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/include/boost/chrono/detail/ |
D | scan_keyword.hpp | 82 for (ForwardIterator ky = kb; ky != ke; ++ky, ++st) in scan_keyword() local 106 for (ForwardIterator ky = kb; ky != ke; ++ky, ++st) in scan_keyword() local 138 for (ForwardIterator ky = kb; ky != ke; ++ky, ++st) in scan_keyword() local
|
/aosp_15_r20/frameworks/base/libs/hwui/jni/ |
H A D | android_graphics_Matrix.cpp | 202 …static void setSkew__FFFF(CRITICAL_JNI_PARAMS_COMMA jlong objHandle, jfloat kx, jfloat ky, jfloat … in setSkew__FFFF() 208 static void setSkew__FF(CRITICAL_JNI_PARAMS_COMMA jlong objHandle, jfloat kx, jfloat ky) { in setSkew__FF() 247 …static void preSkew__FFFF(CRITICAL_JNI_PARAMS_COMMA jlong objHandle, jfloat kx, jfloat ky, jfloat … in preSkew__FFFF() 253 static void preSkew__FF(CRITICAL_JNI_PARAMS_COMMA jlong objHandle, jfloat kx, jfloat ky) { in preSkew__FF() 291 …static void postSkew__FFFF(CRITICAL_JNI_PARAMS_COMMA jlong objHandle, jfloat kx, jfloat ky, jfloat… in postSkew__FFFF() 297 static void postSkew__FF(CRITICAL_JNI_PARAMS_COMMA jlong matrixHandle, jfloat kx, jfloat ky) { in postSkew__FF()
|
/aosp_15_r20/external/skia/gm/ |
H A D | tilemodes_scaled.cpp | 115 for (size_t ky = 0; ky < std::size(gModes); ky++) { in onDraw() local 132 for (size_t ky = 0; ky < std::size(gModes); ky++) { in onDraw() local 235 for (size_t ky = 0; ky < std::size(gModes); ky++) { in onDraw() local
|
H A D | tilemodes.cpp | 120 for (size_t ky = 0; ky < std::size(gModes); ky++) { in onDraw() local 139 for (size_t ky = 0; ky < std::size(gModes); ky++) { in onDraw() local 243 for (size_t ky = 0; ky < std::size(gModes); ky++) { in onDraw() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/ |
H A D | convolution_variants_test.cc | 425 constexpr int ky = 2; in XLA_TEST_F() local 455 constexpr int ky = 2; in XLA_TEST_F() local 806 constexpr int ky = 1; in XLA_TEST_F() local 839 constexpr int ky = 1; in XLA_TEST_F() local 872 constexpr int ky = 1; in XLA_TEST_F() local 905 constexpr int ky = 1; in XLA_TEST_F() local 939 constexpr int ky = 16; in XLA_TEST_F() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/fragment_shading_barycentric/ |
H A D | vktFragmentShadingBarycentricTests.cpp | 532 const float ky = (0.5f + float(y)) / float(m_testParams.height); in generateVertexBuffer() local 851 const float ky = (0.5f + float(y)) / float(m_testParams.height); in generateVertexBuffer() local 879 const float ky = (0.5f + float(y)) / float(m_testParams.height); in generateVertexBuffer() local 901 const float ky = (0.5f + float(y)) / float(m_testParams.height); in generateVertexBuffer() local 976 const float ky = (0.5f + float(y)) / float(m_testParams.height); in generateVertexBuffer() local 1004 const float ky = (0.5f + float(y)) / float(m_testParams.height); in generateVertexBuffer() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/ |
H A D | dwconv-microkernel-tester.h | 244 for (size_t ky = 0; ky < kernelHeight(); ky++) { variable 443 for (size_t ky = 0; ky < kernelHeight(); ky++) { variable
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/ |
H A D | op_level_cost_estimator_test.cc | 204 int kx, int ky, int oz) { in DescribeConvolution() 221 int iz2, int kx, int ky, int cm) { in DescribeDepthwiseConv2dNative() 244 int iz2, int kx, int ky, int ox, in DescribeFusedConv2DBiasActivation() 381 int ky = ksize[w_index]; in GetPoolingOutputSize() local 542 const int c, const int kx, const int ky, in ValidateOpDimensionsFromInputs() 588 const int kx, const int ky, const int sx, in CallOpDimensionsFromInputs()
|
/aosp_15_r20/external/cronet/third_party/icu/filters/ |
H A D | android.json | 195 // "af", "az", "eu", "gl", "hy", "is", "ka", "kk", "km", "ky", "lo", "mk", "mn", null 285 // "af", "az", "eu", "gl", "hy", "is", "ka", "kk", "km", "ky", "lo", "mk", "mn", null 488 // "af", "az", "eu", "gl", "hy", "is", "ka", "kk", "km", "ky", "lo", "mk", "mn", null 578 // "af", "az", "eu", "gl", "hy", "is", "ka", "kk", "km", "ky", "lo", "mk", "mn", null
|
/aosp_15_r20/external/XNNPACK/src/ |
H A D | packing.c | 1104 for (size_t ky = oy; ky < kh; ky += sh) { in xnn_pack_f32_deconv_goki_w() local 1164 for (size_t ky = oy; ky < kh; ky += sh) { in xnn_pack_f16_deconv_goki_w() local 1224 for (size_t ky = oy; ky < kh; ky += sh) { in xnn_pack_f32_to_f16_deconv_goki_w() local 1293 for (size_t ky = oy; ky < kh; ky += sh) { in xnn_pack_qs8_deconv_goki_w() local 1368 for (size_t ky = oy; ky < kh; ky += sh) { in xnn_pack_qu8_deconv_goki_w() local 1906 for (size_t ky = 0; ky < kh; ky++) { in xnn_pack_f32_dconv_oki_w() local 1945 for (size_t ky = 0; ky < kh; ky++) { in xnn_pack_f16_dconv_oki_w() local
|
/aosp_15_r20/external/skia/include/core/ |
H A D | SkMatrix.h | 124 [[nodiscard]] static SkMatrix Skew(SkScalar kx, SkScalar ky) { in Skew() 1867 SkScalar ky, SkScalar sy, SkScalar ty, in SkMatrix()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ops/ |
H A D | SmallPathShapeData.cpp | 41 SkScalar ky = ctm.get(SkMatrix::kMSkewY); in SmallPathShapeDataKey() local
|
/aosp_15_r20/external/skia/docs/examples/ |
H A D | example3ps.cpp | 5 static SkMatrix setpsmatrix(float sx, float kx, float ky, float sy, float tx, float ty, int h) { in setpsmatrix()
|
/aosp_15_r20/external/eigen/blas/f2c/ |
H A D | srotm.c | 29 integer kx, ky; in srotm_() local
|
H A D | drotm.c | 29 integer kx, ky; in drotm_() local
|