Home
last modified time | relevance | path

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

/php-src/ext/bcmath/libbcmath/src/
H A Ddoaddsub.c249 BC_VECTOR borrow_mask = ((n1bytes & SWAR_REPEAT(0x80)) >> 7) * 0x06; in _bc_do_sub() local
250 n1bytes = (n1bytes & SWAR_REPEAT(0x0F)) - borrow_mask; in _bc_do_sub()

Completed in 6 milliseconds