Home
last modified time | relevance | path

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

/php-src/ext/bcmath/libbcmath/src/
H A Ddoaddsub.c86 BC_VECTOR n1bytes; in _bc_do_add() local
88 memcpy(&n1bytes, n1ptr, sizeof(n1bytes)); in _bc_do_add()
93 n1bytes = BC_BSWAP(n1bytes); in _bc_do_add()
119 n1bytes = BC_BSWAP(n1bytes); in _bc_do_add()
122 memcpy(sumptr, &n1bytes, sizeof(n1bytes)); in _bc_do_add()
227 BC_VECTOR n1bytes; in _bc_do_sub() local
229 memcpy(&n1bytes, n1ptr, sizeof(n1bytes)); in _bc_do_sub()
234 n1bytes = BC_BSWAP(n1bytes); in _bc_do_sub()
250 n1bytes = (n1bytes & SWAR_REPEAT(0x0F)) - borrow_mask; in _bc_do_sub()
254 n1bytes = BC_BSWAP(n1bytes); in _bc_do_sub()
[all …]

Completed in 5 milliseconds