/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...] |
/toolchain/binutils/binutils-2.25/gold/ |
ehframe.cc | 233 bool is_signed = (fde_encoding & elfcpp::DW_EH_PE_signed) != 0; local 249 if (is_signed) 255 if (size > 32 && is_signed) [all...] |
/external/llvm/include/llvm/ADT/ |
SparseSet.h | 122 !std::numeric_limits<SparseT>::is_signed,
|
SparseMultiSet.h | 80 !std::numeric_limits<SparseT>::is_signed,
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_num_get.c | 255 typedef typename __bool2type<numeric_limits<_Integer>::is_signed>::_Ret _IsSigned;
|
_fstream.c | 634 _STLP_STATIC_ASSERT(!numeric_limits<size_t>::is_signed && 659 ((sizeof(streamsize) == sizeof(size_t)) && numeric_limits<streamsize>::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-linux-glibc2.15-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/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/ |
type_traits | 552 struct is_signed
|
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/ |
_num_get.c | 255 typedef typename __bool2type<numeric_limits<_Integer>::is_signed>::_Ret _IsSigned;
|
_fstream.c | 634 _STLP_STATIC_ASSERT(!numeric_limits<size_t>::is_signed && 659 ((sizeof(streamsize) == sizeof(size_t)) && numeric_limits<streamsize>::is_signed) ||
|
/toolchain/binutils/binutils-2.25/bfd/ |
elf-eh-frame.c | 168 read_value (bfd *abfd, bfd_byte *buf, int width, int is_signed) 175 if (is_signed) 181 if (is_signed) 187 if (is_signed) [all...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-tilepro.c | 363 if (bfd_check_overflow (operand->is_signed 373 if (operand->is_signed) [all...] |
tc-tilegx.c | 407 if (bfd_check_overflow (operand->is_signed 417 if (operand->is_signed) [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_decimal.py | 168 'issigned':'is_signed', 198 'is_signed', [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_decimal.py | 168 'issigned':'is_signed', 198 'is_signed', [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_decimal.py | 168 'issigned':'is_signed', 198 'is_signed', [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_decimal.py | 168 'issigned':'is_signed', 198 'is_signed', [all...] |
/external/mesa3d/src/gallium/tests/trivial/ |
compute.c | 1180 bool is_signed = (util_format_description(surface_fmts[i]) local [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
type_traits | 653 /// is_signed 655 struct is_signed 662 : public __and_<is_arithmetic<_Tp>, __not_<is_signed<_Tp>>>::type [all...] |
/art/disassembler/ |
disassembler_arm.cc | 1376 bool is_signed = HasBitSet(instr, 24); local [all...] |
/external/deqp/modules/gles2/functional/ |
es2fDefaultVertexAttributeTests.cpp | 220 std::numeric_limits<typename LoaderType::Type>::is_signed,
|
/external/deqp/modules/gles3/functional/ |
es3fDefaultVertexAttributeTests.cpp | 296 std::numeric_limits<typename LoaderType::Type>::is_signed,
|
/external/valgrind/VEX/priv/ |
tilegx_disasm.h | 1201 UInt is_signed : 1; member in struct:tilegx_operand
|