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

1 2

  /development/ndk/sources/android/libportable/common/include/asm-generic/
portability.h 22 #define REAL(f) f
28 #define REAL(f) __real_ ## f
  /external/skia/bench/
BlurBench.cpp 18 #define REAL 1.5f
96 DEF_BENCH(return new BlurBench(REAL, SkBlurMaskFilter::kNormal_BlurStyle);)
97 DEF_BENCH(return new BlurBench(REAL, SkBlurMaskFilter::kSolid_BlurStyle);)
98 DEF_BENCH(return new BlurBench(REAL, SkBlurMaskFilter::kOuter_BlurStyle);)
99 DEF_BENCH(return new BlurBench(REAL, SkBlurMaskFilter::kInner_BlurStyle);)
107 DEF_BENCH(return new BlurBench(REAL, SkBlurMaskFilter::kNormal_BlurStyle, SkBlurMaskFilter::kHighQuality_BlurFlag);)
MorphologyBench.cpp 17 #define REAL 1.5f
96 DEF_BENCH( return new MorphologyBench(REAL, kErode_MT); )
97 DEF_BENCH( return new MorphologyBench(REAL, kDilate_MT); )
BlurRectBench.cpp 17 #define REAL 1.5f
187 DEF_BENCH(return new BlurRectBoxFilterBench(REAL);)
191 DEF_BENCH(return new BlurRectGaussianBench(REAL);)
195 DEF_BENCH(return new BlurRectDirectBench(REAL);)
206 // to use in production for non-trivial radii, so no real point
  /external/compiler-rt/lib/interception/
interception.h 43 // You can access original function by calling REAL(foo)(bar, baz).
44 // By default, REAL(foo) will be visible only inside your interceptor, and if
70 // with same names in our library and then obtain the real function pointers
145 # define REAL(x) __interception::PTR_TO_REAL(x)
154 # define REAL(x) x
164 // macros does its job. In exceptional cases you may need to call REAL(foo)
  /libcore/luni/src/main/java/java/sql/
Types.java 141 * The type code that identifies the SQL type {@code REAL}.
143 public static final int REAL = 7;
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_wrap_newlib.cc 26 // Macro to get the REAL function pointer
27 #define REAL(name) __nacl_irt_##name##_real
32 // Declare REAL function pointer.
34 typeof(__libnacl_irt_##group.name) REAL(name);
36 // Assign the REAL function pointer.
38 REAL(name) = __libnacl_irt_##group.name;
40 // Switch IRT's pointer to the REAL pointer
42 __libnacl_irt_##group.name = (typeof(REAL(name))) REAL(name); \
46 __libnacl_irt_##group.name = (typeof(REAL(name))) WRAP(name);
    [all...]
kernel_wrap_glibc.cc 102 // Macro to get the REAL function pointer
103 #define REAL(name) __nacl_irt_##name##_real
108 // Declare REAL function pointer.
110 typeof(__nacl_irt_##name) REAL(name);
112 // Assign the REAL function pointer.
115 REAL(name) = __nacl_irt_##name;
117 // Switch IRT's pointer to the REAL pointer
119 __nacl_irt_##name = (typeof(__nacl_irt_##name)) REAL(name)
217 return REAL(mmap)(addr, length, prot, flags, fd, offset);
224 // Always let the real munmap run on the address range. It is not an error i
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
fft.c 50 * int WebRtcIsac_Fftn (int ndim, const int dims[], REAL Re[], REAL Im[],
57 * RE and IM hold the real and imaginary components of the data, and return
58 * the resulting real and imaginary Fourier coefficients. Multidimensional
77 * int WebRtcIsac_Fftradix (REAL Re[], REAL Im[], size_t nTotal, size_t nPass,
104 * The data can also be stored in a single array with alternating real and
107 * addresses for the sequences of real and imaginary values,
110 * REAL data [2*NTOTAL];
152 # define REAL doubl
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
program_parse.tab.h 61 REAL = 279,
169 #define REAL 279
275 float real; member in union:YYSTYPE
program_parse.tab.c 246 REAL = 279,
354 #define REAL 279
460 float real; member in union:YYSTYPE
    [all...]
  /external/opencv/ml/include/
ml.h     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 58 REAL = 'real'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 58 REAL = 'real'
    [all...]
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 251 milliseconds

1 2