Home
last modified time | relevance | path

Searched defs:mul2 (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/dev/i2c/
H A Dsht3x.c1265 uint64_t mul2; sht3x_compute_temp_from_raw() local
1291 uint64_t mul2; sht3x_compute_rh_from_raw() local
H A Dsht4x.c767 uint64_t mul2; in sht4x_refresh() local
/netbsd-src/external/lgpl3/gmp/dist/mpz/
H A Dbin_uiui.c94 mul2 (mp_limb_t m) in mul2() function
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/fast_float/
H A Dfast_float.h554 const uint64_t mul2 = 0x0000271000000001; // 1 + (10000ULL << 32) in parse_eight_digits_unrolled() local
2249 const uint64_t mul2 = 0x0000271000000001; // 1 + (10000ULL << 32) in parse_eight_digits_unrolled() local
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/rsa/
H A Drsa_lib.c234 static ossl_inline uint64_t mul2(uint64_t a, uint64_t b) in mul2() function