Searched refs:other_value (Results 1 – 5 of 5) sorted by relevance
192 int other_value; in perform_operation() local215 other_value = (int)strtol(arguments[i], &end_of_integer, 10); in perform_operation()226 *intermediate_value = function(value, other_value); in perform_operation()
5 const double other_value = DBL_MAX;
308 base::NullableString16 other_value = area->GetItem(transaction.key); in Merge() local310 if (transaction.value != other_value) in Merge()
25 other_stuff=other_value
872 double other_value = other->Number(); in SameValue() local873 bool equal = this_value == other_value; in SameValue()875 if (!equal) return std::isnan(this_value) && std::isnan(other_value); in SameValue()877 return (this_value != 0) || ((1 / this_value) == (1 / other_value)); in SameValue()893 double other_value = other->Number(); in SameValueZero() local895 return this_value == other_value in SameValueZero()896 || (std::isnan(this_value) && std::isnan(other_value)); in SameValueZero()