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

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
fft.c 290 REAL s72 = SIN72; /* sin(72 deg) */ local
350 s72 = -s72;
593 c2 = c72 * c72 - s72 * s72;
594 s2 = 2.0 * c72 * s72;
615 aj = akm * s72 + ajm * s2;
616 bj = bkm * s72 + bjm * s2;
623 aj = akm * s2 - ajm * s72;
624 bj = bkm * s2 - bjm * s72;
    [all...]
  /external/v8/benchmarks/
regexp.js     [all...]

Completed in 61 milliseconds