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

<<11121314151617181920>>

  /external/libcxx/test/std/numerics/complex.number/complex.member.ops/
assignment_scalar.pass.cpp 22 assert(c.real() == 0);
25 assert(c.real() == 1.5);
28 assert(c.real() == -1.5);
  /external/libcxx/test/std/numerics/complex.number/
layout.pass.cpp 21 assert(0 == z.real());
23 assert(a[0] == z.real());
27 assert(a[0] == z.real());
  /external/skia/bench/
MorphologyBench.cpp 17 #define REAL 1.5f
93 DEF_BENCH( return new MorphologyBench(REAL, kErode_MT); )
94 DEF_BENCH( return new MorphologyBench(REAL, kDilate_MT); )
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.member.ops/
assignment_complex.pass.cpp 23 assert(c.real() == 0);
27 assert(c.real() == 1.5);
31 assert(c.real() == 3.5);
assignment_scalar.pass.cpp 22 assert(c.real() == 0);
25 assert(c.real() == 1.5);
28 assert(c.real() == -1.5);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/
layout.pass.cpp 21 assert(0 == z.real());
23 assert(a[0] == z.real());
27 assert(a[0] == z.real());
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluseffects.h 48 REAL radius;
94 REAL radius;
95 REAL amount;
  /frameworks/base/docs/image_sources/resources/
res-selection-flowchart.graffle 41 <real>36</real>
73 <real>11</real>
140 <real>11</real>
152 <real>4.1290435791015625</real>
174 <real>4</real>
    [all...]
  /art/runtime/interpreter/mterp/x86/
alt_stub.S 3 * any interesting requests and then jump to the real instruction
  /art/runtime/interpreter/mterp/x86_64/
alt_stub.S 3 * any interesting requests and then jump to the real instruction
  /dalvik/dx/src/com/android/dx/dex/code/
CodeAddress.java 30 /** If this address should bind closely to the following real instruction */
49 * real instruction.
75 * Gets whether this address binds closely to the following "real"
86 * @return true if this address binds closely to the next real instruction
  /device/htc/flounder/VolantisLayout/
AndroidManifest.xml 7 <!-- This isn't a real receiver, it's only used as a marker interface. -->
  /device/huawei/angler/AnglerLayout/
AndroidManifest.xml 7 <!-- This isn't a real receiver, it's only used as a marker interface. -->
  /device/lge/bullhead/BullheadLayout/
AndroidManifest.xml 7 <!-- This isn't a real receiver, it's only used as a marker interface. -->
  /device/moto/shamu/ShamuLayout/
AndroidManifest.xml 7 <!-- This isn't a real receiver, it's only used as a marker interface. -->
  /external/apache-commons-math/src/main/java/org/apache/commons/math/complex/
ComplexFormat.java 33 * be replaced with 'j' (or anything else), and the number format for both real
52 /** The format used for the real part. */
57 * default number format for both real and imaginary parts.
64 * Create an instance with a custom number format for both real and
66 * @param format the custom format for both real and imaginary parts.
73 * Create an instance with a custom number format for the real part and a
75 * @param realFormat the custom format for the real part.
84 * number format for both real and imaginary parts.
93 * format for both real and imaginary parts.
95 * @param format the custom format for both real and imaginary parts
    [all...]
  /external/autotest/client/site_tests/platform_OpenSSLActual/
control 11 PURPOSE = "Real-world integration test for openssl"
  /external/autotest/client/site_tests/platform_TLSDateActual/
control 11 PURPOSE = "Real-world integration test for tlsdate"
  /external/autotest/server/site_tests/factory_InstallServo/
control 17 real device, runs a subset of factory tests, and finally boots into ChromeOS.
  /external/chromium-trace/catapult/telemetry/third_party/pyfakefs/
README.chromium 15 without touching the real disk. The software under test requires no modification
  /external/chromium-trace/catapult/third_party/pyfakefs/
README.chromium 12 without touching the real disk. The software under test requires no modification
  /external/clang/test/Driver/
gfortran.f90 61 ! RUN: -fdefault-real-8 \
79 ! RUN: -finit-real=zero \
92 ! RUN: -freal-4-real-10 \
93 ! RUN: -freal-4-real-16 \
94 ! RUN: -freal-4-real-8 \
95 ! RUN: -freal-8-real-10 \
96 ! RUN: -freal-8-real-16 \
97 ! RUN: -freal-8-real-4 \
182 ! CHECK: "-fdefault-real-8"
200 ! CHECK: "-finit-real=zero
    [all...]
  /external/clang/test/VFS/
include-real-from-virtual.c 3 // RUN: echo "void baz(void);" > %t/real.h
  /external/curl/tests/data/
test1513 31 # this server/host won't be used for real
  /external/eigen/Eigen/src/SparseCore/
SparseDot.h 79 inline typename NumTraits<typename internal::traits<Derived>::Scalar>::Real
82 return numext::real((*this).cwiseAbs2().sum());
86 inline typename NumTraits<typename internal::traits<Derived>::Scalar>::Real
94 inline typename NumTraits<typename internal::traits<Derived>::Scalar>::Real

Completed in 986 milliseconds

<<11121314151617181920>>