Home | History | Annotate | Download | only in src

Lines Matching refs:other_value

767     double other_value = other->Number();
768 return (this_value == other_value) ||
769 (isnan(this_value) && isnan(other_value));