HomeSort by relevance Sort by last modified time
    Searched defs:ai1 (Results 1 - 8 of 8) sorted by null

  /cts/tests/tests/rscpp/librscpptest/
rs_jni_script.cpp 100 sp<Allocation> ai1 = Allocation::createTyped(mRS, t); local
107 instance_1->set_ai(ai1);
122 ai1->copy1DTo(i1);
  /frameworks/base/core/tests/coretests/src/android/content/pm/
AppsQueryHelperTests.java 109 final ApplicationInfo ai1 = new ApplicationInfo(); local
110 ai1.flags |= ApplicationInfo.FLAG_SYSTEM;
111 ai1.packageName = "sys_app1";
123 return Arrays.asList(ai1, ai2, ai3, ai4);
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
UT_instance.java 49 Allocation ai1 = Allocation.createTyped(mRS, t); local
60 instance_1.set_ai(ai1);
84 ai1.copyTo(i1);
  /frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
UT_instance.java 49 Allocation ai1 = Allocation.createTyped(mRS, t); local
60 instance_1.set_ai(ai1);
84 ai1.copyTo(i1);
  /external/libvorbis/lib/
smallft.c 277 float dc2,ai1,ai2,ar1,ar2,ds2; local
409 ai1=0.f;
416 ar1h=dcp*ar1-dsp*ai1;
417 ai1=dcp*ai1+dsp*ar1;
426 ch2[t5++]=ai1*c2[t6++];
430 ds2=ai1;
432 ai2=ai1;
845 float dc2,ai1,ai2,ar1,ar2,ds2; local
980 ai1=0.f
    [all...]
  /external/speex/libspeex/
smallft.c 279 float dc2,ai1,ai2,ar1,ar2,ds2; local
411 ai1=0.f;
418 ar1h=dcp*ar1-dsp*ai1;
419 ai1=dcp*ai1+dsp*ar1;
428 ch2[t5++]=ai1*c2[t6++];
432 ds2=ai1;
434 ai2=ai1;
847 float dc2,ai1,ai2,ar1,ar2,ds2; local
982 ai1=0.f
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ComputeTest.java 775 Allocation ai1 = Allocation.createTyped(mRS, t); local
780 instance_1.set_ai(ai1);
795 ai1.copyTo(i1);
  /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
188 P(i,0) = ai0 * B(0,0) + ai1 * B(1,0) + ai2 * B(2,0);
189 P(i,1) = ai0 * B(0,1) + ai1 * B(1,1) + ai2 * B(2,1);
190 P(i,2) = ai0 * B(0,2) + ai1 * B(1,2) + ai2 * B(2,2);
191 P(i,3) = ai0 * B(0,3) + ai1 * B(1,3) + ai2 * B(2,3) + ai3
    [all...]

Completed in 336 milliseconds