Home
last modified time | relevance | path

Searched refs:xhi (Results 1 – 8 of 8) sorted by relevance

/external/libopus/silk/
DA2NLSF.c119 opus_int32 xlo, xhi, xmid; in silk_A2NLSF() local
155 xhi = silk_LSFCosTab_FIX_Q12[ k ]; /* Q12 */ in silk_A2NLSF()
156 yhi = silk_A2NLSF_eval_poly( p, xhi, dd ); in silk_A2NLSF()
171 xmid = silk_RSHIFT_ROUND( xlo + xhi, 1 ); in silk_A2NLSF()
177 xhi = xmid; in silk_A2NLSF()
217 xlo = xhi; in silk_A2NLSF()
/external/compiler-rt/test/builtins/Unit/ppc/
Dqadd_test.c20 double xhi; double xlo; member
109 a.hi = edgeCases[i].xhi; in testEdgeCases()
1818 a.hi = accuracyTests[i].xhi; in testAccuracy()
Dqsub_test.c20 double xhi; double xlo; member
109 a.hi = edgeCases[i].xhi; in testEdgeCases()
1820 a.hi = accuracyTests[i].xhi; in testAccuracy()
Dqdiv_test.c20 double xhi; double xlo; member
109 a.hi = edgeCases[i].xhi; in testEdgeCases()
741 a.hi = accuracyTests[i].xhi; in testAccuracy()
Dqmul_test.c20 double xhi; double xlo; member
109 a.hi = edgeCases[i].xhi; in testEdgeCases()
739 a.hi = accuracyTests[i].xhi; in testAccuracy()
Dfixtfdi_test.c6 struct testVector { double xhi; double xlo; int64_t result; }; member
461 input.hi = testCases[i].xhi; in main()
/external/libvncserver/x11vnc/
Duserinput.c1114 int n, shift, xlo, xhi, k, block = 32; in direct_fb_copy() local
1120 xhi = xlo + block; in direct_fb_copy()
1121 if (xhi > x2) { in direct_fb_copy()
1122 xhi = x2; in direct_fb_copy()
1124 n = xhi - xlo; in direct_fb_copy()
1140 if (xmax == -1 || xhi > xmax) { in direct_fb_copy()
1141 xmax = xhi; in direct_fb_copy()
/external/valgrind/VEX/priv/
Dhost_arm64_defs.c5274 UInt xhi = iregEnc(i->ARM64in.VQfromXX.rXhi); in emit_ARM64Instr() local
5276 vassert(xhi < 31 && xlo < 31); in emit_ARM64Instr()
5278 *p++ = 0x4E181C00 | X_2_6_2_12_5_5(0,0,0,0,xhi,qq); in emit_ARM64Instr()