OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__int128
(Results
1 - 25
of
54
) sorted by relevancy
1
2
3
/src/external/gpl3/gcc/dist/libgomp/config/nvptx/
atomic.c
9
unsigned
__int128
10
__sync_val_compare_and_swap_16 (volatile void *vptr, unsigned
__int128
oldval,
11
unsigned
__int128
newval)
13
volatile
__int128
*ptr = vptr;
14
__int128
expected = oldval;
/src/external/gpl3/gcc.old/dist/libgomp/config/nvptx/
atomic.c
9
unsigned
__int128
10
__sync_val_compare_and_swap_16 (volatile void *vptr, unsigned
__int128
oldval,
11
unsigned
__int128
newval)
13
volatile
__int128
*ptr = vptr;
14
__int128
expected = oldval;
/src/external/apache2/llvm/dist/clang/lib/Headers/
bmi2intrin.h
62
unsigned
__int128
__res = (unsigned
__int128
) __X * __Y;
altivec.h
297
static __inline__ vector signed
__int128
__ATTRS_o_ai
298
vec_add(vector signed
__int128
__a, vector signed
__int128
__b) {
302
static __inline__ vector unsigned
__int128
__ATTRS_o_ai
303
vec_add(vector unsigned
__int128
__a, vector unsigned
__int128
__b) {
350
static __inline__ vector signed
__int128
__ATTRS_o_ai
351
vec_adde(vector signed
__int128
__a, vector signed
__int128
__b,
352
vector signed
__int128
__c)
[
all
...]
/src/external/gpl3/gcc/dist/gcc/config/i386/
bmi2intrin.h
86
unsigned
__int128
__res = (unsigned
__int128
) __X * __Y;
/src/external/gpl3/gcc.old/dist/gcc/config/i386/
bmi2intrin.h
86
unsigned
__int128
__res = (unsigned
__int128
) __X * __Y;
/src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_value.h
22
__extension__ typedef
__int128
s128;
23
__extension__ typedef unsigned
__int128
u128;
/src/external/gpl3/gcc/dist/gcc/config/rs6000/
bmi2intrin.h
63
/*
__int128
requires base 64-bit. */
69
unsigned
__int128
__res = (unsigned
__int128
) __X * __Y;
amo.h
64
unsigned
__int128
_TMP; \
/src/external/gpl3/gcc/dist/libsanitizer/ubsan/
ubsan_value.h
21
__extension__ typedef
__int128
s128;
22
__extension__ typedef unsigned
__int128
u128;
/src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
bmi2intrin.h
63
/*
__int128
requires base 64-bit. */
69
unsigned
__int128
__res = (unsigned
__int128
) __X * __Y;
amo.h
64
unsigned
__int128
_TMP; \
/src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
ubsan_value.h
21
__extension__ typedef
__int128
s128;
22
__extension__ typedef unsigned
__int128
u128;
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
align.exp.tcl
31
# Note we don't check "unsigned
__int128
" yet because at least gcc
32
# canonicalizes the name to "
__int128
unsigned", and there isn't a
35
lappend typelist
__int128
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
align.exp.tcl
31
# Note we don't check "unsigned
__int128
" yet because at least gcc
32
# canonicalizes the name to "
__int128
unsigned", and there isn't a
35
lappend typelist
__int128
/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
numeric_traits.h
49
// non-standard built-in integer types such as
__int128
and __int20.
128
// In strict modes __is_integer<
__int128
> is false,
129
// but we still want to define __numeric_traits_integer<
__int128
>.
130
_GLIBCXX_INT_N_TRAITS(
__int128
, 128)
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
numeric_traits.h
49
// non-standard built-in integer types such as
__int128
and __int20.
128
// In strict modes __is_integer<
__int128
> is false,
129
// but we still want to define __numeric_traits_integer<
__int128
>.
130
_GLIBCXX_INT_N_TRAITS(
__int128
, 128)
/src/external/bsd/jemalloc/dist/include/jemalloc/internal/
edata.h
741
JEMALLOC_ALWAYS_INLINE unsigned
__int128
743
return ((unsigned
__int128
)src.sn << 64) | src.addr;
748
unsigned
__int128
a_encoded = edata_cmp_summary_encode(a);
749
unsigned
__int128
b_encoded = edata_cmp_summary_encode(b);
/src/external/bsd/jemalloc/include/jemalloc/internal/
edata.h
741
JEMALLOC_ALWAYS_INLINE unsigned
__int128
743
return ((unsigned
__int128
)src.sn << 64) | src.addr;
748
unsigned
__int128
a_encoded = edata_cmp_summary_encode(a);
749
unsigned
__int128
b_encoded = edata_cmp_summary_encode(b);
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
align.exp
43
# Note we don't check "unsigned
__int128
" yet because at least gcc
44
# canonicalizes the name to "
__int128
unsigned", and there isn't a
47
lappend typelist
__int128
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
align.exp
43
# Note we don't check "unsigned
__int128
" yet because at least gcc
44
# canonicalizes the name to "
__int128
unsigned", and there isn't a
47
lappend typelist
__int128
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
ranges_base.h
68
constexpr unsigned
__int128
69
__to_unsigned_like(
__int128
__t) noexcept
72
constexpr unsigned
__int128
73
__to_unsigned_like(unsigned
__int128
__t) noexcept
453
// For strict-ansi modes integral<
__int128
> is false
455
return static_cast<
__int128
>(__size);
iterator_concepts.h
195
//
__int128
is incrementable even if !integral<
__int128
>
197
struct incrementable_traits<
__int128
>
198
{ using difference_type =
__int128
; };
201
struct incrementable_traits<unsigned
__int128
>
202
{ using difference_type =
__int128
; };
581
= same_as<_Tp,
__int128
>;
590
= same_as<_Tp, unsigned
__int128
>;
/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
iterator_concepts.h
212
//
__int128
is incrementable even if !integral<
__int128
>
214
struct incrementable_traits<
__int128
>
215
{ using difference_type =
__int128
; };
218
struct incrementable_traits<unsigned
__int128
>
219
{ using difference_type =
__int128
; };
612
= same_as<_Tp,
__int128
>;
621
= same_as<_Tp, unsigned
__int128
>;
/src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/private/
common.h
12
typedef unsigned
__int128
uint128_t;
Completed in 164 milliseconds
1
2
3
Indexes created Tue Sep 15 00:24:42 UTC 2026