Home
last modified time | relevance | path

Searched refs:product_mid (Results 1 – 3 of 3) sorted by relevance

/dports/databases/p5-BSON-XS/BSON-XS-v0.8.4/bson/
H A Dbson-decimal128.c332 product_high, product_mid, product_mid2, product_low; in _mul_64x64() local
346 product_mid = left_high * right_low; in _mul_64x64()
350 product_high += product_mid >> 32; in _mul_64x64()
351 product_mid = (uint32_t)product_mid + product_mid2 + (product_low >> 32); in _mul_64x64()
353 product_high = product_high + (product_mid >> 32); in _mul_64x64()
354 product_low = (product_mid << 32) + (uint32_t)product_low; in _mul_64x64()
/dports/devel/libbson/libbson-1.8.1/src/bson/
H A Dbson-decimal128.c331 product_mid, product_mid2, product_low; in _mul_64x64() local
345 product_mid = left_high * right_low; in _mul_64x64()
349 product_high += product_mid >> 32; in _mul_64x64()
350 product_mid = (uint32_t) product_mid + product_mid2 + (product_low >> 32); in _mul_64x64()
352 product_high = product_high + (product_mid >> 32); in _mul_64x64()
353 product_low = (product_mid << 32) + (uint32_t) product_low; in _mul_64x64()
/dports/databases/pecl-mongodb/mongodb-1.9.1/src/libmongoc/src/libbson/src/bson/
H A Dbson-decimal128.c335 product_mid, product_mid2, product_low; in _mul_64x64() local
349 product_mid = left_high * right_low; in _mul_64x64()
353 product_high += product_mid >> 32; in _mul_64x64()
354 product_mid = (uint32_t) product_mid + product_mid2 + (product_low >> 32); in _mul_64x64()
356 product_high = product_high + (product_mid >> 32); in _mul_64x64()
357 product_low = (product_mid << 32) + (uint32_t) product_low; in _mul_64x64()