HomeSort by relevance Sort by last modified time
    Searched full:is_unsigned (Results 1 - 25 of 88) sorted by null

1 2 3 4

  /external/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
is_unsigned.pass.cpp 12 // is_unsigned
19 static_assert( std::is_unsigned<T>::value, "");
20 static_assert( std::is_unsigned<const T>::value, "");
21 static_assert( std::is_unsigned<volatile T>::value, "");
22 static_assert( std::is_unsigned<const volatile T>::value, "");
28 static_assert(!std::is_unsigned<T>::value, "");
29 static_assert(!std::is_unsigned<const T>::value, "");
30 static_assert(!std::is_unsigned<volatile T>::value, "");
31 static_assert(!std::is_unsigned<const volatile T>::value, "");
Android.mk 127 test_name := utilities/meta/meta.unary/meta.unary.prop/is_unsigned
128 test_src := is_unsigned.pass.cpp
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
is_unsigned.pass.cpp 12 // is_unsigned
19 static_assert( std::is_unsigned<T>::value, "");
20 static_assert( std::is_unsigned<const T>::value, "");
21 static_assert( std::is_unsigned<volatile T>::value, "");
22 static_assert( std::is_unsigned<const volatile T>::value, "");
28 static_assert(!std::is_unsigned<T>::value, "");
29 static_assert(!std::is_unsigned<const T>::value, "");
30 static_assert(!std::is_unsigned<volatile T>::value, "");
31 static_assert(!std::is_unsigned<const volatile T>::value, "");
  /external/libcxx/test/depr/depr.c.headers/
stdint_h.pass.cpp 46 static_assert(std::is_unsigned<uint8_t>::value,
47 "std::is_unsigned<uint8_t>::value");
51 static_assert(std::is_unsigned<uint16_t>::value,
52 "std::is_unsigned<uint16_t>::value");
56 static_assert(std::is_unsigned<uint32_t>::value,
57 "std::is_unsigned<uint32_t>::value");
61 static_assert(std::is_unsigned<uint64_t>::value,
62 "std::is_unsigned<uint64_t>::value");
88 static_assert(std::is_unsigned<uint_least8_t>::value,
89 "std::is_unsigned<uint_least8_t>::value")
    [all...]
stddef_h.pass.cpp 27 static_assert(std::is_unsigned<size_t>::value,
28 "std::is_unsigned<size_t>::value");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
stdint_h.pass.cpp 46 static_assert(std::is_unsigned<uint8_t>::value,
47 "std::is_unsigned<uint8_t>::value");
51 static_assert(std::is_unsigned<uint16_t>::value,
52 "std::is_unsigned<uint16_t>::value");
56 static_assert(std::is_unsigned<uint32_t>::value,
57 "std::is_unsigned<uint32_t>::value");
61 static_assert(std::is_unsigned<uint64_t>::value,
62 "std::is_unsigned<uint64_t>::value");
88 static_assert(std::is_unsigned<uint_least8_t>::value,
89 "std::is_unsigned<uint_least8_t>::value")
    [all...]
stddef_h.pass.cpp 27 static_assert(std::is_unsigned<size_t>::value,
28 "std::is_unsigned<size_t>::value");
  /external/libcxx/test/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 46 static_assert(std::is_unsigned<std::uint8_t>::value,
47 "std::is_unsigned<std::uint8_t>::value");
51 static_assert(std::is_unsigned<std::uint16_t>::value,
52 "std::is_unsigned<std::uint16_t>::value");
56 static_assert(std::is_unsigned<std::uint32_t>::value,
57 "std::is_unsigned<std::uint32_t>::value");
61 static_assert(std::is_unsigned<std::uint64_t>::value,
62 "std::is_unsigned<std::uint64_t>::value");
88 static_assert(std::is_unsigned<std::uint_least8_t>::value,
89 "std::is_unsigned<std::uint_least8_t>::value")
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 46 static_assert(std::is_unsigned<std::uint8_t>::value,
47 "std::is_unsigned<std::uint8_t>::value");
51 static_assert(std::is_unsigned<std::uint16_t>::value,
52 "std::is_unsigned<std::uint16_t>::value");
56 static_assert(std::is_unsigned<std::uint32_t>::value,
57 "std::is_unsigned<std::uint32_t>::value");
61 static_assert(std::is_unsigned<std::uint64_t>::value,
62 "std::is_unsigned<std::uint64_t>::value");
88 static_assert(std::is_unsigned<std::uint_least8_t>::value,
89 "std::is_unsigned<std::uint_least8_t>::value")
    [all...]
  /external/libcxx/test/language.support/support.types/
