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

  /external/srec/srec/cfront/
himul32.h 126 asr_uint32_t xhi, xlo, yhi, ylo;
141 xhi = x >> 16; /* <= 2**15 */
148 // xhi <= 2**15 and ylo <= 2**16-1, so
149 // xhi * ylo <= 2**31 - 2**15.
153 mid = xhi * ylo + yhi * xlo;
154 hi = xhi * yhi;
  /external/chromium_org/third_party/opus/src/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;
  /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/valgrind/main/VEX/priv/
host_arm64_defs.c 6390 UInt xhi = iregNo(i->ARM64in.VQfromXX.rXhi); local
    [all...]

Completed in 374 milliseconds