/ndk/tests/device/test-gnustl-full/unit/ |
uninitialized_test.cpp | 231 vector<TrivialInitStruct> vect(10);
|
/ndk/tests/device/test-stlport/unit/ |
uninitialized_test.cpp | 231 vector<TrivialInitStruct> vect(10);
|
/external/opencv/cvaux/src/ |
cvhmm.cpp | 517 /*static float icvComputeUniModeGauss(CvVect32f vect, CvVect32f mu, 528 tmp = (vect[n] - mu[n]) * inv_var[n]; 557 icvComputeGaussMixture( CvVect32f vect, float* mu, 567 return icvComputeUniModeGauss( vect, mu, inv_var, log_var_val[0], vect_size); 576 l_prob = icvComputeUniModeGauss(vect, mu + m*vect_size, 771 float* vect = obs; local 774 for( n = 0; n < obs_x; n++, vect += vect_size, log_mp += n_states ) 786 double t = (vect[k] - mu[k])*inv_var[k]; 856 CvVect32f vect = (obs_info->obs) + (obs_index + k) * vect_size; local 862 matr_line[m] = icvComputeGaussMixture( vect, state[m].mu, state[m].inv_var, [all...] |
cvepilines.cpp | 507 double vect[3]; local 508 vect[0] = point.x; 509 vect[1] = point.y; 510 vect[2] = 1; 515 vect, [all...] |
/external/qemu-pc-bios/vgabios/ |
vgabios.c | 246 ;; set int10 vect [all...] |