Home
last modified time | relevance | path

Searched refs:__uint128_t (Results 1 – 25 of 52) sorted by relevance

123

/freebsd/contrib/llvm-project/libcxx/include/__charconv/
H A Dtables.h100 inline constexpr __uint128_t __pow10_128[40] = {
121 __uint128_t(UINT64_C(10000000000000000000)) * UINT64_C(10),
122 __uint128_t(UINT64_C(10000000000000000000)) * UINT64_C(100),
123 __uint128_t(UINT64_C(10000000000000000000)) * UINT64_C(1000),
124 __uint128_t(UINT64_C(10000000000000000000)) * UINT64_C(10000),
125 __uint128_t(UINT64_C(10000000000000000000)) * UINT64_C(100000),
126 __uint128_t(UINT64_C(10000000000000000000)) * UINT64_C(1000000),
127 __uint128_t(UINT64_C(10000000000000000000)) * UINT64_C(10000000),
128 __uint128_t(UINT64_C(10000000000000000000)) * UINT64_C(100000000),
129 __uint128_t(UINT64_C(10000000000000000000)) * UINT64_C(1000000000),
[all …]
H A Dto_chars_base_10.h135 _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI inline __uint128_t __pow_10(int __exp) noexcept… in __pow_10()
141 __base_10_u128(char* __buffer, __uint128_t __value) noexcept { in __base_10_u128()
H A Dtraits.h93 struct _LIBCPP_HIDDEN __traits_base<_Tp, __enable_if_t<sizeof(_Tp) == sizeof(__uint128_t)> > {
94 using type = __uint128_t;
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_lib.h90 typedef __uint128_t rep_t;
94 #define REP_C (__uint128_t)
103 __uint128_t ll; in rep_clz()
158 const __uint128_t sum0 = (__uint128_t)product44; in wideMultiply()
159 const __uint128_t sum1 = (__uint128_t)product34 + (__uint128_t)product43; in wideMultiply()
160 const __uint128_t sum2 = in wideMultiply()
161 (__uint128_t)product24 + (__uint128_t)product33 + (__uint128_t)product42; in wideMultiply()
162 const __uint128_t sum3 = (__uint128_t)product14 + (__uint128_t)product23 + in wideMultiply()
163 (__uint128_t)product32 + (__uint128_t)product41; in wideMultiply()
164 const __uint128_t sum4 = in wideMultiply()
[all …]
H A Dfp_extend.h45 typedef __uint128_t src_rep_t;
46 #define SRC_REP_C (__uint128_t)
116 typedef __uint128_t dst_rep_t;
117 #define DST_REP_C (__uint128_t)
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ppc/
H A Dfixunstfti.c18 __uint128_t __fixunstfti(long double input) { in __fixunstfti()
22 return ((__uint128_t)0x7FF8000000000000ll) << 64 | in __fixunstfti()
23 (__uint128_t)0x0000000000000000ll; in __fixunstfti()
26 __uint128_t result, hiResult, loResult; in __fixunstfti()
82 return ((__uint128_t)0xFFFFFFFFFFFFFFFFll) << 64 | in __fixunstfti()
83 (__uint128_t)0xFFFFFFFFFFFFFFFFll; in __fixunstfti()
85 return ((__uint128_t)0x0000000000000000ll) << 64 | in __fixunstfti()
86 (__uint128_t)0x0000000000000001ll; in __fixunstfti()
H A Dfixtfti.c21 return ((__uint128_t)0x7FF8000000000000ll) << 64 | in __fixtfti()
22 (__uint128_t)0x0000000000000000ll; in __fixtfti()
31 __uint128_t result = (__uint128_t)(-input); in __fixtfti()
36 __uint128_t result = (__uint128_t)input; in __fixtfti()
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dmake_unsigned.h41 __type_list<__uint128_t,
69 template <> struct __make_unsigned<__int128_t, true> {typedef __uint128_t type;};
70 template <> struct __make_unsigned<__uint128_t, true> {typedef __uint128_t type;};
H A Dpromote.h44 static double __test(__uint128_t);
68 static double __test(__uint128_t);
H A Dis_unsigned_integer.h29 template <> struct __libcpp_is_unsigned_integer<__uint128_t> : public true_type {};
H A Dis_integral.h46 template <> struct __libcpp_is_integral<__uint128_t> { enum { value = 1 }; };
/freebsd/contrib/llvm-project/libcxx/include/__random/
H A Dlog2.h43 template <__uint128_t _Xp, size_t _Rp>
44 struct __log2_imp<__uint128_t, _Xp, _Rp> {
56 __conditional_t<sizeof(_UIntType) <= sizeof(unsigned long long), unsigned long long, __uint128_t>,
H A Dis_valid.h73 struct __libcpp_random_is_valid_inttype<__uint128_t> : true_type {}; // extension
/freebsd/sys/crypto/openssl/
H A Dossl_aes_gcm.h52 typedef struct { uint64_t v[2]; } __uint128_t; typedef
62 __uint128_t Htable[16];
/freebsd/contrib/llvm-project/libcxx/include/__utility/
H A Dconvert_to_integral.h48 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR __uint128_t __convert_to_integral(__uint128_t __val) { return __val; }
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan.h159 using orig_bits_type = __uint128_t;
160 using mantissa_bits_type = __uint128_t;
212 using BT = __uint128_t;
/freebsd/sys/arm64/arm64/
H A Dvfp.c186 __uint128_t *vfp_state; in vfp_store()
220 __uint128_t *vfp_state; in vfp_restore()
462 __uint128_t *sve_reg; in vfp_to_sve_sync()
464 sve_reg = (__uint128_t *)((uintptr_t)pcb->pcb_svesaved + in vfp_to_sve_sync()
492 __uint128_t *sve_reg; in sve_to_vfp_sync()
494 sve_reg = (__uint128_t *)((uintptr_t)pcb->pcb_svesaved + in sve_to_vfp_sync()
/freebsd/contrib/libucl/src/
H A Dmum.h121 __uint128_t r = (__uint128_t) v * (__uint128_t) p; in _mum()
/freebsd/contrib/googletest/googletest/src/
H A Dgtest-printers.cc291 void PrintTo(__uint128_t v, ::std::ostream* os) { in PrintTo()
325 __uint128_t uv = static_cast<__uint128_t>(v); in PrintTo()
/freebsd/sys/arm64/linux/
H A Dlinux_sigframe.h43 __uint128_t vregs[32];
/freebsd/sys/arm64/include/
H A Dreg.h57 __uint128_t fp_q[32];
H A Ducontext.h47 __uint128_t fp_q[32];
H A Dvfp.h62 __uint128_t vfp_regs[32];
/freebsd/sys/crypto/openssl/arm/
H A Dossl_aes_gcm.c29 void gcm_init_neon(__uint128_t Htable[16], const uint64_t Xi[2]);
30 void gcm_gmult_neon(uint64_t Xi[2], const __uint128_t Htable[16]);
31 void gcm_ghash_neon(uint64_t Xi[2], const __uint128_t Htable[16],
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dxxhash.cpp195 __uint128_t product = (__uint128_t)lhs * (__uint128_t)rhs; in XXH3_mul128_fold64()
640 __uint128_t const product = (__uint128_t)lhs * (__uint128_t)rhs; in XXH_mult64to128()

123