Searched refs:is_floating_point (Results 1 – 3 of 3) sorted by relevance
81 std::is_floating_point<TLeft>::value82 && std::is_floating_point<TRight>::value> {
546 constexpr bool kIsFloatingPoint = std::is_floating_point<T>::value; in Access()
2780 const bool is_floating_point = DataType::IsFloatingPointType(select->GetType()); in VisitSelect() local2782 if (is_floating_point) { in VisitSelect()2794 } else if (is_floating_point) { in VisitSelect()