HomeSort by relevance Sort by last modified time
    Searched refs:is_floating_point_type (Results 1 - 2 of 2) sorted by null

  /external/vixl/src/aarch64/
abi-aarch64.h 87 const bool is_floating_point_type = std::is_floating_point<T>::value; local
94 VIXL_ASSERT(is_floating_point_type || is_integral_type || is_pointer_type);
107 if (is_floating_point_type && (NSRN_ < 8)) {
112 if (is_floating_point_type) {
114 !is_floating_point_type ||
  /external/tensorflow/tensorflow/core/framework/
tensor_testutil.h 118 struct is_floating_point_type { struct in namespace:tensorflow::test::internal
160 template <typename T, bool is_fp = is_floating_point_type<T>::value>
242 static_assert(internal::is_floating_point_type<T>::value,

Completed in 66 milliseconds