OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:overfl
(Results
1 - 2
of
2
) sorted by null
/external/eigen/Eigen/src/Core/
StableNorm.h
58
static RealScalar b1, b2, s1m, s2m,
overfl
, rbig, relerr;
local
64
// bl, b2, slm, s2m, relerr
overfl
87
overfl
= rbig*s2m; // overflow boundary for abig
107
if(abig >
overfl
)
/external/eigen/bench/
bench_norm.cpp
96
static Scalar b1, b2, s1m, s2m,
overfl
, rbig, relerr;
127
overfl
= rbig*s2m; // overfow boundary for abig
174
if(abig >
overfl
)
Completed in 218 milliseconds