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

1 2 3

  /external/ltp/testcases/kernel/sched/hyperthreading/ht_interrupt/
ht_interrupt.c 30 int ci[32], cj[32]; local
63 %d %d %d %d %d %d %d %d", buf, cj, cj + 1, cj + 2, cj + 3, cj + 4, cj + 5, cj + 6, cj + 7, cj + 8, cj + 9, cj + 10, cj + 11, cj + 12, cj + 13, cj + 14, cj + 15, cj + 16, cj + 17, cj + 18, cj + (…)
    [all...]
  /external/clang/test/CodeGen/
unsigned-promotion.c 10 unsigned char ci, cj, ck; variable
83 // CHECKS: load i8, i8* @cj
90 // CHECKU: [[T1:%.*]] = load i8, i8* @cj
98 ci = cj + ck;
105 // CHECKS: load i8, i8* @cj
112 // CHECKU: [[T1:%.*]] = load i8, i8* @cj
120 ci = cj - ck;
127 // CHECKS: load i8, i8* @cj
134 // CHECKU: [[T1:%.*]] = load i8, i8* @cj
142 ci = cj * ck
    [all...]
  /external/eigen/blas/
GeneralRank1Update.h 26 conj_if<ConjRhs> cj; local
29 Map<Matrix<Scalar,Dynamic,1> >(mat+stride*i,rows) += alpha * cj(v[i]) * ConjRhsType(OtherMap(u,rows));
PackedTriangularMatrixVector.h 29 internal::conj_if<ConjRhs> cj; local
39 ResMap(res+(IsLower ? s+i : 0),r) += alpha * cj(rhs[i]) * ConjLhsType(LhsMap(lhs+s,r));
41 res[i] += alpha * cj(rhs[i]);
58 internal::conj_if<ConjRhs> cj; local
71 res[i] += alpha * cj(rhs[i]);
PackedTriangularSolverVector.h 27 internal::conj_if<Conjugate> cj; local
40 rhs[i] /= cj(lhs[IsLower ? i : 0]);
55 internal::conj_if<Conjugate> cj; local
65 rhs[i] /= cj(lhs[IsLower ? 0 : i]);
PackedSelfadjointProduct.h 29 conj_if<ConjRhs> cj; local
33 Map<Matrix<Scalar,Dynamic,1> >(mat, UpLo==Lower ? size-i : (i+1)) += alpha * cj(vec[i]) * ConjRhsType(OtherMap(vec+(UpLo==Lower ? i : 0), UpLo==Lower ? size-i : (i+1)));
  /external/eigen/Eigen/src/Core/products/
GeneralMatrixVector.h 111 conj_helper<LhsScalar,RhsScalar,ConjugateLhs,ConjugateRhs> cj; local
207 res[j] = cj.pmadd(lhs0(j), pfirst(ptmp0), res[j]);
208 res[j] = cj.pmadd(lhs1(j), pfirst(ptmp1), res[j]);
209 res[j] = cj.pmadd(lhs2(j), pfirst(ptmp2), res[j]);
210 res[j] = cj.pmadd(lhs3(j), pfirst(ptmp3), res[j]);
276 res[j] = cj.pmadd(lhs0(j), pfirst(ptmp0), res[j]);
277 res[j] = cj.pmadd(lhs1(j), pfirst(ptmp1), res[j]);
278 res[j] = cj.pmadd(lhs2(j), pfirst(ptmp2), res[j]);
279 res[j] = cj.pmadd(lhs3(j), pfirst(ptmp3), res[j]);
298 res[j] += cj.pmul(lhs0(j), pfirst(ptmp0))
384 conj_helper<LhsScalar,RhsScalar,ConjugateLhs,ConjugateRhs> cj; local
    [all...]
