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

1 2 3 4 5 6 7

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluslinecaps.h 36 AdjustableArrowCap(REAL height, REAL width, BOOL isFilled):
67 REAL GetHeight() const
69 REAL result = 0.0f;
75 REAL GetMiddleInset() const
77 REAL result = 0.0f;
83 REAL GetWidth() const
85 REAL result = 0.0f;
105 Status SetHeight(REAL height)
111 Status SetMiddleInset(REAL middleInset
    [all...]
gdiplusmatrix.h 51 Matrix(REAL m11, REAL m12, REAL m21, REAL m22, REAL dx, REAL dy):
99 Status GetElements(REAL *m) const
135 REAL OffsetX() const
137 REAL m[6];
141 REAL OffsetY() cons
    [all...]
gdiplusflat.h 35 GpStatus WINGDIPAPI GdipCreateAdjustableArrowCap(REAL,REAL,BOOL,GpAdjustableArrowCap**);
36 GpStatus WINGDIPAPI GdipSetAdjustableArrowCapHeight(GpAdjustableArrowCap*,REAL);
37 GpStatus WINGDIPAPI GdipGetAdjustableArrowCapHeight(GpAdjustableArrowCap*,REAL*);
38 GpStatus WINGDIPAPI GdipSetAdjustableArrowCapWidth(GpAdjustableArrowCap*,REAL);
39 GpStatus WINGDIPAPI GdipGetAdjustableArrowCapWidth(GpAdjustableArrowCap*,REAL*);
40 GpStatus WINGDIPAPI GdipSetAdjustableArrowCapMiddleInset(GpAdjustableArrowCap*,REAL);
41 GpStatus WINGDIPAPI GdipGetAdjustableArrowCapMiddleInset(GpAdjustableArrowCap*,REAL*);
59 GpStatus WINGDIPAPI GdipCloneBitmapArea(REAL,REAL,REAL,REAL,PixelFormat,GpBitmap*,GpBitmap**)
    [all...]
gdiplus.h 49 typedef float REAL;
gdipluspen.h 39 Pen(const Color& color, REAL width = 1.0f):
46 Pen(const Brush *brush, REAL width = 1.0f):
93 Status GetCompoundArray(REAL *compoundArray, INT count) const
126 REAL GetDashOffset() const
128 REAL result = 0.0f;
133 Status GetDashPattern(REAL *dashArray, INT count) const
171 REAL GetMiterLimit() const
173 REAL result = 10.0f;
198 REAL GetWidth() const
200 REAL result = 1.0f
    [all...]
gdipluspath.h 85 Status AddArc(REAL x, REAL y, REAL width, REAL height,
86 REAL startAngle, REAL sweepAngle)
92 REAL startAngle, REAL sweepAngle)
97 Status AddArc(const RectF& rect, REAL startAngle, REAL sweepAngle
    [all...]
gdipluscolormatrix.h 62 REAL m[5][5];
gdipluseffects.h 48 REAL radius;
94 REAL radius;
95 REAL amount;
  /external/compiler-rt/lib/tsan/dd/
dd_interceptors.cc 46 return REAL(pthread_mutex_destroy)(m);
52 int res = REAL(pthread_mutex_lock)(m);
59 int res = REAL(pthread_mutex_trylock)(m);
68 return REAL(pthread_mutex_unlock)(m);
73 int res = REAL(pthread_spin_destroy)(m);
81 int res = REAL(pthread_spin_lock)(m);
88 int res = REAL(pthread_spin_trylock)(m);
97 return REAL(pthread_spin_unlock)(m);
103 return REAL(pthread_rwlock_destroy)(m);
109 int res = REAL(pthread_rwlock_rdlock)(m)
    [all...]
  /external/eigen/lapack/
sladiv.f 24 * REAL A, B, C, D, P, Q
33 *> SLADIV performs complex division in real arithmetic
48 *> A is REAL
53 *> B is REAL
58 *> C is REAL
63 *> D is REAL
69 *> P is REAL
74 *> Q is REAL
99 REAL A, B, C, D, P, Q
105 REAL E,
    [all...]
slapy2.f 21 * REAL FUNCTION SLAPY2( X, Y )
24 * REAL X, Y
42 *> X is REAL
47 *> Y is REAL
64 REAL FUNCTION SLAPY2( X, Y )
72 REAL X, Y
78 REAL ZERO
80 REAL ONE
84 REAL W, XABS, YABS, Z
slapy3.f 21 * REAL FUNCTION SLAPY3( X, Y, Z )
24 * REAL X, Y, Z
42 *> X is REAL
47 *> Y is REAL
52 *> Z is REAL
69 REAL FUNCTION SLAPY3( X, Y, Z )
77 REAL X, Y, Z
83 REAL ZERO
87 REAL W, XABS, YABS, ZABS
  /external/compiler-rt/lib/msan/
msan_interceptors.cc 109 SIZE_T res = REAL(fread)(ptr, size, nmemb, file);
119 SIZE_T res = REAL(fread_unlocked)(ptr, size, nmemb, file);
132 SSIZE_T res = REAL(readlink)(path, buf, bufsiz);
148 void *res = REAL(memccpy)(dest, src, c, n);
260 REAL(memset)(sret, 0, sizeof(*sret));
279 // FIXME: implement, but don't call REAL(malloc_stats)!
289 SIZE_T n = REAL(strlen)(src);
291 char *res = REAL(strcpy)(dest, src); // NOLINT
299 SIZE_T copy_size = REAL(strnlen)(src, n);
302 char *res = REAL(strncpy)(dest, src, n); // NOLIN
    [all...]
  /frameworks/base/packages/Osu/src/com/android/hotspot2/asn1/
Asn1Tag.java 13 REAL,
  /external/compiler-rt/lib/esan/
esan_interceptors.cpp 63 return REAL(func)(__VA_ARGS__); \
148 #define COMMON_INTERCEPTOR_BLOCK_REAL(name) REAL(name)
249 return REAL(strcpy)(dst, src); // NOLINT
259 return REAL(strncpy)(dst, src, n);
266 return REAL(open)(name, flags, mode);
274 return REAL(open64)(name, flags, mode);
285 return REAL(creat)(name, mode);
293 return REAL(creat64)(name, mode);
304 return REAL(unlink)(path);
311 return REAL(fread)(ptr, size, nmemb, f)
    [all...]
  /external/skia/bench/
BlurBench.cpp 18 #define REAL 1.5f
100 DEF_BENCH(return new BlurBench(REAL, kNormal_SkBlurStyle);)
101 DEF_BENCH(return new BlurBench(REAL, kSolid_SkBlurStyle);)
102 DEF_BENCH(return new BlurBench(REAL, kOuter_SkBlurStyle);)
103 DEF_BENCH(return new BlurBench(REAL, kInner_SkBlurStyle);)
113 DEF_BENCH(return new BlurBench(REAL, kNormal_SkBlurStyle, SkBlurMaskFilter::kHighQuality_BlurFlag);)
  /external/compiler-rt/lib/asan/
asan_interceptors.cc 94 ASAN_READ_STRING_OF_LEN((ctx), (s), REAL(strlen)(s), (n))
115 if (REAL(strnlen)) {
116 return REAL(strnlen)(s, maxlen);
157 return REAL(func)(__VA_ARGS__); \
159 return REAL(func)(__VA_ARGS__); \
182 #define COMMON_INTERCEPTOR_BLOCK_REAL(name) REAL(name)
248 REAL(pthread_attr_getdetachstate)(attr, &detached);
261 result = REAL(pthread_create)(thread, attr, asan_thread_start, &param);
293 return REAL(bsd_signal)(signum, handler);
302 return REAL(signal)(signum, handler)
    [all...]
asan_poisoning.h 52 REAL(memset)((void*)shadow_beg, value, shadow_end - shadow_beg);
59 REAL(memset)((void *)shadow_beg, 0, shadow_end - shadow_beg);
62 REAL(memset)((void *)shadow_beg, 0, page_beg - shadow_beg);
65 REAL(memset)((void *)page_end, 0, shadow_end - page_end);
  /external/compiler-rt/lib/dfsan/
dfsan_interceptors.cc 21 void *res = REAL(mmap)(addr, length, prot, flags, fd, offset);
29 void *res = REAL(mmap64)(addr, length, prot, flags, fd, offset);
  /external/compiler-rt/lib/interception/tests/
interception_linux_test.cc 55 // Calling the REAL function should not affect the counter.
57 EXPECT_NE(0, REAL(isdigit)('1'));
58 EXPECT_EQ(0, REAL(isdigit)('a'));
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.h 33 if (REAL(func) == 0) { \
38 return REAL(func)(__VA_ARGS__); \
tsan_interceptors_mac.cc 145 REAL(OSAtomicEnqueue)(list, item, offset);
150 void *item = REAL(OSAtomicDequeue)(list, offset);
162 REAL(OSAtomicFifoEnqueue)(list, item, offset);
168 void *item = REAL(OSAtomicFifoDequeue)(list, offset);
178 return REAL(OSSpinLockLock)(lock);
181 REAL(OSSpinLockLock)(lock);
188 return REAL(OSSpinLockTry)(lock);
191 bool result = REAL(OSSpinLockTry)(lock);
200 return REAL(OSSpinLockUnlock)(lock);
204 REAL(OSSpinLockUnlock)(lock)
    [all...]
  /frameworks/support/room/common/src/main/java/android/arch/persistence/room/
ColumnInfo.java 51 * {@link #INTEGER}, {@link #REAL}, or {@link #BLOB}.
104 int REAL = 4;
115 @IntDef({UNDEFINED, TEXT, INTEGER, REAL, BLOB})
  /libcore/ojluni/src/main/java/java/sql/
Types.java 81 * <code>REAL</code>.
83 public final static int REAL = 7;
  /external/compiler-rt/lib/interception/
interception_win.h 68 (::__interception::uptr *)&REAL(func))
73 (::__interception::uptr *)&REAL(func))
81 (::__interception::uptr *)&REAL(func))

Completed in 5085 milliseconds

1 2 3 4 5 6 7