Lines Matching +full:software +full:- +full:dl
5 * a copy of this software and associated documentation files (the
6 * "Software"), to deal in the Software without restriction, including
8 * distribute, sublicense, and/or sell copies of the Software, and to
9 * permit persons to whom the Software is furnished to do so, subject to
13 * included in all copies or substantial portions of the Software.
15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
21 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 * SOFTWARE.
32 uint32_t dl, dh; in br_i31_mulacc() local
41 dl = (a[0] & 31) + (b[0] & 31); in br_i31_mulacc()
43 d[0] = (dh << 5) + dl + (~(uint32_t)(dl - 31) >> 31); in br_i31_mulacc()
51 * 32-bit register on 32-bit architectures (on a 64-bit in br_i31_mulacc()
53 * clearing the high bits, which is not free; on a 32-bit in br_i31_mulacc()