OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rbig
(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
66
// nbig, ibeta, it, iemin, iemax,
rbig
.
75
rbig
= (std::numeric_limits<RealScalar>::max)(); // largest floating-point number
87
overfl =
rbig
*s2m; // overflow boundary for abig
109
return
rbig
;
/external/eigen/bench/
bench_norm.cpp
96
static Scalar b1, b2, s1m, s2m, overfl,
rbig
, relerr;
109
rbig
= std::numeric_limits<Scalar>::max(); // largest floating-point number
127
overfl =
rbig
*s2m; // overfow boundary for abig
177
return
rbig
;
Completed in 78 milliseconds