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

12

  /external/chromium/testing/gmock/test/
gmock-generated-actions_test.cc 853 last_param_type t9 = last_param; local
854 return t0 + p0 + p1 + p2 + p3 + p4 + p5 + p6 + p7 + p8 + t9;
    [all...]
  /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/v8/src/mips/
simulator-mips.h 151 t8, t9, enumerator in enum:v8::internal::Simulator::Register
  /external/webkit/Source/JavaScriptCore/assembler/
MacroAssemblerMIPS.h 1521 move(TrustedImm32(0), MIPSRegisters::t9); member in class:JSC::MacroAssemblerMIPS::MIPSRegisters
    [all...]
MIPSAssembler.h 101 t9 = r25, enumerator in enum:JSC::MIPSRegisters::__anon17500
842 *insn = 0x3c000000 | (MIPSRegisters::t9 << OP_SH_RT) | ((newTargetAddress >> 16) & 0xffff);
844 *(insn + 1) = 0x34000000 | (MIPSRegisters::t9 << OP_SH_RT) | (MIPSRegisters::t9 << OP_SH_RS) | (newTargetAddress & 0xffff);
846 *(insn + 2) = 0x00000008 | (MIPSRegisters::t9 << OP_SH_RS);
854 *insn = 0x3c000000 | (MIPSRegisters::t9 << OP_SH_RT) | ((newTargetAddress >> 16) & 0xffff);
856 *(insn + 1) = 0x34000000 | (MIPSRegisters::t9 << OP_SH_RT) | (MIPSRegisters::t9 << OP_SH_RS) | (newTargetAddress & 0xffff);
925 *insn = 0x3c000000 | (MIPSRegisters::t9 << OP_SH_RT) | ((newTargetAddress >> 16) & 0xffff);
927 *(insn + 1) = 0x34000000 | (MIPSRegisters::t9 << OP_SH_RT) | (MIPSRegisters::t9 << OP_SH_RS) | (newTargetAddress & 0xffff)
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 3782 SDValue t9 = DAG.getNode(ISD::FADD, dl, MVT::f32, t8, local
3885 SDValue t9 = DAG.getNode(ISD::FADD, dl, MVT::f32, t8, local
3980 SDValue t9 = DAG.getNode(ISD::FADD, dl, MVT::f32, t8, local
4155 SDValue t9 = DAG.getNode(ISD::FADD, dl, MVT::f32, t8, local
4265 SDValue t9 = DAG.getNode(ISD::FADD, dl, MVT::f32, t8, local
    [all...]

Completed in 398 milliseconds

12