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

  /external/speex/libspeex/
kiss_fftr.c 85 kiss_fft_cpx fpnk,fpk,f1k,f2k,tw,tdc; local
99 * The sum of tdc.r and tdc.i is the sum of the input time sequence.
101 * The difference of tdc.r - tdc.i is the sum of the input (dot product) [1,-1,1,-1...
105 tdc.r = st->tmpbuf[0].r;
106 tdc.i = st->tmpbuf[0].i;
107 C_FIXDIV(tdc,2);
108 CHECK_OVERFLOW_OP(tdc.r ,+, tdc.i)
177 kiss_fft_cpx f2k,tdc; local
    [all...]
  /system/chre/external/kiss_fft/
kiss_fftr.c 71 kiss_fft_cpx fpnk,fpk,f1k,f2k,tw,tdc; local
86 * The sum of tdc.r and tdc.i is the sum of the input time sequence.
88 * The difference of tdc.r - tdc.i is the sum of the input (dot product) [1,-1,1,-1...
92 tdc.r = st->tmpbuf[0].r;
93 tdc.i = st->tmpbuf[0].i;
94 C_FIXDIV(tdc,2);
95 CHECK_OVERFLOW_OP(tdc.r ,+, tdc.i)
    [all...]
  /external/annotation-tools/scene-lib/test/annotations/tests/executable/
TestSceneLib.java 218 TestDefCollector tdc = new TestDefCollector(s1); local
219 tdc.visit();
220 assertNotNull(tdc.a);
221 assertNotNull(tdc.b);
222 assertNotNull(tdc.c);
223 assertNotNull(tdc.d);
224 assertNotNull(tdc.e);
225 assertNotNull(tdc.f);
228 AnnotationDef tle = (AnnotationDef) tdc.e;
231 assertEquals(new ArrayAFT(new AnnotationAFT(tdc.a)), e.fieldType
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
RIL.java 483 TelephonyDevController tdc = TelephonyDevController.getInstance(); local
484 tdc.registerRIL(this);
    [all...]
  /external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 111 milliseconds