HomeSort by relevance Sort by last modified time
    Searched defs:infinity (Results 1 - 11 of 11) sorted by null

  /external/bison/src/
relation.c 58 static relation_node infinity; variable
86 INDEX[j] = infinity;
101 infinity = size + 2;
  /external/stlport/test/unit/
num_facets_test.cpp 110 double infinity = limd::infinity(); local
112 nput.put(fostr, fostr, ' ', infinity);
limits_test.cpp 169 const _Tp infinity = lim::infinity(); local
171 * Infinity must compare as if larger than the maximum representable value. */
178 CHECK_COND(test_float_values(val, infinity));
182 str << "lim::max() = " << lim::max() << ", val = " << val << ", infinity = " << infinity;
190 str << ", infinity in hexa: " << showbase << hex << *((const unsigned int*)&infinity);
196 str << ", infinity in hexa: " << showbase << hex << *((const unsigned _STLP_LONG_LONG*)&infinity);
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
num_facets_test.cpp 110 double infinity = limd::infinity(); local
112 nput.put(fostr, fostr, ' ', infinity);
limits_test.cpp 169 const _Tp infinity = lim::infinity(); local
171 * Infinity must compare as if larger than the maximum representable value. */
178 CHECK_COND(test_float_values(val, infinity));
182 str << "lim::max() = " << lim::max() << ", val = " << val << ", infinity = " << infinity;
190 str << ", infinity in hexa: " << showbase << hex << *((const unsigned int*)&infinity);
196 str << ", infinity in hexa: " << showbase << hex << *((const unsigned _STLP_LONG_LONG*)&infinity);
    [all...]
  /ndk/tests/device/test-stlport/unit/
num_facets_test.cpp 110 double infinity = limd::infinity(); local
112 nput.put(fostr, fostr, ' ', infinity);
limits_test.cpp 169 const _Tp infinity = lim::infinity(); local
171 * Infinity must compare as if larger than the maximum representable value. */
178 CHECK_COND(test_float_values(val, infinity));
182 str << "lim::max() = " << lim::max() << ", val = " << val << ", infinity = " << infinity;
190 str << ", infinity in hexa: " << showbase << hex << *((const unsigned int*)&infinity);
196 str << ", infinity in hexa: " << showbase << hex << *((const unsigned _STLP_LONG_LONG*)&infinity);
    [all...]
  /libcore/luni/src/main/java/com/ibm/icu4jni/util/
LocaleData.java 74 public String infinity; field in class:LocaleData
164 "infinity=" + infinity + "," +
268 if (overrides.infinity != null) {
269 infinity = overrides.infinity;
  /libcore/luni/src/main/java/java/text/
DecimalFormatSymbols.java 54 private String infinity, NaN, currencySymbol, intlCurrencySymbol; field in class:DecimalFormatSymbols
94 this.infinity = localeData.infinity;
180 infinity.equals(obj.infinity) &&
200 ",infinity=" + infinity +
277 * Returns the string which represents infinity.
279 * @return the infinity symbol as a string.
282 return infinity;
    [all...]
  /external/protobuf/gtest/test/
gtest_unittest.cc 2955 RawType infinity; member in struct:__anon5557::FloatingPointTest::TestValues
    [all...]
  /external/v8/test/cctest/
test-api.cc 9482 double infinity = DoubleFromBits(0x7ff00000, 0x00000000); local
    [all...]

Completed in 353 milliseconds