Searched defs:xhi (Results 1 - 8 of 8) sorted by relevance

/external/compiler-rt/test/builtins/Unit/ppc/
H A Dfixtfdi_test.c6 struct testVector { double xhi; double xlo; int64_t result; }; member in struct:testVector
461 input.hi = testCases[i].xhi;
H A Dqadd_test.c20 double xhi; double xlo; member in struct:testVector
109 a.hi = edgeCases[i].xhi;
1818 a.hi = accuracyTests[i].xhi;
H A Dqdiv_test.c20 double xhi; double xlo; member in struct:testVector
109 a.hi = edgeCases[i].xhi;
741 a.hi = accuracyTests[i].xhi;
H A Dqmul_test.c20 double xhi; double xlo; member in struct:testVector
109 a.hi = edgeCases[i].xhi;
739 a.hi = accuracyTests[i].xhi;
H A Dqsub_test.c20 double xhi; double xlo; member in struct:testVector
109 a.hi = edgeCases[i].xhi;
1820 a.hi = accuracyTests[i].xhi;
/external/chromium_org/third_party/opus/src/silk/
H A DA2NLSF.c119 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/
H A DA2NLSF.c119 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/valgrind/main/VEX/priv/
H A Dhost_arm64_defs.c6390 UInt xhi = iregNo(i->ARM64in.VQfromXX.rXhi); local
6392 vassert(xhi < 31 && xlo < 31);
6394 *p++ = 0x4E181C00 | X_2_6_2_12_5_5(0,0,0,0,xhi,qq);

Completed in 2033 milliseconds