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

  /src/external/lgpl3/mpfr/dist/src/
set_float128.c 44 int inexact, shift_exp, neg, e, i; local
72 shift_exp = 0; /* invariant: remainder to deal with is d*2^shift_exp */
94 shift_exp += e;
97 shift_exp++;
117 shift_exp -= e;
127 MPFR_SET_EXP (t, shift_exp);
set_ld.c 241 int inexact, shift_exp; local
272 shift_exp = 0; /* invariant: remainder to deal with is d*2^shift_exp */
291 shift_exp += 8192;
297 shift_exp += 4096;
303 shift_exp += 2048;
309 shift_exp += 1024;
317 shift_exp += 512;
343 shift_exp -= 8192;
349 shift_exp -= 4096
    [all...]

Completed in 48 milliseconds