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

1 2 3 4 5 6 7 8 9

  /external/llvm/lib/Support/
MathExtras.cpp 27 const float huge_valf = std::numeric_limits<float>::infinity();
  /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());
  /prebuilts/ndk/r11/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);
  /prebuilts/ndk/r11/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());
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/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);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/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());
  /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()};
  /prebuilts/go/darwin-x86/src/math/
bits.go 16 // Inf returns positive infinity if sign >= 0, negative infinity if sign < 0.
39 // IsInf reports whether f is an infinity, according to sign.
40 // If sign > 0, IsInf reports whether f is positive infinity.
41 // If sign < 0, IsInf reports whether f is negative infinity.
42 // If sign == 0, IsInf reports whether f is either infinity.
44 // Test for infinity by comparing against maximum float.
  /prebuilts/go/linux-x86/src/math/
bits.go 16 // Inf returns positive infinity if sign >= 0, negative infinity if sign < 0.
39 // IsInf reports whether f is an infinity, according to sign.
40 // If sign > 0, IsInf reports whether f is positive infinity.
41 // If sign < 0, IsInf reports whether f is negative infinity.
42 // If sign == 0, IsInf reports whether f is either infinity.
44 // Test for infinity by comparing against maximum float.
  /prebuilts/go/darwin-x86/src/math/cmplx/
isinf.go 9 // IsInf returns true if either real(x) or imag(x) is an infinity.
17 // Inf returns a complex infinity, complex(+Inf, +Inf).
  /prebuilts/go/linux-x86/src/math/cmplx/
isinf.go 9 // IsInf returns true if either real(x) or imag(x) is an infinity.
17 // Inf returns a complex infinity, complex(+Inf, +Inf).
  /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/protobuf/src/google/protobuf/
generated_message_util.cc 44 double Infinity() {
45 return std::numeric_limits<double>::infinity();
  /external/protobuf/src/google/protobuf/io/
strtod.cc 115 return std::numeric_limits<float>::infinity();
117 return -std::numeric_limits<float>::infinity();
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
IntlTestDecimalFormatSymbolsC.java 86 String infinity = en.getInfinity(); local
87 fr.setInfinity(infinity);
89 if (!infinity.equals(infinity2)) {
90 errln("ERROR: get/set Infinity failed");
  /frameworks/native/libs/math/tests/
half_test.cpp 44 // test +/- infinity
45 EXPECT_EQ(0x7C00, half( std::numeric_limits<float>::infinity()).getBits());
46 EXPECT_EQ(0xFC00, half(-std::numeric_limits<float>::infinity()).getBits());
56 EXPECT_EQ(0x7C00, std::numeric_limits<half>::infinity().getBits());
  /art/runtime/interpreter/mterp/arm/
op_float_to_long.S 17 cmp r2, #0xff @ NaN or infinity?

Completed in 520 milliseconds

1 2 3 4 5 6 7 8 9