HomeSort by relevance Sort by last modified time
    Searched defs:ylo (Results 1 - 5 of 5) sorted by null

  /frameworks/compile/libbcc/runtime/test/Unit/ppc/
qadd_test.c 21 double yhi; double ylo; member in struct:testVector
112 b.lo = edgeCases[i].ylo;
    [all...]
qdiv_test.c 21 double yhi; double ylo; member in struct:testVector
112 b.lo = edgeCases[i].ylo;
    [all...]
qmul_test.c 21 double yhi; double ylo; member in struct:testVector
112 b.lo = edgeCases[i].ylo;
    [all...]
qsub_test.c 21 double yhi; double ylo; member in struct:testVector
112 b.lo = edgeCases[i].ylo;
    [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 */"
342 ylo = t_ylo;
362 asm ("vld4.16 {d4-d7},[%4] /* xlo=%P0 xhi=%P1 ylo=%P2 yhi=%P3 */"

Completed in 361 milliseconds