/frameworks/compile/libbcc/runtime/test/Unit/ppc/ |
fixtfdi_test.c | 6 struct testVector { double xhi; double xlo; int64_t result; }; member in struct:testVector 462 input.lo = testCases[i].xlo;
|
qadd_test.c | 20 double xhi; double xlo; member in struct:testVector 110 a.lo = edgeCases[i].xlo; [all...] |
qdiv_test.c | 20 double xhi; double xlo; member in struct:testVector 110 a.lo = edgeCases[i].xlo; [all...] |
qmul_test.c | 20 double xhi; double xlo; member in struct:testVector 110 a.lo = edgeCases[i].xlo; [all...] |
qsub_test.c | 20 double xhi; double xlo; member in struct:testVector 110 a.lo = edgeCases[i].xlo; [all...] |
/external/skia/src/core/ |
SkBitmapProcState_matrix_clamp.h | 308 * xlo,xhi,ylo,yhi distribution and we can ignore the 'lo' 326 int16x4_t xlo, xhi, ylo, yhi; local 336 asm ("vld4.16 {d0-d3},[%4] /* xlo=%P0 xhi=%P1 ylo=%P2 yhi=%P3 */" 340 xlo = t_xlo; 362 asm ("vld4.16 {d4-d7},[%4] /* xlo=%P0 xhi=%P1 ylo=%P2 yhi=%P3 */" 391 asm ("vst2.16 {d16-d17},[%2] /* xlo=%P0 xhi=%P1 */" 400 asm ("vst2.16 {d18-d19},[%2] /* xlo=%P0 xhi=%P1 */"
|