Searched refs:BIG_FLT (Results 1 - 2 of 2) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvhmm.cpp45 #define BIG_FLT 1.e+10f macro
959 (float)log( hmm->transP[i * hmm->num_states + j] * inv_total ) : -BIG_FLT;
983 (float)log( ehmm->transP[i * ehmm->num_states + j] * inv_total) : -BIG_FLT ;
1151 m_pi[i] = -BIG_FLT;
H A Dcvhmm1d.cpp48 #define BIG_FLT 1.e+10f
885 (float)log( hmm->transP[i * hmm->num_states + j] * inv_total ) : -BIG_FLT;

Completed in 60 milliseconds