size_t.pass.cpp 23 static_assert(std::is_unsigned<std::size_t>::value,
24 "std::is_unsigned<std::size_t>::value");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.types/
size_t.pass.cpp 23 static_assert(std::is_unsigned<std::size_t>::value,
24 "std::is_unsigned<std::size_t>::value");
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
is_unsigned.hpp 126 BOOST_TT_AUX_BOOL_TRAIT_DEF1(is_unsigned,T,__is_unsigned(T))
128 BOOST_TT_AUX_BOOL_TRAIT_DEF1(is_unsigned,T,::boost::detail::is_unsigned_imp<T>::value)
make_unsigned.hpp 15 #include <boost/type_traits/is_unsigned.hpp>
49 ::boost::is_unsigned<T>::value,
  /external/chromium_org/third_party/bintrees/bintrees/
cwalker.c 3063 const int is_unsigned = neg_one > const_zero; local
3082 const int is_unsigned = neg_one > const_zero; local
3101 const int is_unsigned = neg_one > const_zero; local
3120 const int is_unsigned = neg_one > const_zero; local
3139 const int is_unsigned = neg_one > const_zero; local
3158 const int is_unsigned = neg_one > const_zero; local
3177 const int is_unsigned = neg_one > const_zero; local
3196 const int is_unsigned = neg_one > const_zero; local
3215 const int is_unsigned = neg_one > const_zero; local
3234 const int is_unsigned = neg_one > const_zero; local
3253 const int is_unsigned = neg_one > const_zero; local
3288 const int is_unsigned = neg_one > const_zero; local
3323 const int is_unsigned = neg_one > const_zero; local
3358 const int is_unsigned = neg_one > const_zero; local
3393 const int is_unsigned = neg_one > const_zero; local
3428 const int is_unsigned = neg_one > const_zero; local
    [all...]
qavltree.c 2614 const int is_unsigned = neg_one > const_zero; local
2633 const int is_unsigned = neg_one > const_zero; local
2652 const int is_unsigned = neg_one > const_zero; local
2671 const int is_unsigned = neg_one > const_zero; local
2690 const int is_unsigned = neg_one > const_zero; local
2709 const int is_unsigned = neg_one > const_zero; local
2728 const int is_unsigned = neg_one > const_zero; local
2747 const int is_unsigned = neg_one > const_zero; local
2766 const int is_unsigned = neg_one > const_zero; local
2785 const int is_unsigned = neg_one > const_zero; local
2804 const int is_unsigned = neg_one > const_zero; local
2839 const int is_unsigned = neg_one > const_zero; local
2874 const int is_unsigned = neg_one > const_zero; local
2909 const int is_unsigned = neg_one > const_zero; local
2944 const int is_unsigned = neg_one > const_zero; local
2979 const int is_unsigned = neg_one > const_zero; local
    [all...]
qbintree.c 2609 const int is_unsigned = neg_one > const_zero; local
2628 const int is_unsigned = neg_one > const_zero; local
2647 const int is_unsigned = neg_one > const_zero; local
2666 const int is_unsigned = neg_one > const_zero; local
2685 const int is_unsigned = neg_one > const_zero; local
2704 const int is_unsigned = neg_one > const_zero; local
2723 const int is_unsigned = neg_one > const_zero; local
2742 const int is_unsigned = neg_one > const_zero; local
2761 const int is_unsigned = neg_one > const_zero; local
2780 const int is_unsigned = neg_one > const_zero; local
2799 const int is_unsigned = neg_one > const_zero; local
2834 const int is_unsigned = neg_one > const_zero; local
2869 const int is_unsigned = neg_one > const_zero; local
2904 const int is_unsigned = neg_one > const_zero; local
2939 const int is_unsigned = neg_one > const_zero; local
2974 const int is_unsigned = neg_one > const_zero; local
    [all...]
