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

1 2 3

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplus.h 49 typedef float REAL;
  /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);)
MorphologyBench.cpp 17 #define REAL 1.5f
95 DEF_BENCH( return new MorphologyBench(REAL, kErode_MT); )
96 DEF_BENCH( return new MorphologyBench(REAL, kDilate_MT); )
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
  /external/compiler-rt/lib/interception/
interception.h 44 // You can access original function by calling REAL(foo)(bar, baz).
45 // By default, REAL(foo) will be visible only inside your interceptor, and if
71 // with same names in our library and then obtain the real function pointers
153 # define REAL(x) __interception::PTR_TO_REAL(x)
162 # define REAL(x) x
172 // macros does its job. In exceptional cases you may need to call REAL(foo)
  /frameworks/base/packages/Osu/src/com/android/hotspot2/asn1/
Asn1Tag.java 13 REAL,
  /libcore/ojluni/src/main/java/java/sql/
Types.java 81 * <code>REAL</code>.
83 public final static int REAL = 7;
  /external/webrtc/webrtc/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...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tix.py 58 REAL = 'real'
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tix.py 58 REAL = 'real'
    [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...]
  /toolchain/binutils/binutils-2.25/bfd/
linker.c 248 the element (an element is only added if it provides a real,
496 the real symbol. */
571 #undef REAL
572 #define REAL "__real_"
575 && CONST_STRNEQ (l, REAL)
576 && bfd_hash_lookup (info->wrap_hash, l + sizeof REAL - 1,
586 amt = strlen (l + sizeof REAL - 1) + 2;
593 strcat (n, l + sizeof REAL - 1);
599 #undef REAL
606 and the remainder is found in wrap_hash, return the real symbol. *
    [all...]
  /external/opencv/ml/include/
ml.h     [all...]
  /external/guice/extensions/persist/lib/
hsqldb.jar 
  /prebuilts/tools/common/m2/repository/org/xerial/sqlite-jdbc/3.16.1/
sqlite-jdbc-3.16.1.jar 
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-cloudfront/1.11.18/
aws-java-sdk-cloudfront-1.11.18.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.3.6/
groovy-all-2.3.6.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.4.7/
groovy-all-2.4.7.jar 
  /external/dagger2/lib/
google-java-format-0.1-20151017.042846-2.jar 

Completed in 2056 milliseconds

1 2 3