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

  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p2.cpp 20 const std::type_info &ti2 = typeid([&]() -> int { return i; }()); // expected-error{{lambda expression in an unevaluated operand}} local
37 const std::type_info &ti2 local
  /frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV7/
PrePostMDCT_v7.s 43 VLD2.I32 {d8, d9, d10, d11}, [r0] @ tr1 = *(buf0 + 0)@ ti2 = *(buf0 + 1)@
63 VQDMULH.S32 Q11, Q3, Q5 @ MULHIGH(sinb, ti2)
64 VQDMULH.S32 Q12, Q2, Q5 @ MULHIGH(cosb, ti2)
67 VADD.S32 Q0, Q10, Q11 @ MULHIGH(cosa, tr2) + MULHIGH(sina, ti2)@
68 VSUB.S32 Q1, Q12, Q13 @ MULHIGH(cosa, ti2) - MULHIGH(sina, tr2)@
106 VLD2.I32 {d13, d15}, [r3]! @ tr2 = *(zbuf2 - 1)@ ti2 = *(zbuf2 + 0)@
107 VLD2.I32 {d12, d14}, [r3]! @ tr2 = *(zbuf2 - 1)@ ti2 = *(zbuf2 + 0)@
121 VQDMULH.S32 Q11, Q3, Q9 @ MULHIGH(sinb, ti2)
122 VQDMULH.S32 Q12, Q2, Q9 @ MULHIGH(cosb, ti2)
125 VADD.S32 Q4, Q10, Q11 @ *buf1-- = MULHIGH(cosa, tr2) + MULHIGH(sina, ti2)
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV5E/
PrePostMDCT_v5.s 56 smull r10, r12, r5, r8 @ MULHIGH(ti2, cosa)
58 smull r14, r8, r5, r9 @ MULHIGH(ti2, sina)
110 smull r10, r12, r7, r8 @ MULHIGH(ti2, cosa)
112 smull r14, r8, r7, r9 @ MULHIGH(ti2, sina)
115 add r6, r8, r5 @ MULHIGH(cosb, tr2) + MULHIGH(sinb, ti2)@
116 sub r5, r10, r12 @ MULHIGH(sinb, tr2) - MULHIGH(cosb, ti2)@
  /external/clang/test/SemaCXX/
cxx1y-array-runtime-bound.cpp 52 auto &&ti2 = typeid(int[n]); local
  /hardware/ti/wlan/mac80211/ti-utils/uim_rfkill/
uim.c 360 struct termios2 ti2; local
388 ioctl(dev_fd, TCGETS2, &ti2);
389 ti2.c_cflag &= ~CBAUD;
390 ti2.c_cflag |= BOTHER;
391 ti2.c_ospeed = cust_baud_rate;
392 ioctl(dev_fd, TCSETS2, &ti2);
  /hardware/ti/wpan/ti_st/uim-sysfs/
uim.c 301 struct termios2 ti2; local
334 ioctl(dev_fd, TCGETS2, &ti2);
335 ti2.c_cflag &= ~CBAUD;
336 ti2.c_cflag |= BOTHER;
337 ti2.c_ospeed = cust_baud_rate;
338 ioctl(dev_fd, TCSETS2, &ti2);
  /external/libvorbis/lib/
smallft.c 116 float ti2,tr2; local
145 ti2=wa1[i-2]*cc[t3]-wa1[i-1]*cc[t3-1];
146 ch[t6]=cc[t5]+ti2;
147 ch[t4]=ti2-cc[t5];
173 float ci2,ci3,ci4,cr2,cr3,cr4,ti1,ti2,ti3,ti4,tr1,tr2,tr3,tr4; local
225 ti2=cc[t2]+ci3;
231 ch[t4]=ti1+ti2;
240 ch[t5+t6]=ti1-ti2;
636 float ti2,tr2; local
666 ti2=cc[t4]+cc[t5]
691 float ci2,ci3,di2,di3,cr2,cr3,dr2,dr3,ti2,tr2; local
753 float ci2,ci3,ci4,cr2,cr3,cr4,ti1,ti2,ti3,ti4,tr1,tr2,tr3,tr4; local
    [all...]
  /external/speex/libspeex/
smallft.c 118 float ti2,tr2; local
147 ti2=wa1[i-2]*cc[t3]-wa1[i-1]*cc[t3-1];
148 ch[t6]=cc[t5]+ti2;
149 ch[t4]=ti2-cc[t5];
175 float ci2,ci3,ci4,cr2,cr3,cr4,ti1,ti2,ti3,ti4,tr1,tr2,tr3,tr4; local
227 ti2=cc[t2]+ci3;
233 ch[t4]=ti1+ti2;
242 ch[t5+t6]=ti1-ti2;
638 float ti2,tr2; local
668 ti2=cc[t4]+cc[t5]
693 float ci2,ci3,di2,di3,cr2,cr3,dr2,dr3,ti2,tr2; local
755 float ci2,ci3,ci4,cr2,cr3,cr4,ti1,ti2,ti3,ti4,tr1,tr2,tr3,tr4; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
transform.c 282 int tr1, ti1, tr2, ti2; local
296 ti2 = *(buf0 + 1);
303 *buf1-- = MULHIGH(cosb, ti2) - MULHIGH(sinb, tr2);
304 *buf1-- = MULHIGH(cosb, tr2) + MULHIGH(sinb, ti2);
317 int tr1, ti1, tr2, ti2; local
332 ti2 = *(buf1 + 0);
338 *buf0++ = MULHIGH(sinb, tr2) - MULHIGH(cosb, ti2);
339 *buf1-- = MULHIGH(cosb, tr2) + MULHIGH(sinb, ti2);
  /external/opencv/cv/src/
cvhough.cpp 367 int ti2;
377 ti2 = (ti * stn - ti0) * 5;
380 for( ti1 = 0 /*, phi = ti*theta - Pi/2 - t */ ; ti1 < stn; ti1++, ti2 += 5
384 rv = r * sinTable[(int) (abs( ti2 ))] - r0;
    [all...]
  /external/clang/test/CXX/expr/expr.const/
p2-0x.cpp 438 constexpr const std::type_info &ti2 = typeid(t); member in namespace:TypeId

Completed in 167 milliseconds