Searched refs:fa (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DUT_array_init.java32 float[] fa = s.get_fa();
33 _RS_ASSERT("fa[0] == 1.0", fa[0] == 1.0);
34 _RS_ASSERT("fa[1] == 9.9999f", fa[1] == 9.9999f);
35 _RS_ASSERT("fa[2] == 0", fa[2] == 0);
36 _RS_ASSERT("fa[3] == 0", fa[3] == 0);
37 _RS_ASSERT("fa
[all...]
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DUT_array_init.java32 float[] fa = s.get_fa();
33 _RS_ASSERT("fa[0] == 1.0", fa[0] == 1.0);
34 _RS_ASSERT("fa[1] == 9.9999f", fa[1] == 9.9999f);
35 _RS_ASSERT("fa[2] == 0", fa[2] == 0);
36 _RS_ASSERT("fa[3] == 0", fa[3] == 0);
37 _RS_ASSERT("fa
[all...]
/frameworks/av/media/libstagefright/
H A DXINGSeeker.cpp59 float fa, fb; local
61 fa = 0.0f;
63 fa = (float)mTOC[a-1];
70 fx = fa + (fb-fa)*(percent-a);

Completed in 69 milliseconds