| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ |
| uint128_t.h | 26 struct uint128_t struct 34 uint128_t() = default; 37 uint128_t(uint64_t lo, uint64_t hi = 0) function in struct:uint128_t 57 friend constexpr uint128_t 58 operator&(uint128_t x, const uint128_t y) 65 friend constexpr uint128_t 66 operator|(uint128_t x, const uint128_t y) 73 friend constexpr uint128_t [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/ |
| uint128_t.h | 26 struct uint128_t struct 34 uint128_t() = default; 37 uint128_t(uint64_t lo, uint64_t hi = 0) function in struct:uint128_t 57 friend constexpr uint128_t 58 operator&(uint128_t x, const uint128_t y) 65 friend constexpr uint128_t 66 operator|(uint128_t x, const uint128_t y) 73 friend constexpr uint128_t [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/ec/curve448/arch_64/ |
| arch_intrinsics.h | 22 static ossl_inline uint128_t widemul(uint64_t a, uint64_t b) 24 return ((uint128_t)a) * b;
|
| /src/crypto/external/bsd/openssl/dist/crypto/ec/curve448/arch_64/ |
| arch_intrinsics.h | 22 static ossl_inline uint128_t widemul(uint64_t a, uint64_t b) 24 return ((uint128_t) a) * b;
|
| /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/private/ |
| ed25519_ref10_fe_51.h | 246 uint128_t r0, r1, r2, r3, r4, carry; 269 r0 = ((uint128_t) f0 ) * ((uint128_t) g0); 270 r0 += ((uint128_t) f1_19) * ((uint128_t) g4); 271 r0 += ((uint128_t) f2_19) * ((uint128_t) g3); 272 r0 += ((uint128_t) f3_19) * ((uint128_t) g2); 273 r0 += ((uint128_t) f4_19) * ((uint128_t) g1) [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ryu/ |
| ryu_generic_128.h | 40 uint128_t mantissa;
|
| generic_128.h | 368 const uint128_t b00 = ((uint128_t) a[0]) * b[0]; // 0 369 const uint128_t b01 = ((uint128_t) a[0]) * b[1]; // 64 370 const uint128_t b02 = ((uint128_t) a[0]) * b[2]; // 128 371 const uint128_t b03 = ((uint128_t) a[0]) * b[3]; // 196 372 const uint128_t b10 = ((uint128_t) a[1]) * b[0]; // 6 [all...] |
| d2fixed.c | 21 // -DRYU_ONLY_64_BIT_OPS Avoid using uint128_t or 64-bit intrinsics. Slower, 24 // -DRYU_AVOID_UINT128 Avoid using uint128_t. Slower, depending on your compiler. 39 static inline uint128_t umul256(const uint128_t a, const uint64_t bHi, const uint64_t bLo, uint128_t* const productHi) { 43 const uint128_t b00 = (uint128_t)aLo * bLo; 44 const uint128_t b01 = (uint128_t)aLo * bHi; 45 const uint128_t b10 = (uint128_t)aHi * bLo [all...] |
| generic_128.c | 25 static char* s(uint128_t v) { 38 #define ONE ((uint128_t) 1) 41 const uint128_t ieeeMantissa, const uint32_t ieeeExponent, const bool ieeeSign, 69 uint128_t m2; 96 const uint128_t mv = 4 * m2; 103 uint128_t vr, vp, vm; 188 uint128_t output; 262 uint128_t output = v.mantissa;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/ryu/ |
| ryu_generic_128.h | 40 uint128_t mantissa;
|
| generic_128.h | 368 const uint128_t b00 = ((uint128_t) a[0]) * b[0]; // 0 369 const uint128_t b01 = ((uint128_t) a[0]) * b[1]; // 64 370 const uint128_t b02 = ((uint128_t) a[0]) * b[2]; // 128 371 const uint128_t b03 = ((uint128_t) a[0]) * b[3]; // 196 372 const uint128_t b10 = ((uint128_t) a[1]) * b[0]; // 6 [all...] |
| d2fixed.c | 21 // -DRYU_ONLY_64_BIT_OPS Avoid using uint128_t or 64-bit intrinsics. Slower, 24 // -DRYU_AVOID_UINT128 Avoid using uint128_t. Slower, depending on your compiler. 39 static inline uint128_t umul256(const uint128_t a, const uint64_t bHi, const uint64_t bLo, uint128_t* const productHi) { 43 const uint128_t b00 = (uint128_t)aLo * bLo; 44 const uint128_t b01 = (uint128_t)aLo * bHi; 45 const uint128_t b10 = (uint128_t)aHi * bLo [all...] |
| generic_128.c | 25 static char* s(uint128_t v) { 38 #define ONE ((uint128_t) 1) 41 const uint128_t ieeeMantissa, const uint32_t ieeeExponent, const bool ieeeSign, 69 uint128_t m2; 96 const uint128_t mv = 4 * m2; 103 uint128_t vr, vp, vm; 188 uint128_t output; 262 uint128_t output = v.mantissa;
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/ec/ |
| ecp_nistp521.c | 45 typedef __uint128_t uint128_t; /* nonstandard; implemented by gcc on 64-bit 133 typedef uint128_t largefelem[NLIMBS]; 380 static const uint128_t two127m70 = 381 (((uint128_t) 1) << 127) - (((uint128_t) 1) << 70); 382 static const uint128_t two127m69 = 383 (((uint128_t) 1) << 127) - (((uint128_t) 1) << 69); 420 out[0] = ((uint128_t) in[0]) * in[0]; 421 out[1] = ((uint128_t) in[0]) * inx2[1] [all...] |
| ecp_nistp256.c | 46 typedef __uint128_t uint128_t; /* nonstandard; implemented by gcc on 64-bit 115 typedef uint128_t limb; 490 a = ((uint128_t) small[0]) * small[0]; 496 a = ((uint128_t) small[0]) * small[1]; 503 a = ((uint128_t) small[0]) * small[2]; 510 a = ((uint128_t) small[0]) * small[3]; 516 a = ((uint128_t) small[1]) * small[2]; 523 a = ((uint128_t) small[1]) * small[1]; 529 a = ((uint128_t) small[1]) * small[3]; 536 a = ((uint128_t) small[2]) * small[3] [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/ec/ |
| ecp_nistp521.c | 134 typedef uint128_t largefelem[NLIMBS]; 381 static const uint128_t two127m70 = (((uint128_t)1) << 127) - (((uint128_t)1) << 70); 382 static const uint128_t two127m69 = (((uint128_t)1) << 127) - (((uint128_t)1) << 69); 419 out[0] = ((uint128_t)in[0]) * in[0]; 420 out[1] = ((uint128_t)in[0]) * inx2[1]; 421 out[2] = ((uint128_t)in[0]) * inx2[2] + ((uint128_t)in[1]) * in[1] [all...] |
| ecp_nistp384.c | 108 typedef uint128_t widelimb; 389 out[0] = ((uint128_t)in[0]) * in[0]; 391 out[1] = ((uint128_t)in[0]) * inx2[1]; 393 out[2] = ((uint128_t)in[0]) * inx2[2] 394 + ((uint128_t)in[1]) * in[1]; 396 out[3] = ((uint128_t)in[0]) * inx2[3] 397 + ((uint128_t)in[1]) * inx2[2]; 399 out[4] = ((uint128_t)in[0]) * inx2[4] 400 + ((uint128_t)in[1]) * inx2[3] 401 + ((uint128_t)in[2]) * in[2] [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/ec/ |
| ecp_nistp521.c | 134 typedef uint128_t largefelem[NLIMBS]; 381 static const uint128_t two127m70 = 382 (((uint128_t) 1) << 127) - (((uint128_t) 1) << 70); 383 static const uint128_t two127m69 = 384 (((uint128_t) 1) << 127) - (((uint128_t) 1) << 69); 421 out[0] = ((uint128_t) in[0]) * in[0]; 422 out[1] = ((uint128_t) in[0]) * inx2[1]; 423 out[2] = ((uint128_t) in[0]) * inx2[2] + ((uint128_t) in[1]) * in[1] [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/ec/curve448/ |
| curve448utils.h | 46 typedef uint128_t c448_dword_t;
|
| word.h | 30 typedef uint128_t dword_t;
|
| /src/crypto/external/bsd/openssl/dist/crypto/ec/curve448/ |
| curve448utils.h | 46 typedef uint128_t c448_dword_t;
|
| word.h | 30 typedef uint128_t dword_t;
|
| /src/crypto/external/apache2/openssl/dist/crypto/hmac/ |
| hmac_local.h | 47 uint128_t imbl;
|
| /src/crypto/external/apache2/openssl/dist/include/internal/ |
| numbers.h | 91 typedef __uint128_t uint128_t; typedef 94 #define UINT128_MAX __MAXUINT__(uint128_t)
|
| /src/crypto/external/bsd/openssl/dist/include/internal/ |
| numbers.h | 67 typedef __uint128_t uint128_t; typedef 70 # define UINT128_MAX __MAXUINT__(uint128_t)
|