/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/ |
is_signed.pass.cpp | 12 // is_signed 19 static_assert( std::is_signed<T>::value, ""); 20 static_assert( std::is_signed<const T>::value, ""); 21 static_assert( std::is_signed<volatile T>::value, ""); 22 static_assert( std::is_signed<const volatile T>::value, ""); 28 static_assert(!std::is_signed<T>::value, ""); 29 static_assert(!std::is_signed<const T>::value, ""); 30 static_assert(!std::is_signed<volatile T>::value, ""); 31 static_assert(!std::is_signed<const volatile T>::value, "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/ |
is_signed.pass.cpp | 12 // is_signed 19 static_assert( std::is_signed<T>::value, ""); 20 static_assert( std::is_signed<const T>::value, ""); 21 static_assert( std::is_signed<volatile T>::value, ""); 22 static_assert( std::is_signed<const volatile T>::value, ""); 28 static_assert(!std::is_signed<T>::value, ""); 29 static_assert(!std::is_signed<const T>::value, ""); 30 static_assert(!std::is_signed<volatile T>::value, ""); 31 static_assert(!std::is_signed<const volatile T>::value, "");
|
/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/ |
is_signed.pass.cpp | 12 // is_signed 20 static_assert(std::numeric_limits<T>::is_signed == expected, "is_signed test 1"); 21 static_assert(std::numeric_limits<const T>::is_signed == expected, "is_signed test 2"); 22 static_assert(std::numeric_limits<volatile T>::is_signed == expected, "is_signed test 3"); 23 static_assert(std::numeric_limits<const volatile T>::is_signed == expected, "is_signed test 4");
|
min.pass.cpp | 25 assert(std::numeric_limits<T>::is_bounded || !std::numeric_limits<T>::is_signed); 27 assert(std::numeric_limits<const T>::is_bounded || !std::numeric_limits<const T>::is_signed); 29 assert(std::numeric_limits<volatile T>::is_bounded || !std::numeric_limits<volatile T>::is_signed); 31 assert(std::numeric_limits<const volatile T>::is_bounded || !std::numeric_limits<const volatile T>::is_signed);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/ |
is_signed.pass.cpp | 12 // is_signed 20 static_assert(std::numeric_limits<T>::is_signed == expected, "is_signed test 1"); 21 static_assert(std::numeric_limits<const T>::is_signed == expected, "is_signed test 2"); 22 static_assert(std::numeric_limits<volatile T>::is_signed == expected, "is_signed test 3"); 23 static_assert(std::numeric_limits<const volatile T>::is_signed == expected, "is_signed test 4");
|
min.pass.cpp | 25 assert(std::numeric_limits<T>::is_bounded || !std::numeric_limits<T>::is_signed); 27 assert(std::numeric_limits<const T>::is_bounded || !std::numeric_limits<const T>::is_signed); 29 assert(std::numeric_limits<volatile T>::is_bounded || !std::numeric_limits<volatile T>::is_signed); 31 assert(std::numeric_limits<const volatile T>::is_bounded || !std::numeric_limits<const volatile T>::is_signed);
|
/external/libcxx/test/std/depr/depr.c.headers/ |
stdint_h.pass.cpp | 26 static_assert(std::is_signed<int8_t>::value, 27 "std::is_signed<int8_t>::value"); 31 static_assert(std::is_signed<int16_t>::value, 32 "std::is_signed<int16_t>::value"); 36 static_assert(std::is_signed<int32_t>::value, 37 "std::is_signed<int32_t>::value"); 41 static_assert(std::is_signed<int64_t>::value, 42 "std::is_signed<int64_t>::value"); 68 static_assert(std::is_signed<int_least8_t>::value, 69 "std::is_signed<int_least8_t>::value") [all...] |
stddef_h.pass.cpp | 33 static_assert(std::is_signed<ptrdiff_t>::value, 34 "std::is_signed<ptrdiff_t>::value");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
stdint_h.pass.cpp | 25 static_assert(std::is_signed<int8_t>::value, 26 "std::is_signed<int8_t>::value"); 30 static_assert(std::is_signed<int16_t>::value, 31 "std::is_signed<int16_t>::value"); 35 static_assert(std::is_signed<int32_t>::value, 36 "std::is_signed<int32_t>::value"); 40 static_assert(std::is_signed<int64_t>::value, 41 "std::is_signed<int64_t>::value"); 67 static_assert(std::is_signed<int_least8_t>::value, 68 "std::is_signed<int_least8_t>::value") [all...] |
stddef_h.pass.cpp | 33 static_assert(std::is_signed<ptrdiff_t>::value, 34 "std::is_signed<ptrdiff_t>::value");
|
/external/opencv3/modules/core/include/opencv2/core/cuda/ |
limits.hpp | 64 static const bool is_signed = false; member in struct:cv::cuda::device::numeric_limits 71 static const bool is_signed = true; member in struct:cv::cuda::device::numeric_limits 78 static const bool is_signed = false; member in struct:cv::cuda::device::numeric_limits 85 static const bool is_signed = true; member in struct:cv::cuda::device::numeric_limits 92 static const bool is_signed = false; member in struct:cv::cuda::device::numeric_limits 99 static const bool is_signed = true; member in struct:cv::cuda::device::numeric_limits 106 static const bool is_signed = false; member in struct:cv::cuda::device::numeric_limits 114 static const bool is_signed = true; member in struct:cv::cuda::device::numeric_limits 122 static const bool is_signed = true; member in struct:cv::cuda::device::numeric_limits
|
/external/opencv3/modules/cudev/include/opencv2/cudev/util/ |
limits.hpp | 64 static const bool is_signed = false; member in struct:cv::cudev::numeric_limits 71 static const bool is_signed = true; member in struct:cv::cudev::numeric_limits 78 static const bool is_signed = false; member in struct:cv::cudev::numeric_limits 85 static const bool is_signed = true; member in struct:cv::cudev::numeric_limits 92 static const bool is_signed = false; member in struct:cv::cudev::numeric_limits 99 static const bool is_signed = true; member in struct:cv::cudev::numeric_limits 106 static const bool is_signed = false; member in struct:cv::cudev::numeric_limits 114 static const bool is_signed = true; member in struct:cv::cudev::numeric_limits 122 static const bool is_signed = true; member in struct:cv::cudev::numeric_limits
|
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/ |
cstdint.pass.cpp | 27 static_assert(std::is_signed<std::int8_t>::value, 28 "std::is_signed<std::int8_t>::value"); 32 static_assert(std::is_signed<std::int16_t>::value, 33 "std::is_signed<std::int16_t>::value"); 37 static_assert(std::is_signed<std::int32_t>::value, 38 "std::is_signed<std::int32_t>::value"); 42 static_assert(std::is_signed<std::int64_t>::value, 43 "std::is_signed<std::int64_t>::value"); 69 static_assert(std::is_signed<std::int_least8_t>::value, 70 "std::is_signed<std::int_least8_t>::value") [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/ |
cstdint.pass.cpp | 25 static_assert(std::is_signed<std::int8_t>::value, 26 "std::is_signed<std::int8_t>::value"); 30 static_assert(std::is_signed<std::int16_t>::value, 31 "std::is_signed<std::int16_t>::value"); 35 static_assert(std::is_signed<std::int32_t>::value, 36 "std::is_signed<std::int32_t>::value"); 40 static_assert(std::is_signed<std::int64_t>::value, 41 "std::is_signed<std::int64_t>::value"); 67 static_assert(std::is_signed<std::int_least8_t>::value, 68 "std::is_signed<std::int_least8_t>::value") [all...] |
/prebuilts/gdb/darwin-x86/include/python2.7/ |
longobject.h | 85 If is_signed is 0/false, view the bytes as a non-negative integer. 86 If is_signed is 1/true, view the bytes as a 2's-complement integer, 94 int little_endian, int is_signed); 102 If is_signed is 0/false, it's an error if v < 0; else (v >= 0) n bytes 104 If is_signed is 1/true, bytes is filled with the 2's-complement 107 + is_signed is 0 and v < 0. TypeError is set in this case, and bytes 110 example, if is_signed is 0 and there are more digits in the v than 111 fit in n; or if is_signed is 1, v < 0, and n is just 1 bit shy of 117 int little_endian, int is_signed);
|
/prebuilts/gdb/linux-x86/include/python2.7/ |
longobject.h | 85 If is_signed is 0/false, view the bytes as a non-negative integer. 86 If is_signed is 1/true, view the bytes as a 2's-complement integer, 94 int little_endian, int is_signed); 102 If is_signed is 0/false, it's an error if v < 0; else (v >= 0) n bytes 104 If is_signed is 1/true, bytes is filled with the 2's-complement 107 + is_signed is 0 and v < 0. TypeError is set in this case, and bytes 110 example, if is_signed is 0 and there are more digits in the v than 111 fit in n; or if is_signed is 1, v < 0, and n is just 1 bit shy of 117 int little_endian, int is_signed);
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
longobject.h | 85 If is_signed is 0/false, view the bytes as a non-negative integer. 86 If is_signed is 1/true, view the bytes as a 2's-complement integer, 94 int little_endian, int is_signed); 102 If is_signed is 0/false, it's an error if v < 0; else (v >= 0) n bytes 104 If is_signed is 1/true, bytes is filled with the 2's-complement 107 + is_signed is 0 and v < 0. TypeError is set in this case, and bytes 110 example, if is_signed is 0 and there are more digits in the v than 111 fit in n; or if is_signed is 1, v < 0, and n is just 1 bit shy of 117 int little_endian, int is_signed);
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
longobject.h | 85 If is_signed is 0/false, view the bytes as a non-negative integer. 86 If is_signed is 1/true, view the bytes as a 2's-complement integer, 94 int little_endian, int is_signed); 102 If is_signed is 0/false, it's an error if v < 0; else (v >= 0) n bytes 104 If is_signed is 1/true, bytes is filled with the 2's-complement 107 + is_signed is 0 and v < 0. TypeError is set in this case, and bytes 110 example, if is_signed is 0 and there are more digits in the v than 111 fit in n; or if is_signed is 1, v < 0, and n is just 1 bit shy of 117 int little_endian, int is_signed);
|
/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/libcxx/test/std/language.support/support.types/ |
ptrdiff_t.pass.cpp | 23 static_assert(std::is_signed<std::ptrdiff_t>::value, 24 "std::is_signed<std::ptrdiff_t>::value");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.types/ |
ptrdiff_t.pass.cpp | 23 static_assert(std::is_signed<std::ptrdiff_t>::value, 24 "std::is_signed<std::ptrdiff_t>::value");
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/ |
sign_mixture.hpp | 38 typedef mpl::bool_< ::std::numeric_limits<S>::is_signed > S_signed ; 39 typedef mpl::bool_< ::std::numeric_limits<T>::is_signed > T_signed ;
|
/external/libchrome/base/numerics/ |
safe_math_impl.h | 86 std::numeric_limits<Integer>::is_signed>::type>::type type; 145 if (std::numeric_limits<T>::is_signed) { 168 if (std::numeric_limits<T>::is_signed) { 198 std::numeric_limits<T>::is_signed && 228 !std::numeric_limits<T>::is_signed && 245 if (std::numeric_limits<T>::is_signed && x == std::numeric_limits<T>::min() && 257 std::numeric_limits<T>::is_signed, 266 !std::numeric_limits<T>::is_signed, 275 std::numeric_limits<T>::is_signed, 286 !std::numeric_limits<T>::is_signed, [all...] |
/external/libweave/third_party/chromium/base/numerics/ |
safe_math_impl.h | 85 std::numeric_limits<Integer>::is_signed>::type>::type type; 144 if (std::numeric_limits<T>::is_signed) { 167 if (std::numeric_limits<T>::is_signed) { 197 std::numeric_limits<T>::is_signed && 227 !std::numeric_limits<T>::is_signed && 244 if (std::numeric_limits<T>::is_signed && x == std::numeric_limits<T>::min() && 256 std::numeric_limits<T>::is_signed, 265 !std::numeric_limits<T>::is_signed, 274 std::numeric_limits<T>::is_signed, 285 !std::numeric_limits<T>::is_signed, [all...] |