Searched defs:xhi (Results 1 - 6 of 6) 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/skia/src/core/
H A DSkBitmapProcState_matrix_clamp.h313 * xlo,xhi,ylo,yhi distribution and we can ignore the 'lo'
331 int16x4_t xlo, xhi, ylo, yhi; local
341 asm ("vld4.16 {d0-d3},[%4] /* xlo=%P0 xhi=%P1 ylo=%P2 yhi=%P3 */"
346 xhi = t_xhi;
351 /* clamp X>>16 (aka xhi) to 0..maxX */
352 xhi = vmax_s16(xhi, zero4); /* now 0.. */
353 xhi = vmin_s16(xhi, maxX4); /* now 0..maxX */
367 asm ("vld4.16 {d4-d7},[%4] /* xlo=%P0 xhi
[all...]

Completed in 543 milliseconds