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

1 2 3 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/complex.number/complex.members/
real_imag.pass.cpp 12 // void real(T val);
23 assert(c.real() == 0);
25 c.real(3.5);
26 assert(c.real() == 3.5);
29 assert(c.real() == 3.5);
31 c.real(-4.5);
32 assert(c.real() == -4.5);
35 assert(c.real() == -4.5);
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Pyramid.h 24 typedef unsigned short int real; typedef
35 real width, height; // Width and height of input images
36 real numChannels; // Number of channels in input images
37 real border; // border size
38 real pitch; // Pitch. Used for moving through image efficiently.
40 static PyramidShort *allocatePyramidPacked(real width, real height, real levels, real border = 0);
41 static PyramidShort *allocateImage(real width, real height, real border)
    [all...]
  /packages/apps/Gallery2/jni_mosaic/feature_mos/src/mosaic/
Pyramid.h 24 typedef unsigned short int real; typedef
35 real width, height; // Width and height of input images
36 real numChannels; // Number of channels in input images
37 real border; // border size
38 real pitch; // Pitch. Used for moving through image efficiently.
40 static PyramidShort *allocatePyramidPacked(real width, real height, real levels, real border = 0);
41 static PyramidShort *allocateImage(real width, real height, real border)
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Pyramid.h 24 typedef unsigned short int real; typedef
35 real width, height; // Width and height of input images
36 real numChannels; // Number of channels in input images
37 real border; // border size
38 real pitch; // Pitch. Used for moving through image efficiently.
40 static PyramidShort *allocatePyramidPacked(real width, real height, real levels, real border = 0);
41 static PyramidShort *allocateImage(real width, real height, real border)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/complex.number/complex.special/
double_long_double_implicit.fail.cpp 25 assert(cf.real() == cd.real());
float_double_implicit.fail.cpp 25 assert(cf.real() == cd.real());
float_long_double_implicit.fail.cpp 25 assert(cf.real() == cd.real());
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(), "");
long_double_double_implicit.pass.cpp 26 assert(cf.real() == cd.real());
33 static_assert(cf.real() == cd.real(), "");
long_double_float_explicit.pass.cpp 26 assert(cf.real() == cd.real());
33 static_assert(cf.real() == cd.real(), "");
long_double_float_implicit.pass.cpp 26 assert(cf.real() == cd.real());
33 static_assert(cf.real() == cd.real(), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/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);
assignment_scalar.pass.cpp 22 assert(c.real() == 0);
25 assert(c.real() == 1.5);
28 assert(c.real() == -1.5);
divide_equal_scalar.pass.cpp 22 assert(c.real() == 1);
25 assert(c.real() == 2);
28 assert(c.real() == 4);
31 assert(c.real() == -8);
35 assert(c.real() == -16);
times_equal_scalar.pass.cpp 22 assert(c.real() == 1);
25 assert(c.real() == 1.5);
28 assert(c.real() == 2.25);
31 assert(c.real() == -3.375);
35 assert(c.real() == -5.0625);
  /external/clang/test/Index/
complete-super.cpp 12 void bar(float real);
19 void B::bar(float real) {
20 A::bar(real);
27 // CHECK-BAR-UNQUAL: CXXMethod:{Text A::}{TypedText bar}{LeftParen (}{Placeholder real}{RightParen )} (20)
28 // CHECK-BAR-UNQUAL: CXXMethod:{ResultType void}{TypedText bar}{LeftParen (}{Placeholder float real}{RightParen )} (34)
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/complex.number/complex.transcendentals/
exp.pass.cpp 41 if (x[i].real() == 0 && x[i].imag() == 0)
43 assert(r.real() == 1.0);
47 else if (std::isfinite(x[i].real()) && std::isinf(x[i].imag()))
49 assert(std::isnan(r.real()));
52 else if (std::isfinite(x[i].real()) && std::isnan(x[i].imag()))
54 assert(std::isnan(r.real()));
57 else if (std::isinf(x[i].real()) && x[i].real() > 0 && x[i].imag() == 0)
59 assert(std::isinf(r.real()));
60 assert(r.real() > 0)
    [all...]
cosh.pass.cpp 43 if (x[i].real() == 0 && x[i].imag() == 0)
45 assert(r.real() == 1);
49 else if (x[i].real() == 0 && std::isinf(x[i].imag()))
51 assert(std::isnan(r.real()));
54 else if (x[i].real() == 0 && std::isnan(x[i].imag()))
56 assert(std::isnan(r.real()));
59 else if (std::isfinite(x[i].real()) && std::isinf(x[i].imag()))
61 assert(std::isnan(r.real()));
64 else if (std::isfinite(x[i].real()) && std::isnan(x[i].imag()))
66 assert(std::isnan(r.real()));
    [all...]
sqrt.pass.cpp 26 is_about(real(a), real(x));
43 if (x[i].real() == 0 && x[i].imag() == 0)
45 assert(!std::signbit(r.real()));
50 assert(std::isinf(r.real()));
51 assert(r.real() > 0);
55 else if (std::isfinite(x[i].real()) && std::isnan(x[i].imag()))
57 assert(std::isnan(r.real()));
60 else if (std::isinf(x[i].real()) && x[i].real() < 0 && std::isfinite(x[i].imag())
    [all...]

Completed in 407 milliseconds

1 2 3 4 5 6 7 8 91011>>