Searched refs:test1d (Results 1 – 9 of 9) sorted by relevance
/external/libopus/celt/tests/ |
D | test_unit_mdct.c | 115 void test1d(int nfft,int isinverse) in test1d() function 176 test1d(atoi(argv[k]),0); in main() 177 test1d(atoi(argv[k]),1); in main() 180 test1d(32,0); in main() 181 test1d(32,1); in main() 182 test1d(256,0); in main() 183 test1d(256,1); in main() 184 test1d(512,0); in main() 185 test1d(512,1); in main() 186 test1d(1024,0); in main() [all …]
|
D | test_unit_dft.c | 95 void test1d(int nfft,int isinverse) in test1d() function 144 test1d(atoi(argv[k]),0); in main() 145 test1d(atoi(argv[k]),1); in main() 148 test1d(32,0); in main() 149 test1d(32,1); in main() 150 test1d(128,0); in main() 151 test1d(128,1); in main() 152 test1d(256,0); in main() 153 test1d(256,1); in main() 155 test1d(36,0); in main() [all …]
|
/external/clang/test/SemaObjCXX/ |
D | debugger-cast-result-to-id.mm | 10 extern __unknown_anytype test1d(); function 12 extern __unknown_anytype test1d(); function
|
/external/icu/icu4c/source/test/intltest/ |
D | citrtest.cpp | 202 CharacterIterator* test1d= new StringCharacterIterator(testText, -2, 100, 5); in TestConstructionAndEquality() local 209 if (test1d->startIndex() < 0) in TestConstructionAndEquality() 211 if (test1d->endIndex() > testText.length()) in TestConstructionAndEquality() 213 if (test1d->getIndex() < test1d->startIndex() || test1d->endIndex() < test1d->getIndex()) in TestConstructionAndEquality() 252 delete test1d; in TestConstructionAndEquality()
|
/external/llvm/test/Transforms/SimplifyCFG/R600/ |
D | cttz-ctlz.ll | 184 define i64 @test1d(i64 %A) { 185 ; ALL-LABEL: @test1d(
|
/external/llvm/test/Transforms/InstCombine/ |
D | select-cmp-cttz-ctlz.ll | 217 define i16 @test1d(i64 %x) { 218 ; CHECK-LABEL: @test1d(
|
/external/clang/test/CodeGenObjC/ |
D | arc-precise-lifetime.m | 99 void test1d(void) { function
|
/external/llvm/test/Transforms/ObjCARC/ |
D | allocas.ll | 113 ; CHECK: define void @test1d(i8* %x) 120 define void @test1d(i8* %x) {
|
/external/llvm/test/CodeGen/X86/ |
D | stack-protector.ll | 122 ; test1d: array of [16 x i8] 126 define void @test1d(i8* %a) #2 { 128 ; LINUX-I386-LABEL: test1d: 132 ; LINUX-X64-LABEL: test1d: 136 ; LINUX-KERNEL-X64-LABEL: test1d: 140 ; DARWIN-X64-LABEL: test1d:
|