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

  /external/v8/src/
token.cc 33 #define KK(a, b, c) 'K',
35 TOKEN_LIST(KT, KK)
38 #undef KK
  /frameworks/compile/slang/
slang_version.h 29 // KK -> KitKat
57 KK = 1900,
  /external/eigen/blas/fortran/
chpmv.f 110 INTEGER I,INFO,IX,IY,J,JX,JY,K,KK,KX,KY
189 KK = 1
198 K = KK
204 Y(J) = Y(J) + TEMP1*REAL(AP(KK+J-1)) + ALPHA*TEMP2
205 KK = KK + J
215 DO 70 K = KK,KK + J - 2
221 Y(JY) = Y(JY) + TEMP1*REAL(AP(KK+J-1)) + ALPHA*TEMP2
224 KK = KK +
    [all...]
dspmv.f 106 INTEGER I,INFO,IX,IY,J,JX,JY,K,KK,KX,KY
182 KK = 1
191 K = KK
197 Y(J) = Y(J) + TEMP1*AP(KK+J-1) + ALPHA*TEMP2
198 KK = KK + J
208 DO 70 K = KK,KK + J - 2
214 Y(JY) = Y(JY) + TEMP1*AP(KK+J-1) + ALPHA*TEMP2
217 KK = KK +
    [all...]
sspmv.f 106 INTEGER I,INFO,IX,IY,J,JX,JY,K,KK,KX,KY
182 KK = 1
191 K = KK
197 Y(J) = Y(J) + TEMP1*AP(KK+J-1) + ALPHA*TEMP2
198 KK = KK + J
208 DO 70 K = KK,KK + J - 2
214 Y(JY) = Y(JY) + TEMP1*AP(KK+J-1) + ALPHA*TEMP2
217 KK = KK +
    [all...]
zhpmv.f 110 INTEGER I,INFO,IX,IY,J,JX,JY,K,KK,KX,KY
189 KK = 1
198 K = KK
204 Y(J) = Y(J) + TEMP1*DBLE(AP(KK+J-1)) + ALPHA*TEMP2
205 KK = KK + J
215 DO 70 K = KK,KK + J - 2
221 Y(JY) = Y(JY) + TEMP1*DBLE(AP(KK+J-1)) + ALPHA*TEMP2
224 KK = KK +
    [all...]
  /external/clang/test/Sema/
block-return.c 124 int (^KK) (void) = ^{ return j+1; }; // OK
  /external/eigen/bench/
sparse_setter.cpp 22 #ifndef KK
23 #define KK 10
88 int n = cols*NBPERROW*KK;
225 int n = coords.size()/KK;
227 for (int j=0; j<KK; ++j)
  /external/cblas/testing/
c_cblat3.f     [all...]
c_zblat3.f     [all...]
c_dblat3.f     [all...]
c_sblat3.f     [all...]
c_cblat2.f     [all...]
c_zblat2.f     [all...]
c_dblat2.f     [all...]
c_sblat2.f     [all...]
  /external/eigen/blas/testing/
cblat3.f     [all...]
zblat3.f     [all...]
dblat3.f     [all...]
sblat3.f     [all...]
cblat2.f     [all...]
zblat2.f     [all...]
dblat2.f     [all...]
sblat2.f     [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]

Completed in 3428 milliseconds