Home | History | Annotate | Download | only in src

Lines Matching refs:other_value

1021     double other_value = other->Number();
1022 return (this_value == other_value) ||
1023 (std::isnan(this_value) && std::isnan(other_value));