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

1 2

  /external/swiftshader/third_party/LLVM/utils/
plotNLT.pl 39 my $sth = $dbh->prepare( $query) || die "Can't prepare statement: $DBI::errstr";;
41 my $rc = $sth->execute or die DBI->errstr;
43 while(($da,$v) = $sth->fetchrow_array)
webNLT.pl 29 my $sth = $dbh->prepare($query) || die "Can't prepare statement: $DBI::errstr";
30 my $rc = $sth->execute or die DBI->errstr;
31 while (($n) = $sth->fetchrow_array)
37 my $sth = $dbh->prepare($query) || die "Can't prepare statement: $DBI::errstr";
38 my $rc = $sth->execute or die DBI->errstr;
39 while (($n) = $sth->fetchrow_array)
cgiplotNLT.pl 53 my $sth = $dbh->prepare( $query) || die "Can't prepare statement: $DBI::errstr";;
55 my $rc = $sth->execute or die DBI->errstr;
57 while(($da,$v) = $sth->fetchrow_array)
importNLT.pl 16 my $sth = $dbh->prepare( q{
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
lattice.c 38 float sth[MAX_AR_MODEL_ORDER]; local
53 WebRtcIsac_Dir2Lat(a,orderCoef,sth,cth);
76 f[i][0] = inv_cth[i-1]*(f[i-1][0] + sth[i-1]*stateG[i-1]);
77 g[i][0] = cth[i-1]*stateG[i-1] + sth[i-1]* f[i][0];
85 f[k+1][n+1] = inv_cth[k]*(f[k][n+1] + sth[k]*g[k][n]);
86 g[k+1][n+1] = cth[k]*g[k][n] + sth[k]* f[k+1][n+1];
119 float sth[MAX_AR_MODEL_ORDER]; local
133 WebRtcIsac_Dir2Lat(a,orderCoef,sth,cth);
151 ARf[i][0] = cth[i]*ARf[i+1][0] - sth[i]*stateG[i];
152 ARg[i+1][0] = sth[i]*ARf[i+1][0] + cth[i]* stateG[i]
    [all...]
codec.h 229 void WebRtcIsac_Dir2Lat(double* a, int orderCoef, float* sth, float* cth);
  /external/capstone/suite/MC/Sparc/
sparc-mem-instructions.s.cs 20 0xd4,0x36,0x00,0x16 = sth %o2, [%i0+%l6]
21 0xd4,0x36,0x20,0x20 = sth %o2, [%i0+32]
22 0xd4,0x30,0x60,0x00 = sth %o2, [%g1]
  /external/llvm/test/MC/Sparc/
sparc-mem-instructions.s 67 ! CHECK: sth %o2, [%i0+%l6] ! encoding: [0xd4,0x36,0x00,0x16]
68 sth %o2, [%i0 + %l6]
69 ! CHECK: sth %o2, [%i0+32] ! encoding: [0xd4,0x36,0x20,0x20]
70 sth %o2, [%i0 + 32]
71 ! CHECK: sth %o2, [%g1] ! encoding: [0xd4,0x30,0x40,0x00]
72 sth %o2, [%g1]
sparc-synthetic-instructions.s 106 ! CHECK: sth %g0, [%g1+%g2] ! encoding: [0xc0,0x30,0x40,0x02]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Sparc/
sparc-mem-instructions.s 75 ! CHECK: sth %o2, [%i0+%l6] ! encoding: [0xd4,0x36,0x00,0x16]
76 sth %o2, [%i0 + %l6]
77 ! CHECK: sth %o2, [%i0+32] ! encoding: [0xd4,0x36,0x20,0x20]
78 sth %o2, [%i0 + 32]
79 ! CHECK: sth %o2, [%g1] ! encoding: [0xd4,0x30,0x40,0x00]
80 sth %o2, [%g1]
81 ! CHECK: sth %o2, [%g1] ! encoding: [0xd4,0x30,0x40,0x00]
83 ! CHECK: sth %o2, [%g1] ! encoding: [0xd4,0x30,0x40,0x00]
sparc-synthetic-instructions.s 106 ! CHECK: sth %g0, [%g1+%g2] ! encoding: [0xc0,0x30,0x40,0x02]
  /external/libffi/src/pa/
hpux32.S 130 sth %ret0, 0(%r20)
linux.S 123 sth %ret0, 0(%r20)
  /external/linux-kselftest/tools/testing/selftests/powerpc/alignment/
alignment_handler.c 392 STORE_DFORM_TEST(sth);
  /external/python/cpython2/Modules/_ctypes/libffi/src/pa/
hpux32.S 130 sth %ret0, 0(%r20)
linux.S 123 sth %ret0, 0(%r20)
  /external/v8/src/ppc/
disasm-ppc.cc     [all...]
assembler-ppc.h     [all...]
  /external/u-boot/arch/powerpc/cpu/mpc83xx/
start.S 512 sth r4, SWSRR@l(r3)
514 sth r4, SWSRR@l(r3)
  /external/llvm/test/MC/PowerPC/
ppc64-encoding.s 218 # CHECK-BE: sth 2, 128(4) # encoding: [0xb0,0x44,0x00,0x80]
219 # CHECK-LE: sth 2, 128(4) # encoding: [0x80,0x00,0x44,0xb0]
220 sth 2, 128(4)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/PowerPC/
ppc64-encoding.s 259 # CHECK-BE: sth 2, 128(4) # encoding: [0xb0,0x44,0x00,0x80]
260 # CHECK-LE: sth 2, 128(4) # encoding: [0x80,0x00,0x44,0xb0]
261 sth 2, 128(4)
    [all...]
  /external/u-boot/arch/powerpc/cpu/mpc86xx/
start.S 572 sth r4,0x0000(r3)
  /external/llvm/test/MC/SystemZ/
insn-bad.s     [all...]
  /external/capstone/suite/MC/SystemZ/
insn-good.s.cs     [all...]
  /external/u-boot/arch/powerpc/cpu/mpc85xx/
start.S     [all...]

Completed in 381 milliseconds

1 2