HomeSort by relevance Sort by last modified time
    Searched full:is_signed (Results 151 - 175 of 253) sorted by null

1 2 3 4 5 67 8 91011

  /external/llvm/include/llvm/ADT/
StringRef.h 342 typename std::enable_if<std::numeric_limits<T>::is_signed, bool>::type
353 typename std::enable_if<!std::numeric_limits<T>::is_signed, bool>::type
SparseSet.h 122 !std::numeric_limits<SparseT>::is_signed,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
type_traits 567 /// is_signed
569 struct is_signed
576 : public __and_<is_arithmetic<_Tp>, __not_<is_signed<_Tp>>>::type
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
type_traits 567 /// is_signed
569 struct is_signed
576 : public __and_<is_arithmetic<_Tp>, __not_<is_signed<_Tp>>>::type
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
type_traits 555 /// is_signed
557 struct is_signed
564 : public __and_<is_arithmetic<_Tp>, __not_<is_signed<_Tp>>>::type
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
type_traits 555 /// is_signed
557 struct is_signed
564 : public __and_<is_arithmetic<_Tp>, __not_<is_signed<_Tp>>>::type
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
type_traits 567 /// is_signed
569 struct is_signed
576 : public __and_<is_arithmetic<_Tp>, __not_<is_signed<_Tp>>>::type
    [all...]
  /external/chromium_org/base/strings/
string_number_conversions.cc 185 if (!std::numeric_limits<value_type>::is_signed) {
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_num_get.c 255 typedef typename __bool2type<numeric_limits<_Integer>::is_signed>::_Ret _IsSigned;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/tr1/
type_traits 556 struct is_signed
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
type_traits 552 struct is_signed
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
type_traits 552 struct is_signed
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_num_get.c 255 typedef typename __bool2type<numeric_limits<_Integer>::is_signed>::_Ret _IsSigned;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_num_get.c 255 typedef typename __bool2type<numeric_limits<_Integer>::is_signed>::_Ret _IsSigned;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_num_get.c 255 typedef typename __bool2type<numeric_limits<_Integer>::is_signed>::_Ret _IsSigned;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
type_traits 556 struct is_signed
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
type_traits 553 struct is_signed
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_num_get.c 255 typedef typename __bool2type<numeric_limits<_Integer>::is_signed>::_Ret _IsSigned;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_num_get.c 255 typedef typename __bool2type<numeric_limits<_Integer>::is_signed>::_Ret _IsSigned;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
type_traits 556 struct is_signed
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
type_traits 553 struct is_signed
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
type_traits 552 struct is_signed
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
type_traits 552 struct is_signed
  /external/lldb/source/Expression/
IRInterpreter.cpp 266 const bool is_signed = true; local
267 value += APInt(value.getBitWidth(), offset, is_signed);
    [all...]
  /external/stlport/stlport/stl/
_fstream.c 634 _STLP_STATIC_ASSERT(!numeric_limits<size_t>::is_signed &&
659 ((sizeof(streamsize) == sizeof(size_t)) && numeric_limits<streamsize>::is_signed) ||

Completed in 1908 milliseconds

1 2 3 4 5 67 8 91011