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 unsigned dl, dh; in br_i15_mulacc() local
41 dl = (a[0] & 15) + (b[0] & 15); in br_i15_mulacc()
43 d[0] = (dh << 4) + dl + (~(uint32_t)(dl - 15) >> 31); in br_i15_mulacc()