OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inv_x
(Results
1 - 2
of
2
) sorted by null
/external/eigen/unsupported/Eigen/src/Polynomials/
PolynomialUtils.h
55
T
inv_x
= T(1)/x;
local
57
val = val*
inv_x
+ poly[i]; }
/external/opencv/cvaux/src/
cvhmm.cpp
264
float
inv_x
= 1.f/obs_info->obs_x;
local
281
int state = (int)((j * hmm->u.ehmm[superstate].num_states)*
inv_x
); /* / obs_info->obs_x; */
[
all
...]
Completed in 44 milliseconds