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

  /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);
  /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/chromium_org/third_party/mesa/src/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...]
  /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 794 Allocation ai1 = Allocation.createTyped(mRS, t); local
799 instance_1.set_ai(ai1);
814 ai1.copyTo(i1);
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
ia64-mont.pl 368 ai0=f8; ai1=f9; ai2=f10; ai3=f11; ai4=f12; ai5=f13; ai6=f14; ai7=f15;
416 ldf8 ai1=[r29],16 // ap[1]
521 (p16) xma.hu ahi[1]=ai1,bj[7],ahi[0] // ap[1]*b[i]
524 (p16) xma.lu alo[1]=ai1,bj[7],ahi[0]
  /external/openssl/crypto/bn/asm/
ia64-mont.pl 368 ai0=f8; ai1=f9; ai2=f10; ai3=f11; ai4=f12; ai5=f13; ai6=f14; ai7=f15;
416 ldf8 ai1=[r29],16 // ap[1]
521 (p16) xma.hu ahi[1]=ai1,bj[7],ahi[0] // ap[1]*b[i]
524 (p16) xma.lu alo[1]=ai1,bj[7],ahi[0]
  /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 164 milliseconds