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

  /external/libvpx/libvpx/vpx_dsp/arm/
fdct32x32_neon.c 670 int32x4_t d_hi[32]; local
    [all...]
  /external/valgrind/none/tests/ppc32/
round.c 188 double D_hi = (double)*base + half + qtr;
198 ** D_hi
201 ** denorm_small distance apart. D_lo and D_hi are two numbers
208 print_double("D_hi", D_hi);
214 status |= check_dbl_to_flt_round(TO_NEAREST, D_hi, &F_hi);
218 status |= check_dbl_to_flt_round(TO_ZERO, D_hi, (D_hi > 0 ? &F_lo : &F_hi));
219 status |= check_dbl_to_flt_round(TO_ZERO, D_lo, (D_hi > 0 ? &F_lo : &F_hi));
222 status |= check_dbl_to_flt_round(TO_PLUS_INFINITY, D_hi, &F_hi)
    [all...]
  /external/valgrind/none/tests/ppc64/
round.c 188 double D_hi = (double)*base + half + qtr;
198 ** D_hi
201 ** denorm_small distance apart. D_lo and D_hi are two numbers
208 print_double("D_hi", D_hi);
214 status |= check_dbl_to_flt_round(TO_NEAREST, D_hi, &F_hi);
218 status |= check_dbl_to_flt_round(TO_ZERO, D_hi, (D_hi > 0 ? &F_lo : &F_hi));
219 status |= check_dbl_to_flt_round(TO_ZERO, D_lo, (D_hi > 0 ? &F_lo : &F_hi));
222 status |= check_dbl_to_flt_round(TO_PLUS_INFINITY, D_hi, &F_hi)
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
s_logl.c 566 long double d, d_hi, f_lo, val_hi, val_lo; local
624 d_hi = x * G(i) - 1;
627 d_hi = (x - H(i)) * G(i) + E(i);
635 d_hi = x_hi * G(i) - 1 + x_lo * G(i);
641 * This is _2sumF(d_hi, d_lo) inlined. The condition
642 * (d_hi == 0 || |d_hi| >= |d_lo|) for using _2sumF() is not
645 * normalized d_lo, since |d_lo| > |d_hi| implies that i is
648 * (By exhaustive testing, the worst case is d_hi = 0x1.bp-25.
653 d = d_hi + d_lo
    [all...]
  /external/webp/src/dsp/
dec_neon.c 1568 const int16x8_t d_hi = vreinterpretq_s16_u16(vsubl_u8(vget_high_u8(T), TL)); local
    [all...]

Completed in 605 milliseconds