Searched defs:is_floating_point (Results 1 – 2 of 2) sorted by relevance
144 template <typename T> using is_floating_point = std::is_floating_point<T>; variable156 template <typename T> using is_floating_point = variable
2863 const bool is_floating_point = DataType::IsFloatingPointType(select->GetType()); in VisitSelect() local