/external/clang/test/CodeGen/ |
D | unsigned-promotion.c | 10 unsigned char ci, cj, ck; variable 98 ci = cj + ck; in testcharadd() 120 ci = cj - ck; in testcharsub() 142 ci = cj * ck; in testcharmul()
|
/external/opencv3/3rdparty/openexr/Imath/ |
D | ImathEuler.h | 641 T cj = Math<T>::cos(angles.y); in toMatrix33() local 656 M[i][i] = cj; M[j][i] = sj*si; M[k][i] = sj*ci; in toMatrix33() 657 M[i][j] = sj*sh; M[j][j] = -cj*ss+cc; M[k][j] = -cj*cs-sc; in toMatrix33() 658 M[i][k] = -sj*ch; M[j][k] = cj*sc+cs; M[k][k] = cj*cc-ss; in toMatrix33() 662 M[i][i] = cj*ch; M[j][i] = sj*sc-cs; M[k][i] = sj*cc+ss; in toMatrix33() 663 M[i][j] = cj*sh; M[j][j] = sj*ss+cc; M[k][j] = sj*cs-sc; in toMatrix33() 664 M[i][k] = -sj; M[j][k] = cj*si; M[k][k] = cj*ci; in toMatrix33() 684 T cj = Math<T>::cos(angles.y); in toMatrix44() local 699 M[i][i] = cj; M[j][i] = sj*si; M[k][i] = sj*ci; in toMatrix44() 700 M[i][j] = sj*sh; M[j][j] = -cj*ss+cc; M[k][j] = -cj*cs-sc; in toMatrix44() [all …]
|
/external/eigen/Eigen/src/Core/products/ |
D | GeneralMatrixVector.h | 79 conj_helper<LhsScalar,RhsScalar,ConjugateLhs,ConjugateRhs> cj; 166 res[j] = cj.pmadd(lhs0[j], pfirst(ptmp0), res[j]); 167 res[j] = cj.pmadd(lhs1[j], pfirst(ptmp1), res[j]); 168 res[j] = cj.pmadd(lhs2[j], pfirst(ptmp2), res[j]); 169 res[j] = cj.pmadd(lhs3[j], pfirst(ptmp3), res[j]); 235 res[j] = cj.pmadd(lhs0[j], pfirst(ptmp0), res[j]); 236 res[j] = cj.pmadd(lhs1[j], pfirst(ptmp1), res[j]); 237 res[j] = cj.pmadd(lhs2[j], pfirst(ptmp2), res[j]); 238 res[j] = cj.pmadd(lhs3[j], pfirst(ptmp3), res[j]); 257 res[j] += cj.pmul(lhs0[j], pfirst(ptmp0)); [all …]
|
D | GeneralBlockPanelKernel.h | 112 EIGEN_ALWAYS_INLINE static void run(const CJ& cj, A& a, B& b, C& c, T& /*t*/) in run() 114 c = cj.pmadd(a,b,c); in run() 119 EIGEN_ALWAYS_INLINE static void run(const CJ& cj, T& a, T& b, T& c, T& t) 121 t = b; t = cj.pmul(a,t); c = padd(c,t); 126 EIGEN_STRONG_INLINE void gebp_madd(const CJ& cj, A& a, B& b, C& c, T& t) 128 gebp_madd_selector<CJ,A,B,C,T>::run(cj,a,b,c,t); 294 r = cj.pmadd(c,alpha,r); 298 conj_helper<ResPacket,ResPacket,ConjLhs,false> cj; 387 c = cj.pmadd(a,b,c); 421 conj_helper<LhsScalar,RhsScalar,ConjLhs,ConjRhs> cj; [all …]
|
D | SelfadjointProduct.h | 27 internal::conj_if<ConjRhs> cj; 33 …+= (alpha * cj(vecY[i])) * ConjLhsType(OtherMap(vecX+(UpLo==Lower ? i : 0),UpLo==Lower ? size-i : …
|
/external/eigen/blas/ |
D | PackedTriangularMatrixVector.h | 29 internal::conj_if<ConjRhs> cj; 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; 71 res[i] += alpha * cj(rhs[i]);
|
D | PackedTriangularSolverVector.h | 27 internal::conj_if<Conjugate> cj; 40 rhs[i] /= cj(lhs[IsLower ? i : 0]); 55 internal::conj_if<Conjugate> cj; 65 rhs[i] /= cj(lhs[IsLower ? 0 : i]);
|
D | GeneralRank1Update.h | 26 conj_if<ConjRhs> cj; 29 …Map<Matrix<Scalar,Dynamic,1> >(mat+stride*i,rows) += alpha * cj(v[i]) * ConjRhsType(OtherMap(u,row…
|
D | PackedSelfadjointProduct.h | 29 conj_if<ConjRhs> cj; 33 …Map<Matrix<Scalar,Dynamic,1> >(mat, UpLo==Lower ? size-i : (i+1)) += alpha * cj(vec[i]) * ConjRhsT…
|
/external/llvm/test/CodeGen/ARM/ |
D | 2009-07-01-CommuteBug.ll | 70 %cj.811.i = phi i32 [ undef, %bb.nph.i98 ], [ %cj.11.i100, %bb218.i ] ; <i32> [#uses=3] 91 …%fj.4.i = phi i32 [ %cj.811.i, %bb167.i ], [ %cj.811.i, %bb158.i ], [ %fj.515.i, %bb160.i ], [ %cj… 96 %cj.9.i = select i1 undef, i32 %pj.317.i, i32 undef ; <i32> [#uses=0] 98 %cj.11.i100 = select i1 undef, i32 %fj.4.i, i32 undef ; <i32> [#uses=2] 103 store i32 %cj.11.i100, i32* %scevgep89.i, align 4
|
D | 2009-06-30-RegScavengerAssert4.ll | 75 %cj.811.i = phi i32 [ %6, %bb.nph.i98 ], [ %cj.11.i100, %bb218.i ] ; <i32> [#uses=3] 96 …%fj.4.i = phi i32 [ %cj.811.i, %bb167.i ], [ %cj.811.i, %bb158.i ], [ %fj.515.i, %bb160.i ], [ %cj… 101 %cj.11.i100 = select i1 undef, i32 %fj.4.i, i32 undef ; <i32> [#uses=1]
|
D | 2009-06-30-RegScavengerAssert3.ll | 92 %cj.9.i = select i1 undef, i32 %pj.317.i, i32 undef ; <i32> [#uses=0] 95 %cj.11.i100 = select i1 %6, i32 %fj.4.i, i32 %5 ; <i32> [#uses=1] 101 store i32 %cj.11.i100, i32* %scevgep89.i, align 4
|
/external/opencv3/modules/python/test/ |
D | transformations.py | 1005 ci, cj, ck = math.cos(ai), math.cos(aj), math.cos(ak) 1011 M[i, i] = cj 1015 M[j, j] = -cj*ss+cc 1016 M[j, k] = -cj*cs-sc 1018 M[k, j] = cj*sc+cs 1019 M[k, k] = cj*cc-ss 1021 M[i, i] = cj*ck 1024 M[j, i] = cj*sk 1028 M[k, j] = cj*si 1029 M[k, k] = cj*ci [all …]
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/ |
D | en-GB_kh0_kdt_mgc2.pkb | 42 �yU`��[��MH���6�ld��Y�L�I�)81L %3�^cj�+�aXX�ȒhIC%� 55 mU����9L�l3����������i�6����k�.��'��d<����,9�^cj���?���溅S���H9#FEH�9��C�a�6pv�N�;� 78 &5��PEj�x0�&E����BM����xJ'���h���k�m_����"��J0a|N�f5�O���")�6Xcj�%D�9OH�%��xE�…
|
D | en-GB_kh0_kdt_mgc1.pkb | 26 …����/�^�j�aFl&c6��E�{���P2�^��b&Rr�ͳ�ጰg�&-��Rg3͡�Q+FZ��ifE�Y��6Xcj�RZɃ5Ŵ6�t=�m�ׂ8��…
|
/external/llvm/test/Transforms/LoopRotate/ |
D | dbgvalue.ll | 88 …e: "/Volumes/Lalgate/cj/llvm/projects/llvm-test/SingleSource/Benchmarks/BenchmarkGame/recursive.c"… 105 …e: "/Volumes/Lalgate/cj/llvm/projects/llvm-test/SingleSource/Benchmarks/BenchmarkGame/recursive.c"…
|
/external/opencv3/modules/imgproc/src/ |
D | emd.cpp | 305 int cj = state.idx2[j]; in cvCalcEMD2() local 307 if( ci >= 0 && cj >= 0 ) in cvCalcEMD2() 311 ((float*)(flow->data.ptr + flow->step*ci))[cj] = val; in cvCalcEMD2() 497 int cj = state->idx2[j]; in icvInitEMD() local 498 if( cj < 0 ) in icvInitEMD() 506 signature2 + cj * (dims + 1) + 1, in icvInitEMD() 512 val = cost[cost_step*ci + cj]; in icvInitEMD()
|
/external/opencv/cv/src/ |
D | cvemd.cpp | 309 int cj = state.idx2[j]; in cvCalcEMD2() local 311 if( xp != state.enter_x && ci >= 0 && cj >= 0 ) in cvCalcEMD2() 315 ((float*)(flow->data.ptr + flow->step*ci))[cj] = val; in cvCalcEMD2() 517 int cj = state->idx2[j]; in icvInitEMD() local 518 if( cj < 0 ) in icvInitEMD() 526 signature2 + cj * (dims + 1) + 1, in icvInitEMD() 532 val = cost[cost_step*ci + cj]; in icvInitEMD()
|
/external/v8/test/cctest/compiler/ |
D | codegen-tester.h | 344 void Run(const Ci& ci, const Cj& cj, const Fn& fn) { in Run() argument 348 for (j = cj.begin(); j != cj.end(); ++j) { in Run()
|
/external/eigen/test/ |
D | packetmath.cpp | 313 internal::conj_helper<Scalar,Scalar,ConjLhs,ConjRhs> cj; in test_conj_helper() local 319 VERIFY(internal::isApprox(ref[i], cj.pmul(data1[i],data2[i])) && "conj_helper pmul"); in test_conj_helper() 328 VERIFY(internal::isApprox(ref[i], cj.pmadd(data1[i],data2[i],tmp)) && "conj_helper pmadd"); in test_conj_helper()
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/it-IT/ |
D | it-IT_cm0_kdt_mgc1.pkb | 21 �'i��M�HtC�`����u�����~<��`+<9�0m�������OͅhI��̿��?���&�>��cj'�´f�S�������~4i�B�>�D��a…
|
/external/opencv3/modules/ml/src/ |
D | svm.cpp | 1449 int cj = class_ranges[j+1] - class_ranges[j]; in do_train() local 1450 if( nu*(ci + cj)*0.5 > std::min( ci, cj ) ) in do_train() 1465 int sj = class_ranges[j], cj = class_ranges[j+1] - sj; in do_train() local 1468 temp_samples.create(ci + cj, _samples.cols, _samples.type()); in do_train() 1469 sidx.resize(ci + cj); in do_train() 1470 temp_y.resize(ci + cj); in do_train() 1473 for( k = 0; k < ci+cj; k++ ) in do_train() 1501 for( k = 0; k < ci + cj; k++ ) in do_train()
|
/external/opencv3/modules/stitching/src/ |
D | seam_finders.cpp | 340 for (int cj = ci+1; cj < ncomps_; ++cj) in findEdges() local 342 wedges[std::make_pair(ci, cj)] = 0; in findEdges() 343 wedges[std::make_pair(cj, ci)] = 0; in findEdges() 385 for (int cj = ci+1; cj < ncomps_; ++cj) in findEdges() local 387 std::map<std::pair<int, int>, int>::iterator itr = wedges.find(std::make_pair(ci, cj)); in findEdges() 391 itr = wedges.find(std::make_pair(cj, ci)); in findEdges()
|
/external/libcxx/src/ |
D | debug.cpp | 423 __c_node* cj = j != nullptr ? j->__c_ : nullptr; in __less_than_comparable() local 424 return ci != nullptr && ci == cj; in __less_than_comparable()
|
/external/opencv/ml/src/ |
D | mlsvm.cpp | 1408 int cj = class_ranges[j+1] - class_ranges[j]; in do_train() local 1409 if( params.nu*(ci + cj)*0.5 > MIN( ci, cj ) ) in do_train() 1424 int sj = class_ranges[j], cj = class_ranges[j+1] - sj; in do_train() local 1434 for( k = 0; k < cj; k++ ) in do_train() 1446 if( !train1( ci + cj, var_count, temp_samples, temp_y, in do_train() 1450 for( k = 0; k < ci + cj; k++ ) in do_train() 1470 for( k = 0; k < cj; k++ ) in do_train()
|