Searched refs:fa (Results 1 – 15 of 15) sorted by relevance
4 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);
32 float[] fa = s.get_fa(); in checkInit() local33 _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()
72 float fa[16];1221 rsMatrixLoad(&m4x4, fa);1222 rsMatrixLoad(&m3x3, fa);1223 rsMatrixLoad(&m2x2, fa);
72 float fa[16];1222 rsMatrixLoad(&m4x4, fa);1223 rsMatrixLoad(&m3x3, fa);1224 rsMatrixLoad(&m2x2, fa);
29 float[] fa = s.get_fa(); in checkInit() local30 _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()
59 float fa, fb; in getOffsetForTime() local61 fa = 0.0f; in getOffsetForTime()63 fa = (float)mTOC[a-1]; in getOffsetForTime()70 fx = fa + (fb-fa)*(percent-a); in getOffsetForTime()
101 FieldAccessExpr fa = (FieldAccessExpr) item; in testParseWithMethods() local102 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()
7 float fa[4] = {0.0, 1.0, 2.9999};
22 float fa[4] = {1.0, 9.9999f};
8 float fa[4] = {1.0, 9.9999f};
26 LOCAL_AAPT_FLAGS = -0 dat -0 gld -c fa
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...