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

/external/compiler-rt/test/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/chromium_org/third_party/skia/src/opts/
H A DSkBitmapProcState_matrix_clamp_neon.h308 * xlo,xhi,ylo,yhi distribution and we can ignore the 'lo'
326 int16x4_t xhi, yhi; local
336 asm ("vld4.16 {d0-d3},[%4] /* xlo=%P0 xhi=%P1 ylo=%P2 yhi=%P3 */"
340 xhi = t_xhi;
344 /* clamp X>>16 (aka xhi) to 0..maxX */
345 xhi = vmax_s16(xhi, zero4); /* now 0.. */
346 xhi = vmin_s16(xhi, maxX4); /* now 0..maxX */
360 asm ("vld4.16 {d4-d7},[%4] /* xlo=%P0 xhi
[all...]
/external/skia/src/opts/
H A DSkBitmapProcState_matrix_clamp_neon.h308 * xlo,xhi,ylo,yhi distribution and we can ignore the 'lo'
326 int16x4_t xhi, yhi; local
336 asm ("vld4.16 {d0-d3},[%4] /* xlo=%P0 xhi=%P1 ylo=%P2 yhi=%P3 */"
340 xhi = t_xhi;
344 /* clamp X>>16 (aka xhi) to 0..maxX */
345 xhi = vmax_s16(xhi, zero4); /* now 0.. */
346 xhi = vmin_s16(xhi, maxX4); /* now 0..maxX */
360 asm ("vld4.16 {d4-d7},[%4] /* xlo=%P0 xhi
[all...]

Completed in 277 milliseconds