Searched refs:b_tmp (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/isl/
H A Dbasis_reduction_templ.c59 struct isl_vec *b_tmp; local
106 b_tmp = isl_vec_alloc(ctx, dim);
107 if (!b_tmp)
193 isl_seq_combine(b_tmp->el,
196 GBR_lp_set_obj(lp, b_tmp->el, dim);
288 isl_vec_free(b_tmp);
/haiku-buildtools/gcc/mpfr/src/
H A Dmul.c376 mpfr_t b_tmp, c_tmp; local
396 MPFR_SET_SAME_SIGN (b_tmp, b);
397 MPFR_SET_EXP (b_tmp, MPFR_GET_EXP (b));
398 MPFR_PREC (b_tmp) = bn * GMP_NUMB_BITS;
399 MPFR_MANT (b_tmp) = bp;
409 return mpfr_mul (a, b_tmp, c_tmp, rnd_mode);
414 return mpfr_mul (a, b_tmp, b_tmp, rnd_mode);
/haiku-buildtools/legacy/gcc/libio/
H A Dfloatconv.c1422 Bigint *b_tmp; local
1424 b_tmp = mult(b_avail, bs, bb);
1426 bb = b_tmp;
2184 Bigint *b_tmp; local
2186 b_tmp = mult(b_avail, mhi, b);
2188 b = b_tmp;

Completed in 53 milliseconds