HomeSort by relevance Sort by last modified time
    Searched refs:em (Results 251 - 275 of 594) sorted by null

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
rd-bkw4v32.d 1 #as: --underscore --em=criself --march=v32
rd-dw2-7.d 3 #as: --em=criself --gdwarf2
rd-dw2-8.d 3 #as: --em=criself --gdwarf2
rd-v32-b2.d 1 #as: --underscore --em=criself --march=v32
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
asneed1.d 4 #as: --pic --no-underscore --em=criself
gotplt3.d 5 #as: --pic --no-underscore --em=criself
libdso-13b.d 3 #as: --pic --no-underscore --march=v32 --em=criself
libdso-15.d 2 #as: --pic --no-underscore --em=criself -I$srcdir/$subdir
pic-gc-72.d 4 #as: --pic --no-underscore --em=criself -I$srcdir/$subdir
tls-e-21.d 5 #as: --no-underscore --em=criself --pic
tls-e-22.d 5 #as: --no-underscore --em=criself --pic -I$srcdir/$subdir
tls-e-23.d 5 #as: --no-underscore --em=criself --pic -I$srcdir/$subdir
tls-e-66.d 4 #as: --no-underscore --em=criself -I$srcdir/$subdir
tls-gd-3.d 5 #as: --no-underscore --em=criself
tls-gd-3h.d 5 #as: --no-underscore --em=criself
tls-global-74.d 7 #as: --pic --no-underscore --em=criself -I$srcdir/$subdir
tls-ie-8e1.d 1 #as: --no-underscore --em=criself
tls-le-12.d 5 #as: --no-underscore --em=criself -I$srcdir/$subdir
tls-le-12s.d 5 #as: --no-underscore --em=criself -I$srcdir/$subdir
tls-local-59.d 4 #as: --pic --no-underscore --em=criself -I$srcdir/$subdir
tls-local-60.d 3 #as: --pic --no-underscore --em=criself -I$srcdir/$subdir
tls-local-61.d 2 #as: --pic --no-underscore --em=criself -I$srcdir/$subdir
tls-ok-34.d 2 #as: --no-underscore --em=criself --pic
weakhiddso.d 2 #as: --pic --no-underscore --em=criself
  /external/opencv3/modules/ml/test/
test_emknearestkmeans.cpp 47 using cv::ml::EM;
354 EM_Params(int _nclusters=10, int _covMatType=EM::COV_MAT_DIAGONAL, int _startStep=EM::START_AUTO_STEP,
398 Ptr<EM> em = EM::create(); local
399 em->setClustersNumber(params.nclusters);
400 em->setCovarianceMatrixType(params.covMatType);
401 em->setTermCriteria(params.termCrit);
402 if( params.startStep == EM::START_AUTO_STEP
549 Ptr<EM> em = EM::create(); local
    [all...]

Completed in 252 milliseconds

<<11121314151617181920>>