Home
last modified time | relevance | path

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

/third_party/skia/bench/
DMorphologyBench.cpp17 #define REAL 1.5f macro
DBlurBench.cpp18 #define REAL 0.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/rust/crates/rust-openssl/openssl/src/
Dasn1.rs112 pub const REAL: Asn1Type = Asn1Type(ffi::V_ASN1_REAL); constant
/third_party/python/Modules/
Dcmathmodule.c1291 #define C(REAL, IMAG) p->real = REAL; p->imag = IMAG; ++p; in cmath_exec() argument
/third_party/python/Lib/tkinter/
Dtix.py59 REAL = 'real' variable