OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BIG_FLT
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cvaux/src/
cvhmm.cpp
45
#define
BIG_FLT
1.e+10f
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
;
[
all
...]
cvhmm1d.cpp
48
#define
BIG_FLT
1.e+10f
885
(float)log( hmm->transP[i * hmm->num_states + j] * inv_total ) : -
BIG_FLT
;
[
all
...]
Completed in 26 milliseconds