Home
last modified time | relevance | path

Searched refs:has_NaN (Results 1 – 3 of 3) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/Common/Core/
H A DvtkGenericDataArrayLookupHelper.h35 struct has_NaN;
38 struct has_NaN<T, true>
44 struct has_NaN<T, false>
53 return has_NaN<T, std::numeric_limits<T>::has_quiet_NaN>::isnan(x);
/dports/biology/gemma/GEMMA-0.98.3/src/
H A Ddebug.cpp229 bool has_NaN = has_nan(m); in do_gsl_matrix_safe_free() local
231 if (has_NaN || has_Inf) { in do_gsl_matrix_safe_free()
241 if (has_NaN) in do_gsl_matrix_safe_free()
247 if (has_NaN) in do_gsl_matrix_safe_free()
263 bool has_NaN = has_nan(v); in do_gsl_vector_safe_free() local
265 if (has_NaN || has_Inf) { in do_gsl_vector_safe_free()
272 if (has_NaN) in do_gsl_vector_safe_free()
/dports/math/vtk8/VTK-8.2.0/Common/Core/
H A DvtkGenericDataArrayLookupHelper.h35 template <typename T, bool> struct has_NaN;
38 struct has_NaN<T, true>
47 struct has_NaN<T, false>
59 return has_NaN<T, std::numeric_limits<T>::has_quiet_NaN>::isnan(x);