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

<<21222324252627282930>>

  /external/libxml2/result/
dia1.sax 75 SAX.startElement(dia:real, val='0.1')
76 SAX.endElement(dia:real)
177 SAX.startElement(dia:real, val='1')
178 SAX.endElement(dia:real)
259 SAX.startElement(dia:real, val='2.05')
260 SAX.endElement(dia:real)
269 SAX.startElement(dia:real, val='2')
270 SAX.endElement(dia:real)
279 SAX.startElement(dia:real, val='0.1')
280 SAX.endElement(dia:real)
    [all...]
dia2.sax 75 SAX.startElement(dia:real, val='0.1')
76 SAX.endElement(dia:real)
177 SAX.startElement(dia:real, val='1')
178 SAX.endElement(dia:real)
259 SAX.startElement(dia:real, val='2.05')
260 SAX.endElement(dia:real)
269 SAX.startElement(dia:real, val='2')
270 SAX.endElement(dia:real)
279 SAX.startElement(dia:real, val='0.1')
280 SAX.endElement(dia:real)
    [all...]
  /prebuilts/go/darwin-x86/src/go/types/
builtins_test.go 65 {"real", `_ = real(1i)`, `invalid type`}, // constant
66 {"real", `var c complex64; _ = real(c)`, `func(complex64) float32`},
67 {"real", `var c complex128; _ = real(c)`, `func(complex128) float64`},
68 {"real", `type C64 complex64; var c C64; _ = real(c)`, `func(p.C64) float32`},
69 {"real", `type C128 complex128; var c C128; _ = real(c)`, `func(p.C128) float64`}
    [all...]
  /prebuilts/go/linux-x86/src/go/types/
builtins_test.go 65 {"real", `_ = real(1i)`, `invalid type`}, // constant
66 {"real", `var c complex64; _ = real(c)`, `func(complex64) float32`},
67 {"real", `var c complex128; _ = real(c)`, `func(complex128) float64`},
68 {"real", `type C64 complex64; var c C64; _ = real(c)`, `func(p.C64) float32`},
69 {"real", `type C128 complex128; var c C128; _ = real(c)`, `func(p.C128) float64`}
    [all...]
  /external/valgrind/VEX/priv/
host_generic_regs.h 49 facilitates indexing into arrays or virtual or real registers.
50 Virtual and real registers both have indices starting at zero.
51 Interpreting a real register index requires having the host's
54 - The register's hardware encoding. This applies only for real
185 /*--- Real register Universes. ---*/
188 /* A "Real Register Universe" is a read-only structure that contains
189 all information about real registers on a given host. It serves
192 * defines the mapping from real register indices to the registers
205 so as to be able to deal with up to 64 real registers. AFAICS none
219 /* The registers themselves. All must be real registers, an
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusimpl.h 157 __inline__ REAL Image::GetHorizontalResolution()
159 REAL result = 0.0f;
267 __inline__ REAL Image::GetVerticalResolution()
269 REAL result = 0.0f;
516 __inline__ Bitmap* Bitmap::Clone(REAL x, REAL y, REAL width, REAL height,
562 ColorPalette *palette, REAL alphaThresholdPercent)
622 __inline__ Status Bitmap::SetResolution(REAL xdpi, REAL ydpi
    [all...]
  /cts/tools/dasm/src/java_cup/runtime/
virtual_parse_stack.java 27 /** Constructor to build a virtual stack out of a real stack. */
48 /** The real stack that we shadow. This is accessed when we move off
56 /** Top of stack indicator for where we leave off in the real stack.
58 * elements have been "moved" from the real to virtual stack.
66 * of the real stack within the area that has been modified (via operations
76 /** Transfer an element from the real to the virtual stack. This assumes
83 /* don't transfer if the real stack is empty */
  /external/eigen/demos/mandelbrot/
mandelbrot.cpp 31 template<typename Real> void MandelbrotThread::render(int img_width, int img_height)
33 enum { packetSize = Eigen::internal::packet_traits<Real>::size }; // number of reals in a Packet
34 typedef Eigen::Array<Real, packetSize, 1> Packet; // wrap a Packet as a vector
36 enum { iters_before_test = iters_before_test<Real>::ret };
43 typedef Eigen::Array<Real, 2, 1> Vector2;
53 // starting with z = c = complex coord of the pixel. pzi and pzr denote the real and imaginary parts of z.
54 // pci and pcr denote the real and imaginary parts of c.
  /external/kernel-headers/original/uapi/linux/
ip_vs.h 150 /* real server options */
205 /* number of real servers */
239 /* number of real servers */
242 /* the real servers */
369 * Attributes used to describe a destination (real server)
375 IPVS_DEST_ATTR_ADDR, /* real server address */
376 IPVS_DEST_ATTR_PORT, /* real server port */
  /external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp 197 GDIPCONST REAL* dash,
204 typedef GpStatus(WINGDIPAPI* FuncType_GdipSetPenWidth)(GpPen* pen, REAL width);
219 REAL width,
223 REAL miterLimit);
261 REAL x,
262 REAL y,
263 REAL width,
264 REAL height);
321 REAL flatness);
323 REAL x1
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
ip_vs.h 117 /* real server options */
173 /* number of real servers */
207 /* number of real servers */
210 /* the real servers */
332 * Attributes used to describe a destination (real server)
338 IPVS_DEST_ATTR_ADDR, /* real server address */
339 IPVS_DEST_ATTR_PORT, /* real server port */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
ip_vs.h 139 /* real server options */
194 /* number of real servers */
228 /* number of real servers */
231 /* the real servers */
356 * Attributes used to describe a destination (real server)
362 IPVS_DEST_ATTR_ADDR, /* real server address */
363 IPVS_DEST_ATTR_PORT, /* real server port */
  /frameworks/base/docs/image_sources/distribute/
