Searched refs:is_floating_point (Results 26 - 34 of 34) sorted by relevance

12

/external/pdfium/third_party/base/numerics/
H A Dsafe_math_impl.h33 bool IsFloat = std::is_floating_point<Numeric>::value>
451 T, U, typename std::enable_if<std::is_floating_point<T>::value || \
452 std::is_floating_point<U>::value>::type> { \
485 typename std::enable_if<std::is_floating_point<T>::value>::type* = nullptr>
504 typename std::enable_if<std::is_floating_point<T>::value>::type* = nullptr>
523 : (std::is_floating_point<NumericType>::value ? NUMERIC_FLOATING
H A Dsafe_conversions_impl.h21 static const int value = std::is_floating_point<NumericType>::value
215 typename std::enable_if<std::is_floating_point<T>::value>::type* =
484 !std::is_floating_point<T>::value &&
485 !std::is_floating_point<Lhs>::value &&
486 !std::is_floating_point<Rhs>::value &&
H A Dsafe_math.h212 (!std::is_signed<T>::value || std::is_floating_point<T>::value ||
226 (!std::is_signed<T>::value || std::is_floating_point<T>::value ||
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/
H A Dmember_function_pointer.pass.cpp25 static_assert(!std::is_floating_point<T>::value, "");
/external/libcxx/src/
H A Dstring.cpp385 template <class S, class V, bool = is_floating_point<V>::value>
/external/flatbuffers/include/flatbuffers/
H A Dflexbuffers.h1125 return std::is_floating_point<T>::value
/external/clang/test/SemaCXX/
H A Dtype-traits.cpp426 void is_floating_point() function
/external/v8/src/mips/
H A Dsimulator-mips.cc2376 template <typename T, typename std::enable_if<std::is_floating_point<T>::value,
/external/v8/src/mips64/
H A Dsimulator-mips64.cc2372 template <typename T, typename std::enable_if<std::is_floating_point<T>::value,

Completed in 380 milliseconds

12