Home
last modified time | relevance | path

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

/third_party/mingw-w64/mingw-w64-headers/include/gdiplus/
Dgdiplus.h49 typedef float REAL; typedef
/third_party/flutter/skia/bench/
DBlurBench.cpp18 #define REAL 0.5f macro
DMorphologyBench.cpp17 #define REAL 1.5f macro
DBlurRectBench.cpp17 #define REAL 1.5f macro
/third_party/skia/bench/
DBlurBench.cpp18 #define REAL 0.5f macro
DMorphologyBench.cpp17 #define REAL 1.5f macro
DBlurRectBench.cpp17 #define REAL 1.5f macro
/third_party/pulseaudio/src/modules/echo-cancel/
Dadrian-aec.h28 #define REAL float macro
/third_party/python/Modules/
Dcmathmodule.c1293 #define C(REAL, IMAG) p->real = REAL; p->imag = IMAG; ++p; in PyInit_cmath() argument
/third_party/python/Lib/tkinter/
Dtix.py52 REAL = 'real' variable