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

  /src/external/lgpl3/mpfr/dist/src/
add1sp1_extracted.c 92 int64_t bx1 = b0.mpfr_exp + (int64_t)1; local
96 st = MPFR_Add1sp1_mk_state(sh, bx1, rb, sb);
103 int64_t bx1 = b0.mpfr_exp; local
105 int64_t d = bx1 - cx1;
180 int64_t bx1 = c0.mpfr_exp; local
182 int64_t d = bx1 - cx1;
add1sp1_extracted.c 92 int64_t bx1 = b0.mpfr_exp + (int64_t)1; local
96 st = MPFR_Add1sp1_mk_state(sh, bx1, rb, sb);
103 int64_t bx1 = b0.mpfr_exp; local
105 int64_t d = bx1 - cx1;
180 int64_t bx1 = c0.mpfr_exp; local
182 int64_t d = bx1 - cx1;
sub1sp1_extracted.c 258 int64_t bx1 = bx - (int64_t)cnt; local
259 st = MPFR_Add1sp1_mk_state(sh, bx1, (uint64_t)0U, (uint64_t)0U);
275 int64_t bx1 = bx - (int64_t)cnt; local
276 st = MPFR_Add1sp1_mk_state(sh, bx1, (uint64_t)0U, (uint64_t)0U);
327 int64_t bx1 = scrut.thd; local
331 int64_t d = bx1 - cx1;
354 bx1,
365 st = MPFR_Add1sp1_mk_state(sh, bx1, (uint64_t)1U, (uint64_t)1U);
402 st = MPFR_Add1sp1_mk_state(sh, bx1 - (int64_t)1, ite0, ite);
sub1sp1_extracted.c 258 int64_t bx1 = bx - (int64_t)cnt; local
259 st = MPFR_Add1sp1_mk_state(sh, bx1, (uint64_t)0U, (uint64_t)0U);
275 int64_t bx1 = bx - (int64_t)cnt; local
276 st = MPFR_Add1sp1_mk_state(sh, bx1, (uint64_t)0U, (uint64_t)0U);
327 int64_t bx1 = scrut.thd; local
331 int64_t d = bx1 - cx1;
354 bx1,
365 st = MPFR_Add1sp1_mk_state(sh, bx1, (uint64_t)1U, (uint64_t)1U);
402 st = MPFR_Add1sp1_mk_state(sh, bx1 - (int64_t)1, ite0, ite);

Completed in 43 milliseconds