/frameworks/compile/libbcc/runtime/test/Unit/ppc/ |
fixtfdi_test.c | 6 struct testVector { double xhi; double xlo; int64_t result; }; member in struct:testVector 461 input.hi = testCases[i].xhi;
|
qadd_test.c | 20 double xhi; double xlo; member in struct:testVector 109 a.hi = edgeCases[i].xhi; [all...] |
qdiv_test.c | 20 double xhi; double xlo; member in struct:testVector 109 a.hi = edgeCases[i].xhi; [all...] |
qmul_test.c | 20 double xhi; double xlo; member in struct:testVector 109 a.hi = edgeCases[i].xhi; [all...] |
qsub_test.c | 20 double xhi; double xlo; member in struct:testVector 109 a.hi = edgeCases[i].xhi; [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 */" 341 xhi = t_xhi; 346 /* clamp X>>16 (aka xhi) to 0..maxX */ 347 xhi = vmax_s16(xhi, zero4); /* now 0.. */ 348 xhi = vmin_s16(xhi, maxX4); /* now 0..maxX */ 362 asm ("vld4.16 {d4-d7},[%4] /* xlo=%P0 xhi=%P1 ylo=%P2 yhi=%P3 */ [all...] |