Home
last modified time | relevance | path

Searched refs:other_value (Results 1 – 5 of 5) sorted by relevance

/external/cmockery/cmockery_0_1_2/src/example/
Dcalculator.c192 int other_value; in perform_operation() local
215 other_value = (int)strtol(arguments[i], &end_of_integer, 10); in perform_operation()
226 *intermediate_value = function(value, other_value); in perform_operation()
/external/clang/test/Modules/
Dcstd.m5 const double other_value = DBL_MAX;
/external/chromium_org/content/browser/dom_storage/
Ddom_storage_namespace.cc308 base::NullableString16 other_value = area->GetItem(transaction.key); in Merge() local
310 if (transaction.value != other_value) in Merge()
/external/openssl/crypto/conf/
DREADME25 other_stuff=other_value
/external/chromium_org/v8/src/
Dobjects.cc872 double other_value = other->Number(); in SameValue() local
873 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() local
895 return this_value == other_value in SameValueZero()
896 || (std::isnan(this_value) && std::isnan(other_value)); in SameValueZero()