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

  /external/libopus/silk/
A2NLSF.c 134 opus_int32 xlo, xhi, xmid; local
170 xhi = silk_LSFCosTab_FIX_Q12[ k ]; /* Q12 */
171 yhi = silk_A2NLSF_eval_poly( p, xhi, dd );
186 xmid = silk_RSHIFT_ROUND( xlo + xhi, 1 );
192 xhi = xmid;
232 xlo = xhi;
  /prebuilts/go/darwin-x86/src/runtime/
vlrt.go 64 xhi := uint32(x>>32)&0xfffff | 0x100000
75 yhi = xhi
77 ylo = xlo>>sh | xhi<<(32-sh)
78 yhi = xhi >> sh
82 ylo = xhi
84 ylo = xhi >> (sh - 32)
92 yhi = xhi<<sh | xlo>>(32-sh)
  /prebuilts/go/linux-x86/src/runtime/
vlrt.go 64 xhi := uint32(x>>32)&0xfffff | 0x100000
75 yhi = xhi
77 ylo = xlo>>sh | xhi<<(32-sh)
78 yhi = xhi >> sh
82 ylo = xhi
84 ylo = xhi >> (sh - 32)
92 yhi = xhi<<sh | xlo>>(32-sh)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
mhlib.py 884 def addpair(self, xlo, xhi):
885 if xlo > xhi: return
886 self.pairs.append((xlo, xhi))
    [all...]
  /external/python/cpython2/Lib/
mhlib.py 884 def addpair(self, xlo, xhi):
885 if xlo > xhi: return
886 self.pairs.append((xlo, xhi))
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
mhlib.py 884 def addpair(self, xlo, xhi):
885 if xlo > xhi: return
886 self.pairs.append((xlo, xhi))
    [all...]
  /prebuilts/gdb/linux-x86/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/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...]