HomeSort by relevance Sort by last modified time
    Searched full:is_floating_point (Results 26 - 50 of 91) sorted by null

12 3 4

  /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/
floating_point.pass.cpp 24 static_assert( std::is_floating_point<T>::value, "");
integral.pass.cpp 24 static_assert(!std::is_floating_point<T>::value, "");
member_object_pointer.pass.cpp 24 static_assert(!std::is_floating_point<T>::value, "");
nullptr.pass.cpp 24 static_assert(!std::is_floating_point<T>::value, "");
pointer.pass.cpp 24 static_assert(!std::is_floating_point<T>::value, "");
union.pass.cpp 24 static_assert(!std::is_floating_point<T>::value, "");
void.pass.cpp 24 static_assert(!std::is_floating_point<T>::value, "");
function.pass.cpp 35 static_assert(!std::is_floating_point<T>::value, "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/
quiet_NaN.pass.cpp 44 test_imp<T>(std::is_floating_point<T>());
signaling_NaN.pass.cpp 44 test_imp<T>(std::is_floating_point<T>());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.cat/
array.pass.cpp 24 static_assert(!std::is_floating_point<T>::value, "");
class.pass.cpp 24 static_assert(!std::is_floating_point<T>::value, "");
enum.pass.cpp 24 static_assert(!std::is_floating_point<T>::value, "");
floating_point.pass.cpp 24 static_assert( std::is_floating_point<T>::value, "");
function.pass.cpp 24 static_assert(!std::is_floating_point<T>::value, "");
integral.pass.cpp 24 static_assert(!std::is_floating_point<T>::value, "");
member_object_pointer.pass.cpp 24 static_assert(!std::is_floating_point<T>::value, "");
nullptr.pass.cpp 24 static_assert(!std::is_floating_point<T>::value, "");
pointer.pass.cpp 24 static_assert(!std::is_floating_point<T>::value, "");
union.pass.cpp 24 static_assert(!std::is_floating_point<T>::value, "");
void.pass.cpp 24 static_assert(!std::is_floating_point<T>::value, "");
  /art/cmdline/detail/
cmdline_parser_detail.h 81 std::is_floating_point<TLeft>::value
82 && std::is_floating_point<TRight>::value> {
  /ndk/sources/cxx-stl/stlport/stlport/
type_traits 231 struct is_floating_point :
235 __CV_SPEC(is_floating_point,float,true);
236 __CV_SPEC(is_floating_point,double,true);
237 __CV_SPEC(is_floating_point,long double,true);
362 public integral_constant<bool, (is_integral<_Tp>::value || is_floating_point<_Tp>::value)>
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/
type_traits 231 struct is_floating_point :
235 __CV_SPEC(is_floating_point,float,true);
236 __CV_SPEC(is_floating_point,double,true);
237 __CV_SPEC(is_floating_point,long double,true);
362 public integral_constant<bool, (is_integral<_Tp>::value || is_floating_point<_Tp>::value)>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/
fpclassify.hpp 18 #include <boost/type_traits/is_floating_point.hpp>
136 if(::boost::math_detail::is_nan_helper(t, ::boost::is_floating_point<T>()))
139 if(boost::math_detail::is_nan_helper(t, ::boost::is_floating_point<T>()))
315 typedef typename boost::is_floating_point<T>::type fp_tag;
375 typedef typename boost::is_floating_point<T>::type fp_tag;
453 typedef typename boost::is_floating_point<T>::type fp_tag;
523 typedef typename boost::is_floating_point<T>::type fp_tag;

Completed in 1691 milliseconds

12 3 4