HomeSort by relevance Sort by last modified time
    Searched defs:yhi (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
111 b.hi = edgeCases[i].yhi;
    [all...]
qdiv_test.c 21 double yhi; double ylo; member in struct:testVector
111 b.hi = edgeCases[i].yhi;
    [all...]
qmul_test.c 21 double yhi; double ylo; member in struct:testVector
111 b.hi = edgeCases[i].yhi;
    [all...]
qsub_test.c 21 double yhi; double ylo; member in struct:testVector
111 b.hi = edgeCases[i].yhi;
    [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 */"
343 yhi = t_yhi;
350 /* clamp Y>>16 (aka yhi) to 0..maxY */
351 yhi = vmax_s16(yhi, zero4); /* now 0.. */
352 yhi = vmin_s16(yhi, maxY4); /* now 0..maxY */
362 asm ("vld4.16 {d4-d7},[%4] /* xlo=%P0 xhi=%P1 ylo=%P2 yhi=%P3 */
    [all...]

Completed in 98 milliseconds