HomeSort by relevance Sort by last modified time
    Searched refs:s2m (Results 1 - 2 of 2) sorted by null

  /external/eigen/Eigen/src/Core/
StableNorm.h 80 static RealScalar b1, b2, s1m, s2m, overfl, rbig, relerr; local
86 // bl, b2, slm, s2m, relerr overfl, nmax
108 s2m = RealScalar(pow(RealScalar(ibeta),RealScalar(iexp))); // scaling factor for upper range
110 overfl = rbig*s2m; // overflow boundary for abig
125 if(ax > ab2) abig += internal::abs2(ax*s2m);
139 abig = abig/s2m;
143 return abig/s2m;
  /external/eigen/bench/
bench_norm.cpp 96 static Scalar b1, b2, s1m, s2m, overfl, rbig, relerr;
125 s2m = std::pow(ibeta,iexp); // scaling factor for upper range
127 overfl = rbig*s2m; // overfow boundary for abig
140 Packet ps2m = internal::pset1(s2m);
181 abig = abig/s2m;
186 return abig/s2m;

Completed in 33 milliseconds