HomeSort by relevance Sort by last modified time
    Searched refs:yhi (Results 1 - 7 of 7) sorted by null

  /external/srec/srec/cfront/
himul32.h 126 asr_uint32_t xhi, xlo, yhi, ylo;
143 yhi = y >> 16; /* <= 2**15 */
150 // Ditto for yhi * xlo, so their sum is
153 mid = xhi * ylo + yhi * xlo;
154 hi = xhi * yhi;
  /external/skia/legacy/src/core/
SkBitmapProcState_matrix_clamp.h 313 * 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 */"
348 yhi = t_yhi;
355 /* clamp Y>>16 (aka yhi) to 0..maxY */
356 yhi = vmax_s16(yhi, zero4); /* now 0.. */
357 yhi = vmin_s16(yhi, maxY4); /* now 0..maxY */
367 asm ("vld4.16 {d4-d7},[%4] /* xlo=%P0 xhi=%P1 ylo=%P2 yhi=%P3 */
    [all...]
  /external/skia/src/opts/
SkBitmapProcState_matrix_clamp_neon.h 309 * 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 */"
344 yhi = t_yhi;
351 /* clamp Y>>16 (aka yhi) to 0..maxY */
352 yhi = vmax_s16(yhi, zero4); /* now 0.. */
353 yhi = vmin_s16(yhi, maxY4); /* now 0..maxY */
363 asm ("vld4.16 {d4-d7},[%4] /* xlo=%P0 xhi=%P1 ylo=%P2 yhi=%P3 */
    [all...]
  /external/compiler-rt/test/Unit/ppc/
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...]
qadd_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...]

Completed in 336 milliseconds