Home
last modified time | relevance | path

Searched defs:f4 (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/libs/math/tests/
Dhalf_test.cpp86 float4 f4(1,2,3,4); in TEST_F() local
/frameworks/ml/nn/runtime/test/specs/V1_2/
Ddepthwise_conv2d_v1_2.mod.py116 f4 = Parameter("op2", "TENSOR_FLOAT32", "{1, 2, 2, 4}", [.25, 0, 10, 50, .25, 1, 20, 50, .25, 0, 30… variable
Dconv2d_v1_2.mod.py105 f4 = Parameter("op2", "TENSOR_FLOAT32", "{3, 1, 1, 3}", [1., 4., 7., 2., 5., 8., 3., 6., 9.]) variable
/frameworks/base/rs/java/android/renderscript/
DProgramFragmentFixedFunction.java331 Float4 f4 = new Float4(1.f, 1.f, 1.f, 1.f); in create() local
/frameworks/base/tests/JankBench/app/src/main/jni/
DBench.cpp63 float f4 = 0.f; in testWork() local
/frameworks/ml/nn/runtime/test/specs/V1_3/
Ddepthwise_conv2d_quant8_signed.mod.py473 f4 = Parameter("op2", "TENSOR_FLOAT32", "{1, 2, 2, 4}", [.25, 0, 10, 50, .25, 1, 20, 50, .25, 0, 30… variable
Dconv2d_quant8_signed.mod.py295 f4 = Parameter("op2", "TENSOR_FLOAT32", "{3, 1, 1, 3}", [1., 4., 7., 2., 5., 8., 3., 6., 9.]) variable
/frameworks/native/libs/vr/libbufferhub/
Dbuffer_hub-test.cpp689 LocalHandle f4; in TEST_F() local
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp1166 void rsDebug(const char *s, float f1, float f2, float f3, float f4) {
1180 void rsDebug(const char *s, const float4 *f4) {
1205 void rsDebug(const char *s, const float4 *f4, const ushort4 *us4) {