gp-auto-process.graffle 38 <real>36</real>
49 <real>255</real>
181 <real>12</real>
246 <real>14</real>
303 <real>14</real>
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/ANTLR/ANTLR.xcodeproj/project.xcworkspace/xcuserdata/acondit.xcuserdatad/
UserInterfaceState.xcuserstate 775 <real>298</real>
815 <real>301</real>
894 <real>298</real>
924 <real>301</real>
1462 <real>324417698.23469198</real>
    [all...]
  /external/clang/docs/
PCHLayout.graffle 41 <real>36</real>
80 <real>9</real>
172 <real>9</real>
214 <real>9</real>
256 <real>9</real>
    [all...]
  /external/clang/unittests/Basic/
FileManagerTest.cpp 100 // by what's in the real file system.
110 // Fake an empty real file system.
125 // getFile() returns non-NULL if a real file exists at the given path.
161 // Fake an empty real file system.
192 // getFile() returns NULL if neither a real file nor a virtual file
212 // getFile() returns the same FileEntry for real files that are aliases.
214 // Inject two real files with the same inode.
225 // corresponding real files that are aliases.
227 // Inject two real files with the same inode.
  /external/compiler-rt/lib/asan/
asan_win.cc 59 CHECK(REAL(RaiseException));
61 REAL(RaiseException)(a, b, c, d);
65 CHECK(REAL(_except_handler3));
67 return REAL(_except_handler3)(a, b, c, d);
75 CHECK(REAL(_except_handler4));
77 return REAL(_except_handler4)(a, b, c, d);
100 return REAL(CreateThread)(security, stack_size,
132 return REAL(NtWaitForWorkViaWorkerFactory)(a, b);
149 (uptr *)&REAL(NtWaitForWorkViaWorkerFactory)));
  /external/eigen/Eigen/src/Core/
Dot.h 113 EIGEN_STRONG_INLINE typename NumTraits<typename internal::traits<Derived>::Scalar>::Real MatrixBase<Derived>::squaredNorm() const
115 return numext::real((*this).cwiseAbs2().sum());
125 inline typename NumTraits<typename internal::traits<Derived>::Scalar>::Real MatrixBase<Derived>::norm() const
166 typedef typename NumTraits<typename traits<Derived>::Scalar>::Real RealScalar;
177 static inline typename NumTraits<typename traits<Derived>::Scalar>::Real run(const MatrixBase<Derived>& m)
186 static inline typename NumTraits<typename traits<Derived>::Scalar>::Real run(const MatrixBase<Derived>& m)
195 static inline typename NumTraits<typename traits<Derived>::Scalar>::Real run(const MatrixBase<Derived>& m)
211 inline typename NumTraits<typename internal::traits<Derived>::Scalar>::Real
237 * type is real numbers, a unitary matrix is an orthogonal matrix, whence the name.
  /external/eigen/blas/fortran/
ssbmv.f 3 REAL ALPHA,BETA
8 REAL A(LDA,*),X(*),Y(*)
47 * ALPHA - REAL .
51 * A - REAL array of DIMENSION ( LDA, n ).
96 * X - REAL array of DIMENSION at least
107 * BETA - REAL .
111 * Y - REAL array of DIMENSION at least
135 REAL ONE,ZERO
139 REAL TEMP1,TEMP2
sspmv.f 3 REAL ALPHA,BETA
8 REAL AP(*),X(*),Y(*)
42 * ALPHA - REAL .
46 * AP - REAL array of DIMENSION at least
60 * X - REAL array of dimension at least
71 * BETA - REAL .
76 * Y - REAL array of dimension at least
101 REAL ONE,ZERO
105 REAL TEMP1,TEMP2
srotm.f 6 REAL SPARAM(5),SX(*),SY(*)
35 * SX (input/output) REAL array, dimension N
41 * SY (input/output) REAL array, dimension N
47 * SPARAM (input/output) REAL array, dimension 5
57 REAL SFLAG,SH11,SH12,SH21,SH22,TWO,W,Z,ZERO
  /external/eigen/test/
householder.cpp 25 typedef typename NumTraits<Scalar>::Real RealScalar;
63 VERIFY_IS_MUCH_SMALLER_THAN(numext::imag(m1(0,0)), numext::real(m1(0,0)));
64 VERIFY_IS_APPROX(numext::real(m1(0,0)), alpha);
75 VERIFY_IS_MUCH_SMALLER_THAN(numext::imag(m3(0,0)), numext::real(m3(0,0)));
76 VERIFY_IS_APPROX(numext::real(m3(0,0)), alpha);
  /external/opencv3/modules/calib3d/src/
polynom_solver.cpp 30 /// \return Number of real roots found.
74 // Three real roots
84 // D > 0, only one real root
88 // Calculate the only real root
96 /// \return Number of real roots found.
  /external/skia/bench/
BlurRectBench.cpp 17 #define REAL 1.5f
188 DEF_BENCH(return new BlurRectBoxFilterBench(REAL);)
192 DEF_BENCH(return new BlurRectGaussianBench(REAL);)
196 DEF_BENCH(return new BlurRectDirectBench(REAL);)
207 // to use in production for non-trivial radii, so no real point
  /prebuilts/misc/common/swig/include/2.0.11/
constraints.i 60 %apply double { Real }; // Make everything defined for doubles
62 Real sqrt(Real NONNEGATIVE);
63 Real log(Real POSITIVE);

Completed in 768 milliseconds

<<21222324252627282930>>