Home
last modified time | relevance | path

Searched defs:UINT128 (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libgcc/config/libbid/
Dbid32_to_bid128.c30 TYPE0_FUNCTION_ARGTYPE1_NORND (UINT128, bid32_to_bid128, UINT32, x) in TYPE0_FUNCTION_ARGTYPE1_NORND() argument
Dbid64_to_bid128.c30 TYPE0_FUNCTION_ARGTYPE1_NORND (UINT128, bid64_to_bid128, UINT64, x) in TYPE0_FUNCTION_ARGTYPE1_NORND() argument
Dbid_gcc_intrinsics.h86 } UINT128; typedef
Dbid_functions.h66 } UINT128; typedef
/netbsd/src/external/gpl3/gcc/dist/libdecnumber/bid/
Dbid-dpd.h26 typedef struct { UINT64 w[2]; } UINT128; typedef
/netbsd/src/external/gpl3/gdb/dist/libdecnumber/bid/
Dbid-dpd.h26 typedef struct { UINT64 w[2]; } UINT128; typedef
/netbsd/src/usr.bin/xlint/common/
Dlint.h80 UINT128, /* __uint128_t */ enumerator
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dvalue-range.cc2152 #define UINT128(N) build_int_cstu (u128_type, (N)) macro