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> {
552 constexpr bool kIsFloatingPoint = std::is_floating_point<T>::value; in Access()
3049 const bool is_floating_point = DataType::IsFloatingPointType(select->GetType()); in VisitSelect() local3051 if (is_floating_point) { in VisitSelect()3063 } else if (is_floating_point) { in VisitSelect()