HomeSort by relevance Sort by last modified time
    Searched full:sth (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
lattice.c 37 float sth[MAX_AR_MODEL_ORDER]; local
52 WebRtcIsac_Dir2Lat(a,orderCoef,sth,cth);
75 f[i][0] = inv_cth[i-1]*(f[i-1][0] + sth[i-1]*stateG[i-1]);
76 g[i][0] = cth[i-1]*stateG[i-1] + sth[i-1]* f[i][0];
84 f[k+1][n+1] = inv_cth[k]*(f[k][n+1] + sth[k]*g[k][n]);
85 g[k+1][n+1] = cth[k]*g[k][n] + sth[k]* f[k+1][n+1];
118 float sth[MAX_AR_MODEL_ORDER]; local
132 WebRtcIsac_Dir2Lat(a,orderCoef,sth,cth);
150 ARf[i][0] = cth[i]*ARf[i+1][0] - sth[i]*stateG[i];
151 ARg[i+1][0] = sth[i]*ARf[i+1][0] + cth[i]* stateG[i]
    [all...]
codec.h 213 void WebRtcIsac_Dir2Lat(double* a, int orderCoef, float* sth, float* cth);
  /external/llvm/test/CodeGen/PowerPC/
vec_insert.ll 1 ; RUN: llc < %s -march=ppc32 -mcpu=g5 | grep sth
jaggedstructs.ll 28 ; CHECK: sth {{[0-9]+}}, 53(1)
34 ; CHECK: sth {{[0-9]+}}, 70(1)
40 ; CHECK: sth {{[0-9]+}}, 77(1)
pr13891.ll 9 ; CHECK: sth 3, {{[0-9]+}}(1)
unaligned.ll 12 ; CHECK: sth
structsinregs.ll 105 ; CHECK: sth 4, 62(1)
143 ; CHECK: sth {{[0-9]+}}, 69(1)
146 ; CHECK: sth {{[0-9]+}}, 94(1)
149 ; CHECK: sth {{[0-9]+}}, 101(1)
192 ; CHECK: sth 4, 62(1)
vec_extload.ll 33 ; Same as v16si8_sext_in_reg, expands to load/store halfwords (lhz/sth).
structsinmem.ll 63 ; CHECK: sth {{[0-9]+}}, 126(1)
152 ; CHECK: sth {{[0-9]+}}, 126(1)
154 ; CHECK: sth {{[0-9]+}}, 133(1)
158 ; CHECK: sth {{[0-9]+}}, 158(1)
161 ; CHECK: sth {{[0-9]+}}, 165(1)
  /external/v8/test/es5conform/
harness-adapt.js 45 sth.call(this, global);
49 // Borrow sth's registerTest method.
50 TestHarness.prototype.registerTest = sth.prototype.registerTest;
54 sth.prototype.run.call(this);
testcfg.py 34 HARNESS_FILES = ['sth.js']
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
lattice.c 160 // Calculate f[i][0] = inv_cth[i-1]*(f[i-1][0] + sth[i-1]*stateG[i-1]);
170 // Calculate g[i][0] = cth[i-1]*stateG[i-1] + sth[i-1]* f[i][0];
182 // f[k+1][n+1] = inv_cth[k]*(f[k][n+1] + sth[k]*g[k][n]);
183 // g[k+1][n+1] = cth[k]*g[k][n] + sth[k]* f[k+1][n+1];
  /libcore/luni/src/test/java/libcore/java/io/
OldObjectOutputStreamTest.java 243 SerializableTestHelper sth; local
255 sth = (SerializableTestHelper) (ois.readObject());
257 "Gabba", sth.getText1());
259 sth.getText2());
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
ObjectInputStreamTest.java 327 SerializableTestHelper sth; local
339 sth = (SerializableTestHelper) (ois.readObject());
341 "Gabba", sth.getText1());
344 sth.getText2());
    [all...]
ObjectOutputStreamTest.java 623 SerializableTestHelper sth; local
635 sth = (SerializableTestHelper) (ois.readObject());
637 "Gabba", sth.getText1());
640 sth.getText2());
    [all...]
  /external/openssl/crypto/rc4/asm/
rc4-s390x.pl 181 sth $idx,0($key)
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
ObjectInputStreamTest.java 326 SerializableTestHelper sth; local
338 sth = (SerializableTestHelper) (ois.readObject());
340 "Gabba", sth.getText1());
343 sth.getText2());
    [all...]
  /external/qemu/
cpu-exec.c     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCSchedule.td 341 // sth LdStStore
PPCRegisterInfo.cpp 62 ImmToIdxMap[PPC::STH] = PPC::STHX; ImmToIdxMap[PPC::STW] = PPC::STWX;
511 // sth 0:rA, 1:imm 2:(rB) ==> sthx 0:rA, 2:rB, 1:r0
  /external/qemu/tcg/sparc/
tcg-target.c 267 #define STH (INSN_OP(3) | INSN_OP3(0x06))
    [all...]
  /external/libffi/src/pa/
hpux32.S 130 sth %ret0, 0(%r20)
linux.S 123 sth %ret0, 0(%r20)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/cc_hash_table_map_/
cc_ht_map_.hpp 609 PB_DS_STATIC_ASSERT(sth, store_hash_ok);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/gp_hash_table_map_/
gp_ht_map_.hpp 651 PB_DS_STATIC_ASSERT(sth, store_hash_ok);

Completed in 1159 milliseconds

1 2 3