Home
last modified time | relevance | path

Searched refs:compl (Results 1 - 7 of 7) sorted by relevance

/third_party/ffmpeg/tests/fate/
H A Dmp3.mak1 FATE_MP3 += fate-mp3-float-conf-compl
2 fate-mp3-float-conf-compl: CMD = ffmpeg -auto_conversion_filters -c:a mp3float -i $(TARGET_SAMPLES)/mp3-conformance/compl.bit -f f32le -
3 fate-mp3-float-conf-compl: REF = $(SAMPLES)/mp3-conformance/compl.f32
/third_party/musl/porting/uniproton/kernel/include/
H A Diso646.h10 #define compl ~ macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Diso646.h10 #define compl ~ macro
/third_party/musl/include/
H A Diso646.h10 #define compl ~ macro
/third_party/musl/libc-test/src/api/
H A Diso646.c15 C(compl 0) in f()
/third_party/python/Parser/
H A Dpegen.c564 Py_complex compl; in parsenumber_raw() local
588 compl.real = 0.; in parsenumber_raw()
589 compl.imag = PyOS_string_to_double(s, (char **)&end, NULL); in parsenumber_raw()
590 if (compl.imag == -1.0 && PyErr_Occurred()) { in parsenumber_raw()
593 return PyComplex_FromCComplex(compl); in parsenumber_raw()
/third_party/lame/misc/
H A Dabx.c179 typedef f_t compl [2]; typedef
180 compl root [MAX >> 1]; // Sinus-/Kosinustabelle
208 int fft ( compl* fn, const size_t newlen ) in fft()

Completed in 4 milliseconds