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

  /src/external/gpl3/gcc/dist/libgcc/config/libbid/
bid_from_int.c 88 int incr_exp = 0; local
121 q, ind, C, &res, &incr_exp,
124 if (incr_exp)
193 int incr_exp = 0; local
223 q, ind, x, &res, &incr_exp,
229 round128_19_38 (q, ind, x128, &res128, &incr_exp,
234 if (incr_exp)
bid128_fma.c 283 int incr_exp = 0; local
401 round128_19_38 (ind, x0, P128, &R128, &incr_exp,
408 round192_39_57 (ind, x0, P192, &R192, &incr_exp,
414 round256_58_76 (ind, x0, R256, &R256, &incr_exp,
421 e4 = e4 + x0 + incr_exp;
533 round64_2_18 (ind, x0, res.w[0], &R64, &incr_exp,
541 round128_19_38 (ind, x0, P128, &res, &incr_exp,
547 // we want the exponent to be expmin, so if incr_exp = 1 then
549 if (incr_exp) {
673 int incr_exp = 0 local
4118 int incr_exp; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
bid_from_int.c 88 int incr_exp = 0; local
121 q, ind, C, &res, &incr_exp,
124 if (incr_exp)
193 int incr_exp = 0; local
223 q, ind, x, &res, &incr_exp,
229 round128_19_38 (q, ind, x128, &res128, &incr_exp,
234 if (incr_exp)
bid128_fma.c 283 int incr_exp = 0; local
401 round128_19_38 (ind, x0, P128, &R128, &incr_exp,
408 round192_39_57 (ind, x0, P192, &R192, &incr_exp,
414 round256_58_76 (ind, x0, R256, &R256, &incr_exp,
421 e4 = e4 + x0 + incr_exp;
533 round64_2_18 (ind, x0, res.w[0], &R64, &incr_exp,
541 round128_19_38 (ind, x0, P128, &res, &incr_exp,
547 // we want the exponent to be expmin, so if incr_exp = 1 then
549 if (incr_exp) {
673 int incr_exp = 0 local
4118 int incr_exp; local
    [all...]

Completed in 132 milliseconds