Home
last modified time | relevance | path

Searched refs:fa (Results 1 – 15 of 15) sorted by relevance

/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Darray_init.rs4 float fa[4] = {1.0, 9.9999f};
16 _RS_ASSERT(fa[0] == 1.0);
17 _RS_ASSERT(fa[1] == 9.9999f);
18 _RS_ASSERT(fa[2] == 0);
19 _RS_ASSERT(fa[3] == 0);
DUT_array_init.java32 float[] fa = s.get_fa(); in checkInit() local
33 _RS_ASSERT("fa[0] == 1.0", fa[0] == 1.0); in checkInit()
34 _RS_ASSERT("fa[1] == 9.9999f", fa[1] == 9.9999f); in checkInit()
35 _RS_ASSERT("fa[2] == 0", fa[2] == 0); in checkInit()
36 _RS_ASSERT("fa[3] == 0", fa[3] == 0); in checkInit()
37 _RS_ASSERT("fa.length == 4", fa.length == 4); in checkInit()
Dapitest.rs72 float fa[16];
1222 rsMatrixLoad(&m4x4, fa);
1223 rsMatrixLoad(&m3x3, fa);
1224 rsMatrixLoad(&m2x2, fa);
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Darray_init.rs20 float fa[4] = {1.0, 9.9999f};
32 _RS_ASSERT(fa[0] == 1.0);
33 _RS_ASSERT(fa[1] == 9.9999f);
34 _RS_ASSERT(fa[2] == 0);
35 _RS_ASSERT(fa[3] == 0);
DUT_array_init.java29 float[] fa = s.get_fa(); in checkInit() local
30 _RS_ASSERT("fa[0] == 1.0", fa[0] == 1.0); in checkInit()
31 _RS_ASSERT("fa[1] == 9.9999f", fa[1] == 9.9999f); in checkInit()
32 _RS_ASSERT("fa[2] == 0", fa[2] == 0); in checkInit()
33 _RS_ASSERT("fa[3] == 0", fa[3] == 0); in checkInit()
34 _RS_ASSERT("fa.length == 4", fa.length == 4); in checkInit()
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Darray_init.rs22 float fa[4] = {1.0, 9.9999f};
34 _RS_ASSERT(fa[0] == 1.0);
35 _RS_ASSERT(fa[1] == 9.9999f);
36 _RS_ASSERT(fa[2] == 0);
37 _RS_ASSERT(fa[3] == 0);
DUT_array_init.java31 float[] fa = s.get_fa(); in checkInit() local
32 _RS_ASSERT("fa[0] == 1.0", fa[0] == 1.0); in checkInit()
33 _RS_ASSERT("fa[1] == 9.9999f", fa[1] == 9.9999f); in checkInit()
34 _RS_ASSERT("fa[2] == 0", fa[2] == 0); in checkInit()
35 _RS_ASSERT("fa[3] == 0", fa[3] == 0); in checkInit()
36 _RS_ASSERT("fa.length == 4", fa.length == 4); in checkInit()
Dapitest.rs90 float fa[16];
1239 rsMatrixLoad(&m4x4, fa);
1240 rsMatrixLoad(&m3x3, fa);
1241 rsMatrixLoad(&m2x2, fa);
/frameworks/av/media/libstagefright/
DXINGSeeker.cpp59 float fa, fb; in getOffsetForTime() local
61 fa = 0.0f; in getOffsetForTime()
63 fa = (float)mTOC[a-1]; in getOffsetForTime()
70 fx = fa + (fb-fa)*(percent-a); in getOffsetForTime()
/frameworks/data-binding/compiler/src/test/java/android/databinding/tool/
DLayoutBinderTest.java101 FieldAccessExpr fa = (FieldAccessExpr) item; in testParseWithMethods() local
102 fa.getResolvedType(); in testParseWithMethods()
103 final Callable getter = fa.getGetter(); in testParseWithMethods()
105 assertSame(id, fa.getTarget()); in testParseWithMethods()
106 assertTrue(fa.isDynamic()); in testParseWithMethods()
/frameworks/compile/slang/tests/F_global_init/
Dglobal_init.rs7 float fa[4] = {0.0, 1.0, 2.9999};
/frameworks/compile/slang/lit-tests/P_array_init/
Darray_init.rs22 float fa[4] = {1.0, 9.9999f};
/frameworks/compile/slang/tests/P_array_init/
Darray_init.rs8 float fa[4] = {1.0, 9.9999f};
/frameworks/base/core/tests/coretests/
DAndroid.mk26 LOCAL_AAPT_FLAGS = -0 dat -0 gld -c fa
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
Dapitest.rs88 float fa[16];
1237 rsMatrixLoad(&m4x4, fa);
1238 rsMatrixLoad(&m3x3, fa);
1239 rsMatrixLoad(&m2x2, fa);