HomeSort by relevance Sort by last modified time
    Searched full:etalon (Results 1 - 7 of 7) sorted by null

  /hardware/ti/wlan/lib/
shlist.h 13 typedef int (*shListCmp)( void *valo, void *valn, void *etalon );
27 void shListInsBeforeItem( SHLIST *head, void *val, void *etalon,
  /external/opencv/cvaux/include/
cvaux.h     [all...]
  /external/opencv/ml/src/
mlcnn.cpp 257 CvMat etalon;
271 cvGetRow( etalons, &etalon, *right_etal_idx );
272 loss = (float)cvNorm( dE_dX[n_layers], &etalon );
294 cvGetRow( etalons, &etalon, responses->data.i[worst_img_idx] );
295 cvSub( dE_dX[n_layers], &etalon, dE_dX[n_layers] );
333 CvMat etalon, image;
363 etalon = cvMat( cnn_model->etalons->cols, 1, CV_32FC1, cnn_model->etalons->data.fl );
364 for( i = 0; i < nclasses; i++, etalon.data.fl += cnn_model->etalons->cols )
366 loss = (float)cvNorm( X[n_layers], &etalon );
    [all...]
  /libcore/luni/src/test/java/libcore/java/text/
OldMessageFormatTest.java 440 String etalon = "text here 00000" + c.get(Calendar.YEAR) + " and here"; local
442 assertEquals(etalon, obj.format(new Object[] { new Date() }));
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
MessageFormatTest.java 763 String etalon="text here 000002007 and here"; local
    [all...]
  /external/opencv/cvaux/src/
cvcalibfilter.cpp 53 /* etalon data */
  /external/opencv/ml/include/
ml.h     [all...]

Completed in 532 milliseconds