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

  /external/srec/srec/cfront/
himul32.h 126 asr_uint32_t xhi, xlo, yhi, ylo;
141 xhi = x >> 16; /* <= 2**15 */
148 // xhi <= 2**15 and ylo <= 2**16-1, so
149 // xhi * ylo <= 2**31 - 2**15.
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 */"
346 xhi = t_xhi;
351 /* clamp X>>16 (aka xhi) to 0..maxX */
352 xhi = vmax_s16(xhi, zero4); /* now 0.. */
353 xhi = vmin_s16(xhi, maxX4); /* now 0..maxX */
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 */"
342 xhi = t_xhi;
347 /* clamp X>>16 (aka xhi) to 0..maxX */
348 xhi = vmax_s16(xhi, zero4); /* now 0.. */
349 xhi = vmin_s16(xhi, maxX4); /* now 0..maxX */
363 asm ("vld4.16 {d4-d7},[%4] /* xlo=%P0 xhi=%P1 ylo=%P2 yhi=%P3 */
    [all...]
  /external/compiler-rt/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;
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...]
qadd_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...]

Completed in 141 milliseconds