Searched defs:quiet_NaN (Results 1 - 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
H A Dnumeric_types.h81 static EIGEN_STRONG_INLINE tensorflow::bfloat16 quiet_NaN() { function in struct:Eigen::NumTraits
82 return FloatToBFloat16(NumTraits<float>::quiet_NaN());
/external/eigen/Eigen/src/Core/util/
H A DMeta.h182 static T quiet_NaN() { assert(false && "quiet_NaN not supported for this type"); } function in struct:Eigen::internal::device::numeric_limits
195 static float quiet_NaN() { return CUDART_NAN_F; } function in struct:Eigen::internal::device::numeric_limits
208 static double quiet_NaN() { return CUDART_NAN; } function in struct:Eigen::internal::device::numeric_limits
/external/eigen/Eigen/src/Core/arch/CUDA/
H A DHalf.h512 static Eigen::half quiet_NaN() { return Eigen::half_impl::raw_uint16_to_half(0x7e00); } function in struct:std::numeric_limits
543 EIGEN_DEVICE_FUNC static EIGEN_STRONG_INLINE Eigen::half quiet_NaN() { function in struct:Eigen::NumTraits
/external/eigen/unsupported/test/mpreal/
H A Dmpreal.h3032 inline static const mpfr::mpreal quiet_NaN() { return mpfr::mpreal().setNan(); } function in class:std::numeric_limits

Completed in 536 milliseconds