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

  /src/external/gpl3/gcc/dist/gcc/
fixed-value.cc 531 double_int quo_r, quo_s, mod, temp; local
568 /* Divide r by pos_b to quo_r. The remainder is in mod. */
569 quo_r = r.divmod (pos_b, 1, TRUNC_DIV_EXPR, &mod);
605 quo_r = -quo_r;
608 quo_r.low = ~quo_r.low;
609 quo_r.high = ~quo_r.high;
614 overflow_p = fixed_saturate2 (f->mode, quo_r, quo_s, &f->data, sat_p)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
fixed-value.cc 531 double_int quo_r, quo_s, mod, temp; local
568 /* Divide r by pos_b to quo_r. The remainder is in mod. */
569 quo_r = r.divmod (pos_b, 1, TRUNC_DIV_EXPR, &mod);
605 quo_r = -quo_r;
608 quo_r.low = ~quo_r.low;
609 quo_r.high = ~quo_r.high;
614 overflow_p = fixed_saturate2 (f->mode, quo_r, quo_s, &f->data, sat_p)
    [all...]

Completed in 27 milliseconds