/third_party/pulseaudio/src/modules/echo-cancel/ |
D | adrian-aec.h | 28 #define REAL float macro 112 REAL x; 121 static REAL IIR_HP_highpass(IIR_HP *i, REAL in) { in IIR_HP_highpass() 122 const REAL a0 = 0.01f; /* controls Transfer Frequency */ in IIR_HP_highpass() 136 REAL z[18]; 143 REAL highpass(REAL in) { in highpass() 144 const REAL a[18] = { in highpass() 154 memmove(z + 1, z, 17 * sizeof(REAL)); in highpass() 156 REAL sum0 = 0.0, sum1 = 0.0; in highpass() 177 REAL z[36]; [all …]
|
D | adrian-aec.c | 38 static REAL dotp(REAL a[], REAL b[]) in dotp() 40 REAL sum0 = 0.0f, sum1 = 0.0f; in dotp() 51 static REAL dotp_sse(REAL a[], REAL b[]) in dotp_sse() 56 REAL sum; in dotp_sse() 95 a->w = (REAL *) (((uintptr_t) a->w_arr) - (((uintptr_t) a->w_arr) % 16) + 16); in AEC_init() 125 static float AEC_dtd(AEC *a, REAL d, REAL x) in AEC_dtd() 188 static REAL AEC_nlms_pw(AEC *a, REAL d, REAL x_, float stepsize) in AEC_nlms_pw() 190 REAL e; in AEC_nlms_pw() 191 REAL ef; in AEC_nlms_pw() 208 REAL mikro_ef = stepsize * ef / a->dotp_xf_xf; in AEC_nlms_pw() [all …]
|
/third_party/flutter/skia/bench/ |
D | BlurBench.cpp | 18 #define REAL 0.5f macro 98 DEF_BENCH(return new BlurBench(REAL, kNormal_SkBlurStyle);) 99 DEF_BENCH(return new BlurBench(REAL, kSolid_SkBlurStyle);) 100 DEF_BENCH(return new BlurBench(REAL, kOuter_SkBlurStyle);) 101 DEF_BENCH(return new BlurBench(REAL, kInner_SkBlurStyle);)
|
D | MorphologyBench.cpp | 17 #define REAL 1.5f macro 93 DEF_BENCH( return new MorphologyBench(REAL, kErode_MT); ) 94 DEF_BENCH( return new MorphologyBench(REAL, kDilate_MT); )
|
D | BlurRectBench.cpp | 17 #define REAL 1.5f macro 188 DEF_BENCH(return new BlurRectBoxFilterBench(REAL);) 192 DEF_BENCH(return new BlurRectGaussianBench(REAL);) 196 DEF_BENCH(return new BlurRectDirectBench(REAL);)
|
/third_party/skia/bench/ |
D | BlurBench.cpp | 18 #define REAL 0.5f macro 98 DEF_BENCH(return new BlurBench(REAL, kNormal_SkBlurStyle);) 99 DEF_BENCH(return new BlurBench(REAL, kSolid_SkBlurStyle);) 100 DEF_BENCH(return new BlurBench(REAL, kOuter_SkBlurStyle);) 101 DEF_BENCH(return new BlurBench(REAL, kInner_SkBlurStyle);)
|
D | MorphologyBench.cpp | 17 #define REAL 1.5f macro 93 DEF_BENCH( return new MorphologyBench(REAL, kErode_MT); ) 94 DEF_BENCH( return new MorphologyBench(REAL, kDilate_MT); )
|
D | BlurRectBench.cpp | 17 #define REAL 1.5f macro 188 DEF_BENCH(return new BlurRectBoxFilterBench(REAL);) 192 DEF_BENCH(return new BlurRectGaussianBench(REAL);) 196 DEF_BENCH(return new BlurRectDirectBench(REAL);)
|
/third_party/mesa3d/src/mesa/program/ |
D | program_lexer.l | 322 return REAL; 326 return REAL; 330 return REAL; 334 return REAL;
|
D | program_parse.y | 178 %token <real> REAL 1746 paramConstScalarUse: REAL 1800 signedFloatConstant: optionalSign REAL
|
/third_party/node/test/parallel/ |
D | test-http-slow-headers.js | 26 if (!process.env.REAL) {
|
D | test-http-slow-headers-keepalive.js | 24 if (!process.env.REAL) {
|
D | test-https-slow-headers.js | 36 if (!process.env.REAL) {
|
/third_party/alsa-lib/doc/ |
D | asoundrc.txt | 141 SCHANNEL REAL # route value (0.0 ... 1.0) 195 SCHANNEL REAL # route value (0.0 ... 1.0) 311 I INT or REAL # I - control port index, INT or REAL - control value
|
/third_party/gstreamer/gstplugins_good/gst/rtsp/ |
D | URLS | 27 REAL:
|
/third_party/python/Doc/library/ |
D | sqlite3.rst | 230 SQLite natively supports only the types TEXT, INTEGER, REAL, BLOB and NULL. If 927 ``REAL``, ``TEXT``, ``BLOB``. 938 | :class:`float` | ``REAL`` | 955 | ``REAL`` | :class:`float` |
|
/third_party/python/Modules/ |
D | cmathmodule.c | 1291 #define C(REAL, IMAG) p->real = REAL; p->imag = IMAG; ++p; in cmath_exec() argument
|
/third_party/flutter/skia/third_party/externals/icu/source/samples/ufortune/resources/ |
D | es.txt | 283 "Deltree Windows, THE REAL DOUBLESPACE!!!!
|
/third_party/icu/icu4c/source/samples/ufortune/resources/ |
D | es.txt | 283 "Deltree Windows, THE REAL DOUBLESPACE!!!!
|
/third_party/skia/third_party/externals/icu/source/samples/ufortune/resources/ |
D | es.txt | 283 "Deltree Windows, THE REAL DOUBLESPACE!!!!
|
/third_party/python/Lib/tkinter/ |
D | tix.py | 59 REAL = 'real' variable
|
/third_party/tzdata/ |
D | australasia | 1475 # use, _they have NO REAL MEANING_, as they are not defined in the
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 91166 ** <tr><td> BLOB <td> FLOAT <td> [CAST] to REAL 94115 + case COLTYPE_REAL: printf(" REAL"); break; 99324 /* When applying REAL affinity, if the result is still an MEM_Int 115999 ** <tr><td> BLOB <td> FLOAT <td> [CAST] to REAL 128801 ** <tr><td> BLOB <td> FLOAT <td> [CAST] to REAL 131756 + case COLTYPE_REAL: printf(" REAL"); break; 136965 /* When applying REAL affinity, if the result is still an MEM_Int 154391 ** <tr><td> BLOB <td> FLOAT <td> [CAST] to REAL 155145 + such as TEXT, INTEGER, REAL, or NULL. If a JSON object or array 155158 +INTEGER or REAL. This is due to limitations in the type handling capabilities [all …]
|
/third_party/mbedtls/ |
D | ChangeLog | 835 NULL algorithm parameters entry would look identical to an array of REAL
|
/third_party/eudev/hwdb/ |
D | 20-OUI.hwdb | 57840 ID_OUI_FROM_DATABASE=TSB REAL TIME LOCATION SYSTEMS S.L. 81258 ID_OUI_FROM_DATABASE=GUANGDONG REAL-DESIGN INTELLIGENT TECHNOLOGY CO.,LTD
|