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

  /external/eigen/unsupported/Eigen/src/SpecialFunctions/
SpecialFunctionsImpl.h 413 static EIGEN_STRONG_INLINE Scalar machep() { assert(false && "machep not supported for this type"); return 0.0; } function in struct:Eigen::internal::cephes_helper
423 static EIGEN_STRONG_INLINE float machep() { function in struct:Eigen::internal::cephes_helper
424 return NumTraits<float>::epsilon() / 2; // 1.0 - machep == 1.0
434 return machep();
441 static EIGEN_STRONG_INLINE double machep() { function in struct:Eigen::internal::cephes_helper
442 return NumTraits<double>::epsilon() / 2; // 1.0 - machep == 1.0
567 const Scalar machep = cephes_helper<Scalar>::machep(); local
619 if (t <= machep) {
755 const Scalar machep = cephes_helper<Scalar>::machep(); local
932 const Scalar machep = cephes_helper<Scalar>::machep(); local
1154 const Scalar machep = cephes_helper<Scalar>::machep(); local
1311 const float machep = cephes_helper<float>::machep(); local
1367 const double machep = cephes_helper<double>::machep(); local
1408 const double machep = cephes_helper<double>::machep(); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Enquire/
Enquire.c 2780 iz, k, inf, machep, f_max_exp, f_min_exp, mx, negeps, local
    [all...]

Completed in 5273 milliseconds