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

  /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;
  /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...]

Completed in 471 milliseconds