Home
last modified time | relevance | path

Searched refs:d_hi (Results 1 - 3 of 3) sorted by relevance

/third_party/FreeBSD/lib/msun/ld128/
H A Ds_logl.c567 long double d, d_hi, f_lo, val_hi, val_lo; in log1pl() local
625 d_hi = x * G(i) - 1; in log1pl()
628 d_hi = (x - H(i)) * G(i) + E(i); in log1pl()
636 d_hi = x_hi * G(i) - 1 + x_lo * G(i); in log1pl()
642 * This is _2sumF(d_hi, d_lo) inlined. The condition in log1pl()
643 * (d_hi == 0 || |d_hi| >= |d_lo|) for using _2sumF() is not in log1pl()
646 * normalized d_lo, since |d_lo| > |d_hi| implies that i is in log1pl()
649 * (By exhaustive testing, the worst case is d_hi = 0x1.bp-25. in log1pl()
654 d = d_hi in log1pl()
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_int64.c508 nir_ssa_def *d_hi = nir_unpack_64_2x32_split_y(b, d); in lower_udiv64_mod64() local
522 nir_iand(b, nir_ieq_imm(b, d_hi, 0), nir_uge(b, n_hi, d_lo)); in lower_udiv64_mod64()
559 nir_ssa_def *log2_denom = nir_ufind_msb(b, d_hi); in lower_udiv64_mod64()
562 d = nir_pack_64_2x32_split(b, d_lo, d_hi); in lower_udiv64_mod64()
600 nir_ssa_def *d_hi = nir_unpack_64_2x32_split_y(b, d); in lower_idiv64() local
603 nir_ilt(b, d_hi, nir_imm_int(b, 0))); in lower_idiv64()
621 nir_ssa_def *d_hi = nir_unpack_64_2x32_split_y(b, d); in lower_imod64() local
623 nir_ssa_def *d_is_neg = nir_ilt(b, d_hi, nir_imm_int(b, 0)); in lower_imod64()
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Ddec_neon.c1579 const int16x8_t d_hi = vreinterpretq_s16_u16(vsubl_u8(vget_high_u8(T), TL)); in TM16_NEON() local
1591 const int16x8_t r0_hi = vaddq_s16(L0, d_hi); in TM16_NEON()
1592 const int16x8_t r1_hi = vaddq_s16(L1, d_hi); in TM16_NEON()
1593 const int16x8_t r2_hi = vaddq_s16(L2, d_hi); in TM16_NEON()
1594 const int16x8_t r3_hi = vaddq_s16(L3, d_hi); in TM16_NEON()

Completed in 7 milliseconds