HomeSort by relevance Sort by last modified time
    Searched full:start2 (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/llvm/test/CodeGen/SystemZ/
frame-15.ll 40 %start2 = getelementptr inbounds [978 x float]* %region2, i64 0, i64 0
41 call void @foo(float *%start1, float *%start2)
67 %start2 = getelementptr inbounds [978 x float]* %region2, i64 0, i64 0
68 call void @foo(float *%start1, float *%start2)
94 %start2 = getelementptr inbounds [978 x float]* %region2, i64 0, i64 0
95 call void @foo(float *%start1, float *%start2)
121 %start2 = getelementptr inbounds [2002 x float]* %region2, i64 0, i64 0
122 call void @foo(float *%start1, float *%start2)
148 %start2 = getelementptr inbounds [2002 x float]* %region2, i64 0, i64 0
149 call void @foo(float *%start1, float *%start2)
    [all...]
  /external/openfst/src/include/fst/
concat.h 91 StateId start2 = fst2.Start(); local
96 if (start2 != kNoStateId)
97 fst1->AddArc(s1, Arc(0, 0, final, start2 + numstates1));
100 if (start2 != kNoStateId)
130 StateId start2 = fst2->Start(); local
131 if (start2 == kNoStateId) {
148 fst2->AddArc(s2, Arc(0, 0, final, start2));
union.h 64 StateId start2 = fst2.Start(); local
65 if (start2 == kNoStateId) {
92 fst1->SetStart(start2);
98 fst1->AddArc(start1, Arc(0, 0, Weight::One(), start2 + numstates1));
103 fst1->AddArc(nstart1, Arc(0, 0, Weight::One(), start2 + numstates1));
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
union.h 42 StateId start2 = fst2.Start(); local
43 if (start2 == kNoStateId)
67 fst1->SetStart(start2);
73 fst1->AddArc(start1, Arc(0, 0, Weight::One(), start2 + numstates1));
78 fst1->AddArc(nstart1, Arc(0, 0, Weight::One(), start2 + numstates1));
concat.h 68 StateId start2 = fst2.Start(); local
73 if (start2 != kNoStateId)
74 fst1->AddArc(s1, Arc(0, 0, final, start2 + numstates1));
77 if (start2 != kNoStateId)
  /external/scrypt/lib/crypto/
crypto_scrypt-neon-salsa208.h 59 uint32x4_t start2 = x8x13x2x7; local
65 uint32x4_t diag2 = start2;
103 x8x13x2x7 = diag2 + start2;