Home
last modified time | relevance | path

Searched defs:w2 (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/view/
DWindowInfoTest.java55 WindowInfo w2 = WindowInfo.obtain(w1); in testObtain() local
70 WindowInfo w2 = WindowInfo.CREATOR.createFromParcel(parcel); in testParceling() local
111 private boolean areWindowsEqual(WindowInfo w1, WindowInfo w2) { in areWindowsEqual()
/frameworks/ml/nn/runtime/test/specs/V1_2/
Dgrouped_conv2d.mod.py70 w2 = Parameter("op2", "TENSOR_FLOAT32", "{2, 2, 3, 1}", [100, 20, 1, 200, 10, 2, 200, 30, 1, 100, 2… variable
Dtranspose_conv2d.mod.py70 w2 = Parameter("op2", "TENSOR_FLOAT32", "{1, 3, 3, 1}", [9, 5, 6, 9, 8, 5, 3, 1, 4]) # weight variable
/frameworks/ml/nn/runtime/test/specs/V1_3/
Dgrouped_conv2d_quant8_signed.mod.py70 w2 = Parameter("op2", "TENSOR_FLOAT32", "{2, 2, 3, 1}", [100, 20, 1, 200, 10, 2, 200, 30, 1, 100, 2… variable
Dtranspose_conv2d_quant8_signed.mod.py105 w2 = Parameter("op2", "TENSOR_FLOAT32", "{1, 3, 3, 1}", [9, 5, 6, 9, 8, 5, 3, 1, 4]) # weight variable
Dtranspose_quant8_signed.mod.py105 w2 = Parameter("op2", "TENSOR_FLOAT32", "{1, 3, 3, 1}", [9, 5, 6, 9, 8, 5, 3, 1, 4]) # weight variable
/frameworks/rs/driver/runtime/
Drs_sample.c190 float w0, float w1, float w2, float w3) { in getSample_A()
203 float w0, float w1, float w2, float w3) { in getSample_L()
216 float w0, float w1, float w2, float w3) { in getSample_LA()
229 float w0, float w1, float w2, float w3) { in getSample_RGB()
242 float w0, float w1, float w2, float w3) { in getSample_RGBA()
254 float w0, float w1, float w2, float w3) { in getSample_565()
318 getBilinearSample2D(const Allocation_t *alloc, float w0, float w1, float w2, float w3, in getBilinearSample2D()
497 float w2 = oneMinusFracU * fracV; in sample_LOD_LinearPixel() local
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dchvr_filter.cpp40 int w1, w2, w3, w4; in CombinedHorzVertRingFilter() local
/frameworks/base/core/java/com/android/internal/app/
DPlatLogoActivity.java330 final float w2 = w / 2f; in draw() local
/frameworks/rs/cpu_ref/
DrsCpuIntrinsics_x86.cpp154 __m128i x2, y2, z2, w2; in rsdIntrinsicColorMatrix4x4_K() local
210 __m128i x2, y2, z2, w2; in rsdIntrinsicColorMatrix3x3_K() local
262 __m128i x2, y2, z2, w2; in rsdIntrinsicColorMatrixDot_K() local
/frameworks/native/libs/vr/libdvr/tests/
Ddvr_buffer_queue-test.cpp306 constexpr uint32_t w2 = 20; in TEST_F() local
/frameworks/base/media/mca/filterfw/native/core/
Dshader_program.cpp48 const float w2 = (1.0f - x) * y; in GetTileCoords() local
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowOrganizerTests.java990 final WindowState w2 = createAppWindow(task, TYPE_APPLICATION, "Enlightened Window 2"); in testBLASTCallbackWithMultipleWindows() local