OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_signed
(Results
151 - 175
of
286
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/toolchain/binutils/binutils-2.25/include/opcode/
tilegx.h
1182
unsigned int
is_signed
: 1;
member in struct:tilegx_operand
tilepro.h
1478
unsigned int
is_signed
: 1;
member in struct:tilepro_operand
[
all
...]
/external/google-breakpad/src/common/
dwarf_cu_to_module_unittest.cc
172
void SetLanguageSigned(bool
is_signed
) { language_signed_ =
is_signed
; }
[
all
...]
/external/vixl/src/vixl/a64/
simulator-a64.h
[
all
...]
logic-a64.cc
[
all
...]
/prebuilts/gdb/darwin-x86/lib/python2.7/
decimal.py
3043
def
is_signed
(self):
member in class:Decimal
4414
def
is_signed
(self, a):
member in class:Context
[
all
...]
/prebuilts/gdb/linux-x86/lib/python2.7/
decimal.py
3043
def
is_signed
(self):
member in class:Decimal
4414
def
is_signed
(self, a):
member in class:Context
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
decimal.py
3043
def
is_signed
(self):
member in class:Decimal
4414
def
is_signed
(self, a):
member in class:Context
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
decimal.py
3043
def
is_signed
(self):
member in class:Decimal
4414
def
is_signed
(self, a):
member in class:Context
[
all
...]
/art/compiler/utils/arm/
assembler_thumb2.h
720
bool
is_signed
,
[
all
...]
assembler_thumb2.cc
[
all
...]
/external/libcxx/include/
type_traits
79
template <class T> struct
is_signed
;
689
//
is_signed
702
template <class _Tp> struct _LIBCPP_TYPE_VIS_ONLY
is_signed
: public __libcpp_is_signed<_Tp> {};
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
type_traits
74
template <class T> struct
is_signed
;
667
//
is_signed
680
template <class _Tp> struct _LIBCPP_TYPE_VIS_ONLY
is_signed
: public __libcpp_is_signed<_Tp> {};
[
all
...]
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
type_traits
74
template <class T> struct
is_signed
;
667
//
is_signed
680
template <class _Tp> struct _LIBCPP_TYPE_VIS_ONLY
is_signed
: public __libcpp_is_signed<_Tp> {};
[
all
...]
/toolchain/binutils/binutils-2.25/gold/
script.cc
3096
bool
is_signed
= true;
local
[
all
...]
/external/llvm/bindings/ocaml/llvm/
llvm.mli
[
all
...]
llvm.ml
557
external const_intcast : llvalue -> lltype ->
is_signed
:bool -> llvalue
[
all
...]
llvm_ocaml.c
875
/* llvalue -> lltype ->
is_signed
:bool -> llvalue */
[
all
...]
/ndk/sources/cxx-stl/stlport/stlport/stl/
_istream.c
651
((sizeof(streamsize) == sizeof(ptrdiff_t)) && numeric_limits<ptrdiff_t>::
is_signed
))
[
all
...]
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_istream.c
651
((sizeof(streamsize) == sizeof(ptrdiff_t)) && numeric_limits<ptrdiff_t>::
is_signed
))
[
all
...]
/external/valgrind/VEX/priv/
guest_s390_toIR.c
[
all
...]
/development/ndk/platforms/android-21/arch-arm/lib/
libstdc++.a
[
all
...]
/development/ndk/platforms/android-21/arch-mips/lib/
libstdc++.a
[
all
...]
/development/ndk/platforms/android-21/arch-mips64/lib64/
libstdc++.a
[
all
...]
/external/clang/test/SemaCXX/
type-traits.cpp
1209
void
is_signed
()
function
[
all
...]
Completed in 1989 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>