Home
last modified time | relevance | path

Searched defs:REAL (Results 1 – 8 of 8) sorted by relevance

/external/skia/bench/
DMorphologyBench.cpp17 #define REAL 1.5f macro
DBlurBench.cpp18 #define REAL 1.5f macro
DBlurRectBench.cpp17 #define REAL 1.5f macro
/external/compiler-rt/lib/interception/
Dinterception.h153 # define REAL(x) __interception::PTR_TO_REAL(x) macro
162 # define REAL(x) x macro
/external/trappy/trappy/stats/
Dgrammar.py52 REAL = Combine(Optional(oneOf("+ -")) + Word(nums) + "." + variable
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dfft.c152 # define REAL double macro
/external/python/cpython2/Modules/
Dcmathmodule.c1107 #define C(REAL, IMAG) p->real = REAL; p->imag = IMAG; ++p; in initcmath() argument
/external/python/cpython2/Lib/lib-tk/
DTix.py60 REAL = 'real' variable