GeneralBlockPanelKernel.h 311 #define CJMADD(CJ,A,B,C,T) C = CJ.pmadd(A,B,C);
316 template<typename CJ, typename A, typename B, typename C, typename T> struct gebp_madd_selector {
317 EIGEN_ALWAYS_INLINE static void run(const CJ& cj, A& a, B& b, C& c, T& /*t*/)
319 c = cj.pmadd(a,b,c);
323 template<typename CJ, typename T> struct gebp_madd_selector<CJ,T,T,T,T> {
324 EIGEN_ALWAYS_INLINE static void run(const CJ& cj, T& a, T& b, T& c, T& t
437 conj_helper<LhsPacketType,RhsPacketType,ConjLhs,ConjRhs> cj; local
563 conj_helper<ResPacket,ResPacket,ConjLhs,false> cj; member in class:Eigen::internal::gebp_traits
743 conj_helper<LhsScalar,RhsScalar,ConjLhs,ConjRhs> cj; member in class:Eigen::internal::gebp_traits
848 conj_helper<ResPacket,ResPacket,false,ConjRhs> cj; member in class:Eigen::internal::gebp_traits
902 conj_helper<LhsScalar,RhsScalar,ConjugateLhs,ConjugateRhs> cj; local
1707 conj_if<NumTraits<Scalar>::IsComplex && Conjugate> cj; local
1814 conj_if<NumTraits<Scalar>::IsComplex && Conjugate> cj; local
1907 conj_if<NumTraits<Scalar>::IsComplex && Conjugate> cj; local
2031 conj_if<NumTraits<Scalar>::IsComplex && Conjugate> cj; local
    [all...]
SelfadjointProduct.h 27 internal::conj_if<ConjRhs> cj; local
33 += (alpha * cj(vecY[i])) * ConjLhsType(OtherMap(vecX+(UpLo==Lower ? i : 0),UpLo==Lower ? size-i : (i+1)));
  /external/lzma/C/
Bcj2.c 213 unsigned cj = (p->temp[3] == 0xE8) ? BCJ2_STREAM_CALL : BCJ2_STREAM_JUMP; local
214 const Byte *cur = p->bufs[cj];
218 if (cur == p->lims[cj])
220 p->state = cj;
225 p->bufs[cj] = cur + 4;
Bcj2Enc.c 216 unsigned cj = (b == 0xE8) ? BCJ2_STREAM_CALL : BCJ2_STREAM_JUMP; local
217 Byte *cur = p->bufs[cj];
218 if (cur == p->lims[cj])
220 p->state = cj;
225 p->bufs[cj] = cur + 4;
  /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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_cookielib.py 572 cj = cookielib.CookieJar()
575 interact_netscape(cj, uri, value)
577 self.assertIn("/", cj._cookies["example.com"])
579 self.assertEqual(interact_netscape(cj, uri), value)
730 cj = CookieJar(policy=cp)
731 interact_netscape(cj, "http://example.co.uk/", 'no=problemo')
732 interact_netscape(cj, "http://example.co.uk/",
734 self.assertEqual(len(cj), 2)
736 interact_netscape(cj, "http://example.%s/" % pseudo_tld,
738 self.assertEqual(len(cj), 2)
    [all...]
test_urllib2.py     [all...]
  /external/python/cpython2/Lib/test/
test_cookielib.py 600 cj = cookielib.CookieJar()
603 interact_netscape(cj, uri, value)
605 self.assertIn("/", cj._cookies["example.com"])
607 self.assertEqual(interact_netscape(cj, uri), value)
758 cj = CookieJar(policy=cp)
759 interact_netscape(cj, "http://example.co.uk/", 'no=problemo')
760 interact_netscape(cj, "http://example.co.uk/",
762 self.assertEqual(len(cj), 2)
764 interact_netscape(cj, "http://example.%s/" % pseudo_tld,
766 self.assertEqual(len(cj), 2
    [all...]
test_urllib2.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_cookielib.py 572 cj = cookielib.CookieJar()
575 interact_netscape(cj, uri, value)
577 self.assertIn("/", cj._cookies["example.com"])
579 self.assertEqual(interact_netscape(cj, uri), value)
730 cj = CookieJar(policy=cp)
731 interact_netscape(cj, "http://example.co.uk/", 'no=problemo')
732 interact_netscape(cj, "http://example.co.uk/",
734 self.assertEqual(len(cj), 2)
736 interact_netscape(cj, "http://example.%s/" % pseudo_tld,
738 self.assertEqual(len(cj), 2
    [all...]
test_urllib2.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_cookielib.py 572 cj = cookielib.CookieJar()
575 interact_netscape(cj, uri, value)
577 self.assertIn("/", cj._cookies["example.com"])
579 self.assertEqual(interact_netscape(cj, uri), value)
730 cj = CookieJar(policy=cp)
731 interact_netscape(cj, "http://example.co.uk/", 'no=problemo')
732 interact_netscape(cj, "http://example.co.uk/",
734 self.assertEqual(len(cj), 2)
736 interact_netscape(cj, "http://example.%s/" % pseudo_tld,
738 self.assertEqual(len(cj), 2
    [all...]
test_urllib2.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cookielib.py 572 cj = cookielib.CookieJar()
575 interact_netscape(cj, uri, value)
577 self.assertIn("/", cj._cookies["example.com"])
579 self.assertEqual(interact_netscape(cj, uri), value)
730 cj = CookieJar(policy=cp)
731 interact_netscape(cj, "http://example.co.uk/", 'no=problemo')
732 interact_netscape(cj, "http://example.co.uk/",
734 self.assertEqual(len(cj), 2)
736 interact_netscape(cj, "http://example.%s/" % pseudo_tld,
738 self.assertEqual(len(cj), 2
    [all...]
test_urllib2.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cookielib.py 572 cj = cookielib.CookieJar()
575 interact_netscape(cj, uri, value)
577 self.assertIn("/", cj._cookies["example.com"])
579 self.assertEqual(interact_netscape(cj, uri), value)
730 cj = CookieJar(policy=cp)
731 interact_netscape(cj, "http://example.co.uk/", 'no=problemo')
732 interact_netscape(cj, "http://example.co.uk/",
734 self.assertEqual(len(cj), 2)
736 interact_netscape(cj, "http://example.%s/" % pseudo_tld,
738 self.assertEqual(len(cj), 2
    [all...]
test_urllib2.py     [all...]
  /libcore/ojluni/src/main/java/java/lang/
AbstractStringBuilder.java 1451 char cj = value[j]; local
    [all...]

Completed in 680 milliseconds

1 2 3