Home | History | Annotate | Download | only in compiler

Lines Matching defs:abs

681       double labs = std::max(std::abs(lmin), std::abs(lmax));
682 double rabs = std::max(std::abs(rmin), std::abs(rmax)) - 1;
683 double abs = std::min(labs, rabs);
688 max = abs;
691 min = 0.0 - abs;
695 min = 0.0 - abs;
696 max = abs;