HomeSort by relevance Sort by last modified time
    Searched refs:test1d (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/opus/src/celt/tests/
test_unit_dft.c 95 void test1d(int nfft,int isinverse) function
144 test1d(atoi(argv[k]),0);
145 test1d(atoi(argv[k]),1);
148 test1d(32,0);
149 test1d(32,1);
150 test1d(128,0);
151 test1d(128,1);
152 test1d(256,0);
153 test1d(256,1);
155 test1d(36,0)
    [all...]
test_unit_mdct.c 115 void test1d(int nfft,int isinverse) function
173 test1d(atoi(argv[k]),0);
174 test1d(atoi(argv[k]),1);
177 test1d(32,0);
178 test1d(32,1);
179 test1d(256,0);
180 test1d(256,1);
181 test1d(512,0);
182 test1d(512,1);
184 test1d(40,0)
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
citrtest.cpp 202 CharacterIterator* test1d= new StringCharacterIterator(testText, -2, 100, 5); local
209 if (test1d->startIndex() < 0)
211 if (test1d->endIndex() > testText.length())
213 if (test1d->getIndex() < test1d->startIndex() || test1d->endIndex() < test1d->getIndex())
252 delete test1d;
    [all...]
  /external/icu4c/test/intltest/
citrtest.cpp 203 CharacterIterator* test1d= new StringCharacterIterator(testText, -2, 100, 5); local
210 if (test1d->startIndex() < 0)
212 if (test1d->endIndex() > testText.length())
214 if (test1d->getIndex() < test1d->startIndex() || test1d->endIndex() < test1d->getIndex())
253 delete test1d;
    [all...]

Completed in 219 milliseconds