HomeSort by relevance Sort by last modified time
    Searched refs:infinity (Results 1 - 25 of 164) sorted by null

1 2 3 4 5 6 7

  /external/llvm/lib/Support/
MathExtras.cpp 27 const float huge_valf = std::numeric_limits<float>::infinity();
  /external/v8/test/unittests/base/
ieee754-unittest.cc 33 atan(std::numeric_limits<double>::infinity()));
35 atan(-std::numeric_limits<double>::infinity()));
52 atan2(std::numeric_limits<double>::infinity(),
53 std::numeric_limits<double>::infinity()));
55 atan2(std::numeric_limits<double>::infinity(),
56 -std::numeric_limits<double>::infinity()));
58 atan2(-std::numeric_limits<double>::infinity(),
59 std::numeric_limits<double>::infinity()));
61 atan2(-std::numeric_limits<double>::infinity(),
62 -std::numeric_limits<double>::infinity()));
    [all...]
  /external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
infinity.pass.cpp 12 // infinity()
22 assert(std::numeric_limits<T>::infinity() == expected);
23 assert(std::numeric_limits<const T>::infinity() == expected);
24 assert(std::numeric_limits<volatile T>::infinity() == expected);
25 assert(std::numeric_limits<const volatile T>::infinity() == expected);
  /external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/
max.pass.cpp 26 assert(m == std::numeric_limits<D::result_type>::infinity());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/
infinity.pass.cpp 12 // infinity()
22 assert(std::numeric_limits<T>::infinity() == expected);
23 assert(std::numeric_limits<const T>::infinity() == expected);
24 assert(std::numeric_limits<volatile T>::infinity() == expected);
25 assert(std::numeric_limits<const volatile T>::infinity() == expected);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/
max.pass.cpp 26 assert(m == std::numeric_limits<D::result_type>::infinity());
  /external/parameter-framework/upstream/parameter/
LogarithmicParameterAdaptation.h 40 * Since log(x) == -INFINITY , we can define FloorValue as a
77 double _dFloorValue{-std::numeric_limits<double>::infinity()};
  /external/protobuf/src/google/protobuf/
generated_message_util.cc 43 double Infinity() {
44 return std::numeric_limits<double>::infinity();
  /external/ceres-solver/include/ceres/
fpclassify.h 68 return x == std::numeric_limits<double>::infinity() ||
69 x == -std::numeric_limits<double>::infinity();
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
SecP192K1Curve.java 18 protected SecP192K1Point infinity; field in class:SecP192K1Curve
24 this.infinity = new SecP192K1Point(this, null, null);
77 return infinity;
SecP192R1Curve.java 17 protected SecP192R1Point infinity; field in class:SecP192R1Curve
23 this.infinity = new SecP192R1Point(this, null, null);
78 return infinity;
SecP224K1Curve.java 18 protected SecP224K1Point infinity; field in class:SecP224K1Curve
24 this.infinity = new SecP224K1Point(this, null, null);
76 return infinity;
SecP224R1Curve.java 17 protected SecP224R1Point infinity; field in class:SecP224R1Curve
23 this.infinity = new SecP224R1Point(this, null, null);
78 return infinity;
SecP256K1Curve.java 18 protected SecP256K1Point infinity; field in class:SecP256K1Curve
24 this.infinity = new SecP256K1Point(this, null, null);
76 return infinity;
SecP256R1Curve.java 17 protected SecP256R1Point infinity; field in class:SecP256R1Curve
23 this.infinity = new SecP256R1Point(this, null, null);
78 return infinity;
SecP384R1Curve.java 17 protected SecP384R1Point infinity; field in class:SecP384R1Curve
23 this.infinity = new SecP384R1Point(this, null, null);
78 return infinity;
SecP521R1Curve.java 17 protected SecP521R1Point infinity; field in class:SecP521R1Curve
23 this.infinity = new SecP521R1Point(this, null, null);
78 return infinity;
  /external/v8/test/mjsunit/asm/
do-while.js 26 assertEquals(0, m.f(-Math.infinity));
  /ndk/tests/device/test-gnustl-full/unit/
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/
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...]
  /external/opencv3/3rdparty/openexr/Half/
halfLimits.h 85 static half infinity () throw () {return half::posInf();} function in class:std::numeric_limits
  /libcore/ojluni/src/main/java/java/text/
DecimalFormatSymbols.java 279 * Gets the string used to represent infinity. Almost always left
283 return infinity;
287 * Sets the string used to represent infinity. Almost always left
290 public void setInfinity(String infinity) {
291 this.infinity = infinity;
540 infinity.equals(other.infinity) &&
562 result = result * 37 + infinity.hashCode();
596 values[9] = localeData.infinity;
934 private String infinity; field in class:DecimalFormatSymbols
    [all...]
  /external/bison/src/
relation.c 58 static relation_node infinity; variable
86 INDEX[j] = infinity;
101 infinity = size + 2;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
IntlTestDecimalFormatSymbolsC.java 89 String infinity = en.getInfinity(); local
90 fr.setInfinity(infinity);
92 if (!infinity.equals(infinity2)) {
93 errln("ERROR: get/set Infinity failed");
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
IntlTestDecimalFormatSymbolsC.java 85 String infinity = en.getInfinity(); local
86 fr.setInfinity(infinity);
88 if (!infinity.equals(infinity2)) {
89 errln("ERROR: get/set Infinity failed");

Completed in 622 milliseconds

1 2 3 4 5 6 7