/netbsd-src/sys/dev/i2c/ |
H A D | sht4x.c | 767 uint64_t mul2; in sht4x_refresh() local 777 mul2 = 100000000; in sht4x_refresh() 784 mul2 = 10000000000; in sht4x_refresh() 808 v1 = v1 * mul2; in sht4x_refresh()
|
H A D | sht3x.c | 1290 uint64_t mul2; in sht3x_compute_rh_from_raw() 1299 mul2 = 100000000; in sht3x_compute_rh_from_raw() 1302 v1 = v1 * mul2; in sht3x_compute_rh_from_raw() 1316 uint64_t mul2; in sht3x_parse_data() 1325 mul2 = 10000000000; in sht3x_parse_data() 1328 v1 = v1 * mul2; in sht3x_parse_data() 1265 uint64_t mul2; sht3x_compute_temp_from_raw() local 1291 uint64_t mul2; sht3x_compute_rh_from_raw() local
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/rsa/ |
H A D | rsa_lib.c | 234 static ossl_inline uint64_t mul2(uint64_t a, uint64_t b) in mul2() function 286 v = mul2(v, v); in ilog_e() 366 y = (uint16_t)((mul2(c1_923, icbrt64(mul2(mul2(x, lx), lx))) - c4_690) in ossl_ifc_ffc_compute_security_bits()
|
/netbsd-src/external/lgpl3/gmp/dist/mpz/ |
H A D | bin_uiui.c | 94 mul2 (mp_limb_t m) in mul2() function 170 static const mulfunc_t mulfunc[] = {mul1,mul2,mul3,mul4,mul5,mul6,mul7,mul8 /* ,mul9,mul10 */};
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
H A D | fmp626.md | 28 ;; mul1 mul2 mul3
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
H A D | fmp626.md | 28 ;; mul1 mul2 mul3
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/fast_float/ |
H A D | fast_float.h | 554 const uint64_t mul2 = 0x0000271000000001; // 1 + (10000ULL << 32) in parse_eight_digits_unrolled() local 557 val = (((val & mask) * mul1) + (((val >> 16) & mask) * mul2)) >> 32; in parse_eight_digits_unrolled() 2249 const uint64_t mul2 = 0x0000271000000001; // 1 + (10000ULL << 32) in parse_eight_digits_unrolled() local 2252 val = (((val & mask) * mul1) + (((val >> 16) & mask) * mul2)) >> 32; in parse_eight_digits_unrolled()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m32r/ |
H A D | m32r.md | 38 …"int2,int4,load2,load4,load8,store2,store4,store8,shift2,shift4,mul2,div4,uncond_branch,branch,cal… 43 (cond [(eq_attr "type" "int2,load2,store2,shift2,mul2") 65 (if_then_else (eq_attr "type" "int2,load2,store2,shift2,mul2") 91 (eq_attr "type" "mul2") 978 [(set_attr "type" "mul2")
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m32r/ |
H A D | m32r.md | 38 …"int2,int4,load2,load4,load8,store2,store4,store8,shift2,shift4,mul2,div4,uncond_branch,branch,cal… 43 (cond [(eq_attr "type" "int2,load2,store2,shift2,mul2") 65 (if_then_else (eq_attr "type" "int2,load2,store2,shift2,mul2") 91 (eq_attr "type" "mul2") 978 [(set_attr "type" "mul2")
|