Searched defs:xlo (Results 1 - 7 of 7) 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
462 input.lo = testCases[i].xlo;
H A Dqadd_test.c20 double xhi; double xlo; member in struct:testVector
110 a.lo = edgeCases[i].xlo;
1819 a.lo = accuracyTests[i].xlo;
H A Dqdiv_test.c20 double xhi; double xlo; member in struct:testVector
110 a.lo = edgeCases[i].xlo;
742 a.lo = accuracyTests[i].xlo;
H A Dqmul_test.c20 double xhi; double xlo; member in struct:testVector
110 a.lo = edgeCases[i].xlo;
740 a.lo = accuracyTests[i].xlo;
H A Dqsub_test.c20 double xhi; double xlo; member in struct:testVector
110 a.lo = edgeCases[i].xlo;
1821 a.lo = accuracyTests[i].xlo;
/external/skia/legacy/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 */"
345 xlo = t_xlo;
367 asm ("vld4.16 {d4-d7},[%4] /* xlo=%P0 xhi=%P1 ylo=%P2 yhi=%P3 */"
396 asm ("vst2.16 {d16-d17},[%2] /* xlo=%P0 xhi=%P1 */"
405 asm ("vst2.16 {d18-d19},[%2] /* xlo=%P0 xhi=%P1 */"
/external/skia/src/opts/
H A DSkBitmapProcState_matrix_clamp_neon.h309 * xlo,xhi,ylo,yhi distribution and we can ignore the 'lo'
327 int16x4_t xlo, xhi, ylo, yhi; local
337 asm ("vld4.16 {d0-d3},[%4] /* xlo=%P0 xhi=%P1 ylo=%P2 yhi=%P3 */"
341 xlo = t_xlo;
363 asm ("vld4.16 {d4-d7},[%4] /* xlo=%P0 xhi=%P1 ylo=%P2 yhi=%P3 */"
392 asm ("vst2.16 {d16-d17},[%2] /* xlo=%P0 xhi=%P1 */"
401 asm ("vst2.16 {d18-d19},[%2] /* xlo=%P0 xhi=%P1 */"

Completed in 152 milliseconds