/external/astl/include/ |
limits | 50 template<typename T, T bits, bool is_signed> struct digits10 { 74 static const bool is_signed = false; 114 static const bool is_signed = true; 130 static const bool is_signed = true; 146 static const bool is_signed = true; 150 static const int digits10 = digits10<int, digits, is_signed>::value; 162 static const bool is_signed = false; 166 static const int digits10 = digits10<int, digits, is_signed>::value; 178 static const bool is_signed = true; 182 static const int digits10 = digits10<int, digits, is_signed>::value [all...] |
/sdk/emulator/qtools/ |
decoder.h | 13 int64_t Decode(bool is_signed);
|
/external/stlport/test/unit/ |
limits_test.cpp | 70 bool test_integral_limits_base(const _Tp &, bool unknown_sign = true, bool is_signed = true) { 78 CHECK_COND((unknown_sign && ((lim::is_signed && (lim::min() != 0)) || (!lim::is_signed && (lim::min() == 0)))) || 79 (!unknown_sign && ((lim::is_signed && is_signed) || (!lim::is_signed && !is_signed)))); 82 CHECK_COND(valid_sign_info(lim::is_signed, _Tp())); 88 bool test_integral_limits(const _Tp &val, bool unknown_sign = true, bool is_signed = true) { 89 if (!test_integral_limits_base(val, unknown_sign, is_signed)) [all...] |
/ndk/tests/device/test-gnustl-full/unit/ |
limits_test.cpp | 70 bool test_integral_limits_base(const _Tp &, bool unknown_sign = true, bool is_signed = true) { 78 CHECK_COND((unknown_sign && ((lim::is_signed && (lim::min() != 0)) || (!lim::is_signed && (lim::min() == 0)))) || 79 (!unknown_sign && ((lim::is_signed && is_signed) || (!lim::is_signed && !is_signed)))); 82 CHECK_COND(valid_sign_info(lim::is_signed, _Tp())); 88 bool test_integral_limits(const _Tp &val, bool unknown_sign = true, bool is_signed = true) { 89 if (!test_integral_limits_base(val, unknown_sign, is_signed)) [all...] |
/ndk/tests/device/test-stlport/unit/ |
limits_test.cpp | 70 bool test_integral_limits_base(const _Tp &, bool unknown_sign = true, bool is_signed = true) { 78 CHECK_COND((unknown_sign && ((lim::is_signed && (lim::min() != 0)) || (!lim::is_signed && (lim::min() == 0)))) || 79 (!unknown_sign && ((lim::is_signed && is_signed) || (!lim::is_signed && !is_signed)))); 82 CHECK_COND(valid_sign_info(lim::is_signed, _Tp())); 88 bool test_integral_limits(const _Tp &val, bool unknown_sign = true, bool is_signed = true) { 89 if (!test_integral_limits_base(val, unknown_sign, is_signed)) [all...] |
/external/astl/tests/ |
test_limits.cpp | 66 EXPECT_TRUE(std::numeric_limits<float>::is_signed); 67 EXPECT_TRUE(std::numeric_limits<double>::is_signed); 68 EXPECT_TRUE(std::numeric_limits<long>::is_signed); 69 EXPECT_TRUE(std::numeric_limits<long long>::is_signed);
|
/external/webkit/Source/WebCore/html/canvas/ |
CheckedInt.h | 112 template<int size, bool is_signed> 137 is_signed = (T(-1) > T(0)) ? 0 : 1 enumerator in enum:WebCore::CheckedInt_internal::integer_type_manually_recorded_info::__anon13105 139 typedef typename explicitly_sized_integer_type<size, is_signed>::type explicit_sized_type; 174 is_signed = (T(-1) > T(0)) ? 0 : 1 enumerator in enum:WebCore::CheckedInt_internal::integer_traits::__anon13108 180 return is_signed ? T(T(1) << position_of_sign_bit) : T(0); 206 bool is_T_signed = integer_traits<T>::is_signed, 207 bool is_U_signed = integer_traits<U>::is_signed> 260 return integer_traits<T>::is_signed ? 271 return integer_traits<T>::is_signed ? 279 bool is_signed = integer_traits<T>::is_signed [all...] |
/prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/include/c++/4.4.3/ |
limits | 201 static const bool is_signed = false; 319 static const bool is_signed = false; 373 static const bool is_signed = __glibcxx_signed (char); 424 static const bool is_signed = true; 475 static const bool is_signed = false; 526 static const bool is_signed = __glibcxx_signed (wchar_t); 578 static const bool is_signed = __glibcxx_signed (char16_t); 629 static const bool is_signed = __glibcxx_signed (char32_t); 681 static const bool is_signed = true; 732 static const bool is_signed = false [all...] |
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/include/c++/4.4.3/ |
limits | 201 static const bool is_signed = false; 319 static const bool is_signed = false; 373 static const bool is_signed = __glibcxx_signed (char); 424 static const bool is_signed = true; 475 static const bool is_signed = false; 526 static const bool is_signed = __glibcxx_signed (wchar_t); 578 static const bool is_signed = __glibcxx_signed (char16_t); 629 static const bool is_signed = __glibcxx_signed (char32_t); 681 static const bool is_signed = true; 732 static const bool is_signed = false [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
limits | 201 static const bool is_signed = false; 319 static const bool is_signed = false; 373 static const bool is_signed = __glibcxx_signed (char); 424 static const bool is_signed = true; 475 static const bool is_signed = false; 526 static const bool is_signed = __glibcxx_signed (wchar_t); 578 static const bool is_signed = __glibcxx_signed (char16_t); 629 static const bool is_signed = __glibcxx_signed (char32_t); 681 static const bool is_signed = true; 732 static const bool is_signed = false [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ |
limits | 201 static const bool is_signed = false; 319 static const bool is_signed = false; 373 static const bool is_signed = __glibcxx_signed (char); 424 static const bool is_signed = true; 475 static const bool is_signed = false; 526 static const bool is_signed = __glibcxx_signed (wchar_t); 578 static const bool is_signed = __glibcxx_signed (char16_t); 629 static const bool is_signed = __glibcxx_signed (char32_t); 681 static const bool is_signed = true; 732 static const bool is_signed = false [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ |
limits | 201 static const bool is_signed = false; 319 static const bool is_signed = false; 373 static const bool is_signed = __glibcxx_signed (char); 424 static const bool is_signed = true; 475 static const bool is_signed = false; 526 static const bool is_signed = __glibcxx_signed (wchar_t); 578 static const bool is_signed = __glibcxx_signed (char16_t); 629 static const bool is_signed = __glibcxx_signed (char32_t); 681 static const bool is_signed = true; 732 static const bool is_signed = false [all...] |
/external/stlport/stlport/ |
type_traits | 553 struct is_signed : 557 __CV_SPEC(is_signed,signed char,true); 558 __CV_SPEC(is_signed,short,true); 559 __CV_SPEC(is_signed,int,true); 560 __CV_SPEC(is_signed,long,true); 561 __CV_SPEC(is_signed,long long,true);
|
/ndk/sources/cxx-stl/stlport/stlport/ |
type_traits | 553 struct is_signed : 557 __CV_SPEC(is_signed,signed char,true); 558 __CV_SPEC(is_signed,short,true); 559 __CV_SPEC(is_signed,int,true); 560 __CV_SPEC(is_signed,long,true); 561 __CV_SPEC(is_signed,long long,true);
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/ |
type_traits | 553 struct is_signed : 557 __CV_SPEC(is_signed,signed char,true); 558 __CV_SPEC(is_signed,short,true); 559 __CV_SPEC(is_signed,int,true); 560 __CV_SPEC(is_signed,long,true); 561 __CV_SPEC(is_signed,long long,true);
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/ |
type_traits | 553 struct is_signed : 557 __CV_SPEC(is_signed,signed char,true); 558 __CV_SPEC(is_signed,short,true); 559 __CV_SPEC(is_signed,int,true); 560 __CV_SPEC(is_signed,long,true); 561 __CV_SPEC(is_signed,long long,true);
|
/external/stlport/stlport/stl/ |
_limits.c | 43 __declare_numeric_base_member(bool, is_signed); 72 __declare_integer_limits_member(bool, is_signed); 88 _STLP_TEMPLATE_NULL const bool numeric_limits<__integer>::is_signed; \ 118 __declare_float_limits_member(bool, is_signed);
|
_limits.h | 77 _STLP_STATIC_CONSTANT(bool, is_signed = false); 128 _STLP_STATIC_CONSTANT(bool, is_signed = (__imin != 0)); 158 _STLP_STATIC_CONSTANT(bool, is_signed = true); 307 _STLP_STATIC_CONSTANT(bool, is_signed = true); 326 _STLP_STATIC_CONSTANT(bool, is_signed = false);
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_limits.c | 43 __declare_numeric_base_member(bool, is_signed); 72 __declare_integer_limits_member(bool, is_signed); 88 _STLP_TEMPLATE_NULL const bool numeric_limits<__integer>::is_signed; \ 118 __declare_float_limits_member(bool, is_signed);
|
_limits.h | 77 _STLP_STATIC_CONSTANT(bool, is_signed = false); 128 _STLP_STATIC_CONSTANT(bool, is_signed = (__imin != 0)); 158 _STLP_STATIC_CONSTANT(bool, is_signed = true); 307 _STLP_STATIC_CONSTANT(bool, is_signed = true); 326 _STLP_STATIC_CONSTANT(bool, is_signed = false);
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_limits.c | 43 __declare_numeric_base_member(bool, is_signed); 72 __declare_integer_limits_member(bool, is_signed); 88 _STLP_TEMPLATE_NULL const bool numeric_limits<__integer>::is_signed; \ 118 __declare_float_limits_member(bool, is_signed);
|
_limits.h | 77 _STLP_STATIC_CONSTANT(bool, is_signed = false); 128 _STLP_STATIC_CONSTANT(bool, is_signed = (__imin != 0)); 158 _STLP_STATIC_CONSTANT(bool, is_signed = true); 307 _STLP_STATIC_CONSTANT(bool, is_signed = true); 326 _STLP_STATIC_CONSTANT(bool, is_signed = false);
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_limits.c | 43 __declare_numeric_base_member(bool, is_signed); 72 __declare_integer_limits_member(bool, is_signed); 88 _STLP_TEMPLATE_NULL const bool numeric_limits<__integer>::is_signed; \ 118 __declare_float_limits_member(bool, is_signed);
|
_limits.h | 77 _STLP_STATIC_CONSTANT(bool, is_signed = false); 128 _STLP_STATIC_CONSTANT(bool, is_signed = (__imin != 0)); 158 _STLP_STATIC_CONSTANT(bool, is_signed = true); 307 _STLP_STATIC_CONSTANT(bool, is_signed = true); 326 _STLP_STATIC_CONSTANT(bool, is_signed = false);
|
/external/llvm/include/llvm/ADT/ |
PackedVector.h | 76 std::numeric_limits<T>::is_signed> { 78 typedef PackedVectorBase<T, BitNum, std::numeric_limits<T>::is_signed> base;
|