Home
last modified time | relevance | path

Searched refs:tdc (Results 1 – 23 of 23) sorted by relevance

/external/speex/libspeexdsp/
Dkiss_fftr.c85 kiss_fft_cpx fpnk,fpk,f1k,f2k,tw,tdc; in kiss_fftr() local
105 tdc.r = st->tmpbuf[0].r; in kiss_fftr()
106 tdc.i = st->tmpbuf[0].i; in kiss_fftr()
107 C_FIXDIV(tdc,2); in kiss_fftr()
108 CHECK_OVERFLOW_OP(tdc.r ,+, tdc.i); in kiss_fftr()
109 CHECK_OVERFLOW_OP(tdc.r ,-, tdc.i); in kiss_fftr()
110 freqdata[0].r = tdc.r + tdc.i; in kiss_fftr()
111 freqdata[ncfft].r = tdc.r - tdc.i; in kiss_fftr()
177 kiss_fft_cpx f2k,tdc; in kiss_fftr2() local
198 tdc.r = st->tmpbuf[0].r; in kiss_fftr2()
[all …]
/external/llvm/test/CodeGen/SystemZ/
Dtdc-02.ll5 declare i32 @llvm.s390.tdc.f32(float, i64)
6 declare i32 @llvm.s390.tdc.f64(double, i64)
7 declare i32 @llvm.s390.tdc.f128(fp128, i64)
15 %a = call i32 @llvm.s390.tdc.f32(float %x, i64 3)
16 %b = call i32 @llvm.s390.tdc.f32(float %x, i64 6)
30 %a = call i32 @llvm.s390.tdc.f64(double %x, i64 3)
31 %b = call i32 @llvm.s390.tdc.f64(double %x, i64 6)
45 %a = call i32 @llvm.s390.tdc.f128(fp128 %x, i64 3)
46 %b = call i32 @llvm.s390.tdc.f128(fp128 %x, i64 6)
60 %a = call i32 @llvm.s390.tdc.f128(fp128 %x, i64 3)
[all …]
Dtdc-01.ll5 declare i32 @llvm.s390.tdc.f32(float, i64)
6 declare i32 @llvm.s390.tdc.f64(double, i64)
7 declare i32 @llvm.s390.tdc.f128(fp128, i64)
15 %res = call i32 @llvm.s390.tdc.f32(float %x, i64 123)
25 %res = call i32 @llvm.s390.tdc.f64(double %x, i64 123)
37 %res = call i32 @llvm.s390.tdc.f128(fp128 %x, i64 123)
49 %res = call i32 @llvm.s390.tdc.f32(float %x, i64 123)
67 %res = call i32 @llvm.s390.tdc.f32(float %x, i64 123)
85 %res = call i32 @llvm.s390.tdc.f32(float %x, i64 %y)
/external/llvm-project/llvm/test/CodeGen/SystemZ/
Dtdc-02.ll5 declare i32 @llvm.s390.tdc.f32(float, i64)
6 declare i32 @llvm.s390.tdc.f64(double, i64)
7 declare i32 @llvm.s390.tdc.f128(fp128, i64)
15 %a = call i32 @llvm.s390.tdc.f32(float %x, i64 3)
16 %b = call i32 @llvm.s390.tdc.f32(float %x, i64 6)
30 %a = call i32 @llvm.s390.tdc.f64(double %x, i64 3)
31 %b = call i32 @llvm.s390.tdc.f64(double %x, i64 6)
45 %a = call i32 @llvm.s390.tdc.f128(fp128 %x, i64 3)
46 %b = call i32 @llvm.s390.tdc.f128(fp128 %x, i64 6)
60 %a = call i32 @llvm.s390.tdc.f128(fp128 %x, i64 3)
[all …]
Dtdc-01.ll5 declare i32 @llvm.s390.tdc.f32(float, i64)
6 declare i32 @llvm.s390.tdc.f64(double, i64)
7 declare i32 @llvm.s390.tdc.f128(fp128, i64)
15 %res = call i32 @llvm.s390.tdc.f32(float %x, i64 123)
25 %res = call i32 @llvm.s390.tdc.f64(double %x, i64 123)
37 %res = call i32 @llvm.s390.tdc.f128(fp128 %x, i64 123)
49 %res = call i32 @llvm.s390.tdc.f32(float %x, i64 123)
67 %res = call i32 @llvm.s390.tdc.f32(float %x, i64 123)
85 %res = call i32 @llvm.s390.tdc.f32(float %x, i64 %y)
Dtdc-07.ll5 declare i32 @llvm.s390.tdc.f128(fp128, i64)
15 %res = call i32 @llvm.s390.tdc.f128(fp128 %x, i64 123)
Dsoft-float-04.ll3 ; Check that this function with soft-float does not result in a s390.tdc
/external/linux-kselftest/tools/testing/selftests/tc-testing/
DREADME1 tdc - Linux Traffic Control (tc) unit testing suite
5 tdc is a Python script to load tc unit tests from a separate JSON file and
20 * The kernel must have the appropriate infrastructure enabled to run all tdc
26 ./tdc.py -c
29 In the current release, tdc run will abort due to a failure in setup or
44 using the -p option when running tdc:
45 ./tdc.py -p /path/to/tc
51 To use tdc, root privileges are required. This is because the
60 to tdc when starting a test run; the veth pair will still be created
63 Running tdc without any arguments will run all tests. Refer to the section
[all …]
DTODO.txt8 - Improve error messages when tdc aborts its run. Partially done - still
13 - Allow tdc to write its results to file.
/external/linux-kselftest/tools/testing/selftests/tc-testing/creating-testcases/
DAddingTestCases.txt1 tdc - Adding test cases for tdc
12 Include the 'id' field, but do not assign a value. Running tdc with the -i
15 tdc will recursively search the 'tc-tests' subdirectory (or the
19 tdc with the -f argument and the path to your file, or the -D argument
37 then tdc will not execute the test case in question. However,
54 tdc will compare this value against the actual returned value.
81 in the test cases. tdc will output a series of TAP results for the skipped
/external/linux-kselftest/tools/testing/selftests/tc-testing/plugin-lib/
DREADME-PLUGINS1 tdc.py will look for plugins in a directory plugins off the cwd.
5 tdc.py
14 tdc.py will find them and use them.
/external/linux-kselftest/tools/testing/selftests/tc-testing/creating-plugins/
DAddingPlugins.txt1 tdc - Adding plugins for tdc
48 TAP output. The tdc.py script will do that for the test suite as
84 The adjust_command method must return the adjusted command so tdc
92 conflict with any from tdc.py or from other plugins that will be used
/external/cldr/tools/java/org/unicode/cldr/util/data/languages/
DentityToCode.tsv629 http://www.wikidata.org/entity/Q3052041 tdc
/external/cldr/tools/java/org/unicode/cldr/util/data/
Diso-639-3_Name_Index.tab6529 tdc Emberá-Tadó Emberá-Tadó
Diso-639-3.tab6245 tdc I L Emberá-Tadó
Dlanguage-subtag-registry33853 Subtag: tdc
/external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/IR/
DIntrinsics.gen4222 s390_tdc, // llvm.s390.tdc
10280 "llvm.s390.tdc",
18220 1, // llvm.s390.tdc
/external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/IR/
DIntrinsics.gen4222 s390_tdc, // llvm.s390.tdc
10280 "llvm.s390.tdc",
18220 1, // llvm.s390.tdc
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/IR/
DIntrinsics.gen4222 s390_tdc, // llvm.s390.tdc
10280 "llvm.s390.tdc",
18220 1, // llvm.s390.tdc
/external/swiftshader/third_party/llvm-subzero/build/Fuchsia/include/llvm/IR/
DIntrinsics.gen4222 s390_tdc, // llvm.s390.tdc
10280 "llvm.s390.tdc",
18220 1, // llvm.s390.tdc
/external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/IR/
DIntrinsics.gen4216 s390_tdc, // llvm.s390.tdc
10240 "llvm.s390.tdc",
18125 1, // llvm.s390.tdc
/external/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/
DIntrinsicImpl.inc6104 "llvm.s390.tdc",
16237 1, // llvm.s390.tdc
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/
Dinternal_raw_IPA-old.txt193266 tdc %16674