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

  /external/compiler-rt/test/Unit/ppc/
fixtfdi_test.c 6 struct testVector { double xhi; double xlo; int64_t result; }; member in struct:testVector
462 input.lo = testCases[i].xlo;
qadd_test.c 20 double xhi; double xlo; member in struct:testVector
110 a.lo = edgeCases[i].xlo;
    [all...]
qdiv_test.c 20 double xhi; double xlo; member in struct:testVector
110 a.lo = edgeCases[i].xlo;
    [all...]
qmul_test.c 20 double xhi; double xlo; member in struct:testVector
110 a.lo = edgeCases[i].xlo;
    [all...]
qsub_test.c 20 double xhi; double xlo; member in struct:testVector
110 a.lo = edgeCases[i].xlo;
    [all...]
  /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 */"
345 xlo = t_xlo;
367 asm ("vld4.16 {d4-d7},[%4] /* xlo=%P0 xhi=%P1 ylo=%P2 yhi=%P3 */"
396 asm ("vst2.16 {d16-d17},[%2] /* xlo=%P0 xhi=%P1 */"
405 asm ("vst2.16 {d18-d19},[%2] /* xlo=%P0 xhi=%P1 */"
  /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 */"
341 xlo = t_xlo;
363 asm ("vld4.16 {d4-d7},[%4] /* xlo=%P0 xhi=%P1 ylo=%P2 yhi=%P3 */"
392 asm ("vst2.16 {d16-d17},[%2] /* xlo=%P0 xhi=%P1 */"
401 asm ("vst2.16 {d18-d19},[%2] /* xlo=%P0 xhi=%P1 */"

Completed in 89 milliseconds