HomeSort by relevance Sort by last modified time
    Searched defs:t9 (Results 51 - 64 of 64) sorted by null

1 23

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
regdef.h 55 #define t9 $25 macro
105 #define t9 $25 macro
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/machine/
regdef.h 84 #define t9 $25 macro
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_lgammaf_r.c 52 t9 = -1.4034647029e-03, /* 0xbab7f476 */ variable
192 p1 = t0+w*(t3+w*(t6+w*(t9 +w*t12))); /* parallel comp */
e_lgamma_r.c 119 t9 = -1.40346469989232843813e-03, /* 0xBF56FE8E, 0xBF2D1AF1 */ variable
259 p1 = t0+w*(t3+w*(t6+w*(t9 +w*t12))); /* parallel comp */
  /external/clang/test/CodeGen/
arm-aapcs-zerolength-bitfield.c 82 struct t9 struct
89 static int arr9_offset[(offsetof(struct t9, bar2) == 5) ? 0 : -1];
90 static int arr9_sizeof[(sizeof(struct t9) == 8) ? 0 : -1];
arm-apcs-zerolength-bitfield.c 86 struct t9 struct
93 static int arr9_offset[(offsetof(struct t9, bar2) == 5) ? 0 : -1];
94 static int arr9_sizeof[(sizeof(struct t9) == 8) ? 0 : -1];
  /external/ceres-solver/include/ceres/
rotation.h 534 const T t9 = q[2] * q[3]; local
537 result[1] = T(2) * ((t4 + t6) * pt[0] + (t5 + t1) * pt[1] + (t9 - t2) * pt[2]) + pt[1]; // NOLINT
538 result[2] = T(2) * ((t7 - t3) * pt[0] + (t2 + t9) * pt[1] + (t5 + t8) * pt[2]) + pt[2]; // NOLINT
  /external/fdlibm/
e_lgamma_r.c 118 t9 = -1.40346469989232843813e-03, /* 0xBF56FE8E, 0xBF2D1AF1 */ variable
265 p1 = t0+w*(t3+w*(t6+w*(t9 +w*t12))); /* parallel comp */
  /external/libvorbis/lib/
smallft.c 276 int t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; local
447 t9=t5;
450 ch2[t7++]+=ai2*c2[t9++];
526 t9=t5;
530 cc[i+t7-1]=ch[i+t8-1]+ch[i+t9-1];
531 cc[ic+t6-1]=ch[i+t8-1]-ch[i+t9-1];
532 cc[i+t7]=ch[i+t8]+ch[i+t9];
533 cc[ic+t6]=ch[i+t9]-ch[i+t8];
538 t9+=ido;
558 t9=i+t5
690 int i,k,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; local
843 int idij,ipph,i,j,k,l,ik,is,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10, local
    [all...]
  /external/speex/libspeex/
smallft.c 278 int t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; local
449 t9=t5;
452 ch2[t7++]+=ai2*c2[t9++];
528 t9=t5;
532 cc[i+t7-1]=ch[i+t8-1]+ch[i+t9-1];
533 cc[ic+t6-1]=ch[i+t8-1]-ch[i+t9-1];
534 cc[i+t7]=ch[i+t8]+ch[i+t9];
535 cc[ic+t6]=ch[i+t9]-ch[i+t8];
540 t9+=ido;
560 t9=i+t5
692 int i,k,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; local
845 int idij,ipph,i,j,k,l,ik,is,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10, local
    [all...]
  /external/chromium_org/v8/src/mips/
simulator-mips.h 125 t8, t9, enumerator in enum:v8::internal::Simulator::Register
  /external/chromium_org/v8/src/mips64/
simulator-mips64.h 154 t8, t9, enumerator in enum:v8::internal::Simulator::Register
  /external/valgrind/main/VEX/priv/
guest_mips_toIR.c 2374 IRTemp t0, t1 = 0, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, local
    [all...]
  /external/pixman/demos/
quad2quad.c 23 t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, local
122 t9 = px3 * py2 * x2 * x3;
125 t11 = (t10 + t9) * y2;
1084 t695 = (t542 + t43 + t9) * y2;
    [all...]

Completed in 4339 milliseconds

1 23