HomeSort by relevance Sort by last modified time
    Searched defs:cj (Results 1 - 13 of 13) sorted by null

  /external/clang/test/CodeGen/
unsigned-promotion.c 10 unsigned char ci, cj, ck; variable
83 // CHECKS: load i8* @cj
90 // CHECKU: [[T1:%.*]] = load i8* @cj
98 ci = cj + ck;
105 // CHECKS: load i8* @cj
112 // CHECKU: [[T1:%.*]] = load i8* @cj
120 ci = cj - ck;
127 // CHECKS: load i8* @cj
134 // CHECKU: [[T1:%.*]] = load i8* @cj
142 ci = cj * ck
    [all...]
  /external/eigen/Eigen/src/Core/products/
SelfadjointProduct.h 29 internal::conj_if<ConjRhs> cj; local
35 += (alpha * cj(vec[i])) * ConjRhsType(OtherMap(vec+(UpLo==Lower ? i : 0),UpLo==Lower ? size-i : (i+1)));
GeneralMatrixVector.h 74 conj_helper<LhsScalar,RhsScalar,ConjugateLhs,ConjugateRhs> cj; local
161 res[j] = cj.pmadd(lhs0[j], pfirst(ptmp0), res[j]);
162 res[j] = cj.pmadd(lhs1[j], pfirst(ptmp1), res[j]);
163 res[j] = cj.pmadd(lhs2[j], pfirst(ptmp2), res[j]);
164 res[j] = cj.pmadd(lhs3[j], pfirst(ptmp3), res[j]);
227 res[j] = cj.pmadd(lhs0[j], pfirst(ptmp0), res[j]);
228 res[j] = cj.pmadd(lhs1[j], pfirst(ptmp1), res[j]);
229 res[j] = cj.pmadd(lhs2[j], pfirst(ptmp2), res[j]);
230 res[j] = cj.pmadd(lhs3[j], pfirst(ptmp3), res[j]);
249 res[j] += cj.pmul(lhs0[j], pfirst(ptmp0))
327 conj_helper<LhsScalar,RhsScalar,ConjugateLhs,ConjugateRhs> cj; local
    [all...]
GeneralBlockPanelKernel.h 106 #define MADD(CJ,A,B,C,T) C = CJ.pmadd(A,B,C);
111 template<typename CJ, typename A, typename B, typename C, typename T> struct gebp_madd_selector {
112 EIGEN_ALWAYS_INLINE static void run(const CJ& cj, A& a, B& b, C& c, T& /*t*/)
114 c = cj.pmadd(a,b,c);
118 template<typename CJ, typename T> struct gebp_madd_selector<CJ,T,T,T,T> {
119 EIGEN_ALWAYS_INLINE static void run(const CJ& cj, T& a, T& b, T& c, T& t
298 conj_helper<ResPacket,ResPacket,ConjLhs,false> cj; member in class:Eigen::internal::gebp_traits
421 conj_helper<LhsScalar,RhsScalar,ConjLhs,ConjRhs> cj; member in class:Eigen::internal::gebp_traits
503 conj_helper<ResPacket,ResPacket,false,ConjRhs> cj; member in class:Eigen::internal::gebp_traits
538 conj_helper<LhsScalar,RhsScalar,ConjugateLhs,ConjugateRhs> cj; local
1122 conj_if<NumTraits<Scalar>::IsComplex && Conjugate> cj; local
1205 conj_if<NumTraits<Scalar>::IsComplex && Conjugate> cj; local
1253 conj_if<NumTraits<Scalar>::IsComplex && Conjugate> cj; local
    [all...]
  /external/eigen/test/
packetmath.cpp 277 internal::conj_helper<Scalar,Scalar,ConjLhs,ConjRhs> cj; local
283 VERIFY(internal::isApprox(ref[i], cj.pmul(data1[i],data2[i])) && "conj_helper pmul");
292 VERIFY(internal::isApprox(ref[i], cj.pmadd(data1[i],data2[i],tmp)) && "conj_helper pmadd");
  /external/linux-tools-perf/util/
help.c 53 size_t ci, cj, ei; local
56 ci = cj = ei = 0;
60 cmds->names[cj++] = cmds->names[ci++];
68 cmds->names[cj++] = cmds->names[ci++];
70 cmds->cnt = cj;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
debug.cpp 363 __c_node* cj = j != nullptr ? j->__c_ : nullptr; local
364 return ci != nullptr && ci == cj;
  /external/opencv/cv/src/
cvemd.cpp 309 int cj = state.idx2[j]; local
311 if( xp != state.enter_x && ci >= 0 && cj >= 0 )
315 ((float*)(flow->data.ptr + flow->step*ci))[cj] = val;
517 int cj = state->idx2[j]; local
518 if( cj < 0 )
526 signature2 + cj * (dims + 1) + 1,
532 val = cost[cost_step*ci + cj];
    [all...]
  /external/opencv/ml/src/
mlsvm.cpp 1408 int cj = class_ranges[j+1] - class_ranges[j]; local
1424 int sj = class_ranges[j], cj = class_ranges[j+1] - sj; local
    [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp 603 unsigned cj = j+1; // first child of j local
605 ++k, ci=getNextSibling(ci), cj = Other.getNextSibling(cj)) {
606 Result = Result && matches(Other, ci, cj);
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 63037 } cj; member in union:vdbeExecUnion
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 65364 } cj; member in union:vdbeExecUnion
    [all...]
  /external/sqlite/dist/
sqlite3.c 65392 } cj; member in union:vdbeExecUnion
    [all...]

Completed in 2266 milliseconds