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

  /external/libopus/silk/
A2NLSF.c 119 opus_int32 xlo, xhi, xmid; local
155 xhi = silk_LSFCosTab_FIX_Q12[ k ]; /* Q12 */
156 yhi = silk_A2NLSF_eval_poly( p, xhi, dd );
171 xmid = silk_RSHIFT_ROUND( xlo + xhi, 1 );
177 xhi = xmid;
217 xlo = xhi;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mhlib.py 884 def addpair(self, xlo, xhi):
885 if xlo > xhi: return
886 self.pairs.append((xlo, xhi))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mhlib.py 884 def addpair(self, xlo, xhi):
885 if xlo > xhi: return
886 self.pairs.append((xlo, xhi))
    [all...]
  /external/compiler-rt/test/builtins/Unit/ppc/
fixtfdi_test.c 6 struct testVector { double xhi; double xlo; int64_t result; }; member in struct:testVector
461 input.hi = testCases[i].xhi;
qdiv_test.c 20 double xhi; double xlo; member in struct:testVector
109 a.hi = edgeCases[i].xhi;
    [all...]
qmul_test.c 20 double xhi; double xlo; member in struct:testVector
109 a.hi = edgeCases[i].xhi;
    [all...]
qadd_test.c 20 double xhi; double xlo; member in struct:testVector
109 a.hi = edgeCases[i].xhi;
    [all...]
qsub_test.c 20 double xhi; double xlo; member in struct:testVector
109 a.hi = edgeCases[i].xhi;
    [all...]
  /external/libvncserver/x11vnc/
userinput.c 1114 int n, shift, xlo, xhi, k, block = 32; local
1120 xhi = xlo + block;
1121 if (xhi > x2) {
1122 xhi = x2;
1124 n = xhi - xlo;
1140 if (xmax == -1 || xhi > xmax) {
1141 xmax = xhi;
    [all...]
  /external/valgrind/VEX/priv/
host_arm64_defs.c 5274 UInt xhi = iregEnc(i->ARM64in.VQfromXX.rXhi); local
    [all...]

Completed in 470 milliseconds