HomeSort by relevance Sort by last modified time
    Searched full:preal (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/ns/
nsx_core_neon.c 370 int16_t* preal = &inst->real[0]; local
376 int16x8_t real = vld1q_s16(preal);
392 vst1q_s16(preal, vcombine_s16(result_r_0, result_r_1));
394 preal += 8;
400 *preal = (int16_t)((*preal * *pns_filter) >> 14);
415 preal = &inst->real[0];
424 real_imag_0.val[0] = vld1q_s16(preal);
425 preal += 8;
428 real_imag_1.val[0] = vld1q_s16(preal);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/
test.go 939 func recompileForTest(pmain, preal, ptest *Package, testDir string) {
940 // The "test copy" of preal is ptest.
941 // For each package that depends on preal, make a "test copy"
943 testCopy := map[*Package]*Package{preal: ptest}
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
test.go 939 func recompileForTest(pmain, preal, ptest *Package, testDir string) {
940 // The "test copy" of preal is ptest.
941 // For each package that depends on preal, make a "test copy"
943 testCopy := map[*Package]*Package{preal: ptest}
    [all...]

Completed in 223 milliseconds