Home
last modified time | relevance | path

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

/php-src/ext/bcmath/libbcmath/src/
H A Ddoaddsub.c87 BC_VECTOR n2bytes; in _bc_do_add() local
89 memcpy(&n2bytes, n2ptr, sizeof(n2bytes)); in _bc_do_add()
94 n2bytes = BC_BSWAP(n2bytes); in _bc_do_add()
104 n1bytes += SWAR_REPEAT(0xF6) + n2bytes + carry; in _bc_do_add()
228 BC_VECTOR n2bytes; in _bc_do_sub() local
230 memcpy(&n2bytes, n2ptr, sizeof(n2bytes)); in _bc_do_sub()
235 n2bytes = BC_BSWAP(n2bytes); in _bc_do_sub()
238 n1bytes -= n2bytes + borrow; in _bc_do_sub()

Completed in 6 milliseconds