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

  /frameworks/rs/tests/java_api/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/tests/java_api/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/lzma/CPP/7zip/UI/Common/
UpdatePair.cpp 54 static int CompareArcItemsBase(const CArcItem &ai1, const CArcItem &ai2)
56 int res = CompareFileNames(ai1.Name, ai2.Name);
59 if (ai1.IsDir != ai2.IsDir)
60 return ai1.IsDir ? -1 : 1;
  /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);
  /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);
  /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...]
  /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...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ComputeTest.java 786 Allocation ai1 = Allocation.createTyped(mRS, t); local
791 instance_1.set_ai(ai1);
806 ai1.copyTo(i1);
817 ai1.destroy();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
difflib.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
difflib.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
difflib.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
difflib.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
difflib.py     [all...]

Completed in 350 milliseconds