HomeSort by relevance Sort by last modified time
    Searched full:real (Results 251 - 275 of 8477) sorted by null

<<11121314151617181920>>

  /external/apache-commons-math/src/main/java/org/apache/commons/math/transform/
FastSineTransformer.java 53 * Transform the given real data set.
58 * @param f the real data array to be transformed
59 * @return the real transformed array
68 * Transform the given real function, sampled on the given interval.
77 * @return the real transformed array
92 * Transform the given real data set.
97 * @param f the real data array to be transformed
98 * @return the real transformed array
108 * Transform the given real function, sampled on the given interval.
117 * @return the real transformed arra
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
numbers.py 11 __all__ = ["Number", "Complex", "Real", "Rational", "Integral"]
28 ## Decimal has all of the methods specified by the Real abc, but it should
29 ## not be registered as a Real because decimals do not interoperate with
37 In short, those are: a conversion to complex, .real, .imag, +, -,
57 def real(self): member in class:Complex
58 """Retrieve the real component of this number.
60 This should subclass Real.
68 This should subclass Real.
148 """Returns the Real distance from 0. Called for abs(self)."""
169 class Real(Complex)
254 def real(self): member in class:Real
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
numbers.py 11 __all__ = ["Number", "Complex", "Real", "Rational", "Integral"]
28 ## Decimal has all of the methods specified by the Real abc, but it should
29 ## not be registered as a Real because decimals do not interoperate with
37 In short, those are: a conversion to complex, .real, .imag, +, -,
57 def real(self): member in class:Complex
58 """Retrieve the real component of this number.
60 This should subclass Real.
68 This should subclass Real.
148 """Returns the Real distance from 0. Called for abs(self)."""
169 class Real(Complex)
254 def real(self): member in class:Real
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
numbers.py 11 __all__ = ["Number", "Complex", "Real", "Rational", "Integral"]
28 ## Decimal has all of the methods specified by the Real abc, but it should
29 ## not be registered as a Real because decimals do not interoperate with
37 In short, those are: a conversion to complex, .real, .imag, +, -,
57 def real(self): member in class:Complex
58 """Retrieve the real component of this number.
60 This should subclass Real.
68 This should subclass Real.
148 """Returns the Real distance from 0. Called for abs(self)."""
169 class Real(Complex)
254 def real(self): member in class:Real
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
numbers.py 11 __all__ = ["Number", "Complex", "Real", "Rational", "Integral"]
28 ## Decimal has all of the methods specified by the Real abc, but it should
29 ## not be registered as a Real because decimals do not interoperate with
37 In short, those are: a conversion to complex, .real, .imag, +, -,
57 def real(self): member in class:Complex
58 """Retrieve the real component of this number.
60 This should subclass Real.
68 This should subclass Real.
148 """Returns the Real distance from 0. Called for abs(self)."""
169 class Real(Complex)
254 def real(self): member in class:Real
    [all...]
  /art/runtime/interpreter/mterp/arm/
alt_stub.S 3 * any interesting requests and then jump to the real instruction
  /art/runtime/interpreter/mterp/arm64/
alt_stub.S 3 * any interesting requests and then jump to the real instruction
  /art/runtime/interpreter/mterp/mips/
alt_stub.S 3 * any interesting requests and then jump to the real instruction
  /art/runtime/interpreter/mterp/mips64/
alt_stub.S 3 * any interesting requests and then jump to the real instruction
  /art/test/303-verification-stress/
info.txt 1 This is more a benchmark for the verifier than a real test. We create many
  /external/avahi/docs/
zeroconf-stack-de.dia 16 <dia:real val="2.8222000598907471"/>
19 <dia:real val="2.8222000598907471"/>
22 <dia:real val="2.8222000598907471"/>
25 <dia:real val="2.8222000598907471"/>
31 <dia:real val="1"/>
41 <dia:real val="1"/>
44 <dia:real val="1"/>
77 <dia:real val="9"/>
80 <dia:real val="13"/>
100 <dia:real val="15"/
    [all...]
  /external/clang/test/CodeGenCXX/
ms-integer-static-data-members.cpp 38 // Inline initialization, no real definiton, not referenced.
41 // Inline initialization, no real definiton, referenced.
44 // Inline initialization, real definiton, not referenced.
47 // Inline initialization, real definiton, referenced.
  /external/compiler-rt/test/profile/
lit.site.cfg.in 10 # Load tool-specific config that would do the real work.
  /external/compiler-rt/test/sanitizer_common/
lit.site.cfg.in 9 # Load tool-specific config that would do the real work.
  /external/compiler-rt/test/ubsan/
lit.site.cfg.in 9 # Load tool-specific config that would do the real work.
  /external/eigen/doc/snippets/
GeneralizedEigenSolver.cpp 6 cout << "The (real) denominatore of the generalzied eigenvalues are: " << ges.betas().transpose() << endl;
  /external/libcxx/test/
lit.site.cfg 10 # Let the main config do the real work.
  /external/libcxx/test/std/numerics/complex.number/complex.member.ops/
minus_equal_scalar.pass.cpp 22 assert(c.real() == 0);
25 assert(c.real() == -1.5);
28 assert(c.real() == -3);
31 assert(c.real() == -1.5);
plus_equal_scalar.pass.cpp 22 assert(c.real() == 0);
25 assert(c.real() == 1.5);
28 assert(c.real() == 3);
31 assert(c.real() == 1.5);
  /external/libcxx/test/std/numerics/complex.number/complex.special/
double_float_explicit.pass.cpp 26 assert(cf.real() == cd.real());
33 static_assert(cf.real() == cd.real(), "");
double_float_implicit.pass.cpp 26 assert(cf.real() == cd.real());
33 static_assert(cf.real() == cd.real(), "");
double_long_double_explicit.pass.cpp 26 assert(cf.real() == cd.real());
33 static_assert(cf.real() == cd.real(), "");
float_double_explicit.pass.cpp 26 assert(cf.real() == cd.real());
33 static_assert(cf.real() == cd.real(), "");
float_long_double_explicit.pass.cpp 26 assert(cf.real() == cd.real());
33 static_assert(cf.real() == cd.real(), "");
long_double_double_explicit.pass.cpp 26 assert(cf.real() == cd.real());
33 static_assert(cf.real() == cd.real(), "");

Completed in 285 milliseconds

<<11121314151617181920>>