HomeSort by: relevance | last modified time | path
    Searched defs:bot_size (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mit/isl/dist/imath/
imath.c 1871 mp_size bot_size; local
1882 bot_size = (size_a + 1) / 2;
1888 if (multiply_threshold && size_a >= multiply_threshold && size_b > bot_size) {
1891 mp_digit *a_top = da + bot_size;
1892 mp_digit *b_top = db + bot_size;
1894 mp_size at_size = size_a - bot_size;
1895 mp_size bt_size = size_b - bot_size;
1896 mp_size buf_size = 2 * bot_size;
1911 carry = s_uadd(da, a_top, t1, bot_size, at_size); /* t1 = a1 + a0 */
1912 t1[bot_size] = carry
1973 mp_size bot_size = (size_a + 1) \/ 2; local
    [all...]
imath.c 1871 mp_size bot_size; local
1882 bot_size = (size_a + 1) / 2;
1888 if (multiply_threshold && size_a >= multiply_threshold && size_b > bot_size) {
1891 mp_digit *a_top = da + bot_size;
1892 mp_digit *b_top = db + bot_size;
1894 mp_size at_size = size_a - bot_size;
1895 mp_size bt_size = size_b - bot_size;
1896 mp_size buf_size = 2 * bot_size;
1911 carry = s_uadd(da, a_top, t1, bot_size, at_size); /* t1 = a1 + a0 */
1912 t1[bot_size] = carry
1973 mp_size bot_size = (size_a + 1) \/ 2; local
    [all...]
imath.c 1871 mp_size bot_size; local
1882 bot_size = (size_a + 1) / 2;
1888 if (multiply_threshold && size_a >= multiply_threshold && size_b > bot_size) {
1891 mp_digit *a_top = da + bot_size;
1892 mp_digit *b_top = db + bot_size;
1894 mp_size at_size = size_a - bot_size;
1895 mp_size bt_size = size_b - bot_size;
1896 mp_size buf_size = 2 * bot_size;
1911 carry = s_uadd(da, a_top, t1, bot_size, at_size); /* t1 = a1 + a0 */
1912 t1[bot_size] = carry
1973 mp_size bot_size = (size_a + 1) \/ 2; local
    [all...]

Completed in 119 milliseconds