HomeSort by relevance Sort by last modified time
    Searched refs:ai3 (Results 1 - 4 of 4) sorted by null

  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
UT_instance.java 51 Allocation ai3 = Allocation.createTyped(mRS, t); local
62 instance_3.set_ai(ai3);
86 ai3.copyTo(i3);
  /frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
UT_instance.java 51 Allocation ai3 = Allocation.createTyped(mRS, t); local
62 instance_3.set_ai(ai3);
86 ai3.copyTo(i3);
  /frameworks/base/core/tests/coretests/src/android/content/pm/
AppsQueryHelperTests.java 116 final ApplicationInfo ai3 = new ApplicationInfo(); local
117 ai3.packageName = "sys_app3";
118 ai3.flags |= ApplicationInfo.FLAG_SYSTEM;
119 ai3.privateFlags |= ApplicationInfo.PRIVATE_FLAG_REQUIRED_FOR_SYSTEM_USER;
123 return Arrays.asList(ai1, ai2, ai3, ai4);
  /external/mesa3d/src/mesa/math/
m_matrix.c 167 const GLfloat ai0=A(i,0), ai1=A(i,1), ai2=A(i,2), ai3=A(i,3); local
168 P(i,0) = ai0 * B(0,0) + ai1 * B(1,0) + ai2 * B(2,0) + ai3 * B(3,0);
169 P(i,1) = ai0 * B(0,1) + ai1 * B(1,1) + ai2 * B(2,1) + ai3 * B(3,1);
170 P(i,2) = ai0 * B(0,2) + ai1 * B(1,2) + ai2 * B(2,2) + ai3 * B(3,2);
171 P(i,3) = ai0 * B(0,3) + ai1 * B(1,3) + ai2 * B(2,3) + ai3 * B(3,3);
187 const GLfloat ai0=A(i,0), ai1=A(i,1), ai2=A(i,2), ai3=A(i,3); local
191 P(i,3) = ai0 * B(0,3) + ai1 * B(1,3) + ai2 * B(2,3) + ai3;
    [all...]

Completed in 285 milliseconds