qrbtree.c 2611 const int is_unsigned = neg_one > const_zero; local
2630 const int is_unsigned = neg_one > const_zero; local
2649 const int is_unsigned = neg_one > const_zero; local
2668 const int is_unsigned = neg_one > const_zero; local
2687 const int is_unsigned = neg_one > const_zero; local
2706 const int is_unsigned = neg_one > const_zero; local
2725 const int is_unsigned = neg_one > const_zero; local
2744 const int is_unsigned = neg_one > const_zero; local
2763 const int is_unsigned = neg_one > const_zero; local
2782 const int is_unsigned = neg_one > const_zero; local
2801 const int is_unsigned = neg_one > const_zero; local
2836 const int is_unsigned = neg_one > const_zero; local
2871 const int is_unsigned = neg_one > const_zero; local
2906 const int is_unsigned = neg_one > const_zero; local
2941 const int is_unsigned = neg_one > const_zero; local
2976 const int is_unsigned = neg_one > const_zero; local
    [all...]
  /external/stlport/stlport/
type_traits 566 struct is_unsigned :
570 __CV_SPEC(is_unsigned,unsigned char,true);
571 __CV_SPEC(is_unsigned,unsigned short,true);
572 __CV_SPEC(is_unsigned,unsigned int,true);
573 __CV_SPEC(is_unsigned,unsigned long,true);
574 __CV_SPEC(is_unsigned,unsigned long long,true);
  /ndk/sources/cxx-stl/stlport/stlport/
type_traits 564 struct is_unsigned :
568 __CV_SPEC(is_unsigned,unsigned char,true);
569 __CV_SPEC(is_unsigned,unsigned short,true);
570 __CV_SPEC(is_unsigned,unsigned int,true);
571 __CV_SPEC(is_unsigned,unsigned long,true);
572 __CV_SPEC(is_unsigned,unsigned long long,true);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/
type_traits 564 struct is_unsigned :
568 __CV_SPEC(is_unsigned,unsigned char,true);
569 __CV_SPEC(is_unsigned,unsigned short,true);
570 __CV_SPEC(is_unsigned,unsigned int,true);
571 __CV_SPEC(is_unsigned,unsigned long,true);
572 __CV_SPEC(is_unsigned,unsigned long long,true);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/
type_traits 564 struct is_unsigned :
568 __CV_SPEC(is_unsigned,unsigned char,true);
569 __CV_SPEC(is_unsigned,unsigned short,true);
570 __CV_SPEC(is_unsigned,unsigned int,true);
571 __CV_SPEC(is_unsigned,unsigned long,true);
572 __CV_SPEC(is_unsigned,unsigned long long,true);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/
type_traits 564 struct is_unsigned :
568 __CV_SPEC(is_unsigned,unsigned char,true);
569 __CV_SPEC(is_unsigned,unsigned short,true);
570 __CV_SPEC(is_unsigned,unsigned int,true);
571 __CV_SPEC(is_unsigned,unsigned long,true);
572 __CV_SPEC(is_unsigned,unsigned long long,true);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
type_traits 564 struct is_unsigned :
568 __CV_SPEC(is_unsigned,unsigned char,true);
569 __CV_SPEC(is_unsigned,unsigned short,true);
570 __CV_SPEC(is_unsigned,unsigned int,true);
571 __CV_SPEC(is_unsigned,unsigned long,true);
572 __CV_SPEC(is_unsigned,unsigned long long,true);
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/
type_traits 564 struct is_unsigned :
568 __CV_SPEC(is_unsigned,unsigned char,true);
569 __CV_SPEC(is_unsigned,unsigned short,true);
570 __CV_SPEC(is_unsigned,unsigned int,true);
571 __CV_SPEC(is_unsigned,unsigned long,true);
572 __CV_SPEC(is_unsigned,unsigned long long,true);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texstore.c 3203 GLboolean is_unsigned = _mesa_is_type_unsigned(srcType); local
3280 GLboolean is_unsigned = _mesa_is_type_unsigned(srcType); local
3357 GLboolean is_unsigned = _mesa_is_type_unsigned(srcType); local
3431 GLboolean is_unsigned = _mesa_is_type_unsigned(srcType); local
3505 GLboolean is_unsigned = _mesa_is_type_unsigned(srcType); local
3578 GLboolean is_unsigned = _mesa_is_type_unsigned(srcType); local
3912 GLboolean is_unsigned = _mesa_is_type_unsigned(srcType); local
3978 GLboolean is_unsigned = _mesa_is_type_unsigned(srcType); local
    [all...]

Completed in 624 milliseconds

1 2 3 4