Home | History | Annotate | Download | only in src

Lines Matching defs:abs_value

1037   double abs_value = value;
1039 abs_value = -value;
1043 // If abs_value has more than kMaxDigitsBeforePoint digits before the point
1045 if (abs_value >= kFirstNonFixed) {