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

  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/time/time.traits/time.traits.is_fp/
treat_as_floating_point.pass.cpp 21 static_assert((std::is_base_of<std::is_floating_point<T>,
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/complex.number/cmplx.over/
conj.pass.cpp 34 test(T x, typename std::enable_if<std::is_floating_point<T>::value>::type* = 0)
43 !std::is_floating_point<T>::value>::type* = 0)
proj.pass.cpp 34 test(T x, typename std::enable_if<std::is_floating_point<T>::value>::type* = 0)
43 !std::is_floating_point<T>::value>::type* = 0)
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/meta/meta.unary/meta.unary.cat/
lvalue_ref.pass.cpp 21 static_assert(!std::is_floating_point<T>::value, "");
rvalue_ref.pass.cpp 21 static_assert(!std::is_floating_point<T>::value, "");
void.pass.cpp 21 static_assert(!std::is_floating_point<T>::value, "");
array.pass.cpp 21 static_assert(!std::is_floating_point<T>::value, "");
class.pass.cpp 21 static_assert(!std::is_floating_point<T>::value, "");
enum.pass.cpp 21 static_assert(!std::is_floating_point<T>::value, "");
floating_point.pass.cpp 21 static_assert( std::is_floating_point<T>::value, "");
function.pass.cpp 21 static_assert(!std::is_floating_point<T>::value, "");
integral.pass.cpp 21 static_assert(!std::is_floating_point<T>::value, "");
member_function_pointer.pass.cpp 21 static_assert(!std::is_floating_point<T>::value, "");
member_object_pointer.pass.cpp 21 static_assert(!std::is_floating_point<T>::value, "");
pointer.pass.cpp 21 static_assert(!std::is_floating_point<T>::value, "");
union.pass.cpp 21 static_assert(!std::is_floating_point<T>::value, "");
  /ndk/sources/cxx-stl/llvm-libc++/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>());
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
random.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
random.h     [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
random.h     [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
random.h     [all...]
  /external/clang/test/SemaCXX/
type-traits.cpp 334 void is_floating_point() function
    [all...]

Completed in 97 milliseconds