Searched refs:isnan_impl (Results 1 – 2 of 2) sorted by relevance
716 isnan_impl(const T&) { return false; }761 isnan_impl(const T& x)783 EIGEN_DEVICE_FUNC inline bool isnan_impl(const long double& x) { return _isnan(x)!=0; }784 EIGEN_DEVICE_FUNC inline bool isnan_impl(const double& x) { return _isnan(x)!=0; }785 EIGEN_DEVICE_FUNC inline bool isnan_impl(const float& x) { return _isnan(x)!=0; }801 template<> EIGEN_TMP_NOOPT_ATTRIB bool isnan_impl(const long double& x) { return __builtin_isnan(x)…802 template<> EIGEN_TMP_NOOPT_ATTRIB bool isnan_impl(const double& x) { return __builtin_isnan(x)…803 template<> EIGEN_TMP_NOOPT_ATTRIB bool isnan_impl(const float& x) { return __builtin_isnan(x)…816 template<typename T> EIGEN_DEVICE_FUNC bool isnan_impl(const std::complex<T>& x);972 template<typename T> EIGEN_DEVICE_FUNC bool (isnan) (const T &x) { return internal::isnan_impl(x)…[all …]
12222 static glw::GLuint isnan_impl(glw::GLdouble val);12477 static glw::GLuint isnan_impl(glw::GLdouble val) in isnan_impl() function13852 (0 == Math::isnan_impl(left_value)) && (0 == Math::isnan_impl(right_value))) in compare()14614 function, "isnan", Math::isnan_impl, uint_type /* res_type */, variable_type /* arg_type */); in getFunctionObject()