Home
last modified time | relevance | path

Searched defs:w1 (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/view/
DWindowInfoTest.java51 WindowInfo w1 = WindowInfo.obtain(); in testObtain() local
65 WindowInfo w1 = WindowInfo.obtain(); in testParceling() local
111 private boolean areWindowsEqual(WindowInfo w1, WindowInfo w2) { in areWindowsEqual()
/frameworks/rs/driver/runtime/
Drs_sample.c128 int32_t next, float w0, float w1) { in getSample_A()
138 int32_t next, float w0, float w1) { in getSample_L()
148 int32_t next, float w0, float w1) { in getSample_LA()
158 int32_t next, float w0, float w1) { in getSample_RGB()
168 int32_t next, float w0, float w1) { in getSample_565()
178 int32_t next, float w0, float w1) { in getSample_RGBA()
190 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()
[all …]
/frameworks/ml/nn/runtime/test/specs/V1_2/
Dtranspose_conv2d_large.mod.py21 w1 = Parameter("op2", "TENSOR_FLOAT32", "{16, 1, 1, 1}", [1] * 16) # weight variable
Dgrouped_conv2d.mod.py21 w1 = Parameter("op2", "TENSOR_FLOAT32", "{2, 2, 2, 1}", [1, 2, 2, 1, 4, 3, 2, 1]) # weight variable
Dtranspose_conv2d.mod.py21 w1 = Parameter("op2", "TENSOR_FLOAT32", "{2, 3, 3, 1}", [1, 3, 5, 7, 9, 11, 13, 15, 17, 2, 4, 6, 8,… variable
/frameworks/ml/nn/runtime/test/specs/V1_3/
Dgrouped_conv2d_quant8_signed.mod.py21 w1 = Parameter("op2", "TENSOR_FLOAT32", "{2, 2, 2, 1}", [1, 2, 2, 1, 4, 3, 2, 1]) # weight variable
Dtranspose_conv2d_quant8_signed.mod.py21 w1 = Parameter("op2", "TENSOR_FLOAT32", "{16, 1, 1, 1}", [1] * 16) # weight variable
55 w1 = Parameter("op2", "TENSOR_FLOAT32", "{2, 3, 3, 1}", [1, 3, 5, 7, 9, 11, 13, 15, 17, 2, 4, 6, 8,… variable
Dtranspose_quant8_signed.mod.py21 w1 = Parameter("op2", "TENSOR_FLOAT32", "{16, 1, 1, 1}", [1] * 16) # weight variable
55 w1 = Parameter("op2", "TENSOR_FLOAT32", "{2, 3, 3, 1}", [1, 3, 5, 7, 9, 11, 13, 15, 17, 2, 4, 6, 8,… variable
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dchvr_filter.cpp40 int w1, w2, w3, w4; in CombinedHorzVertRingFilter() local
/frameworks/native/libs/vr/libdvr/tests/
Ddvr_buffer_queue-test.cpp279 constexpr uint32_t w1 = 10; in TEST_F() local
/frameworks/base/media/mca/filterfw/native/core/
Dshader_program.cpp47 const float w1 = x * (1.0f - y); in GetTileCoords() local
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowOrganizerTests.java989 final WindowState w1 = createAppWindow(task, TYPE_APPLICATION, "Enlightened Window 1"); in testBLASTCallbackWithMultipleWindows() local