Searched refs:d_i (Results 1 – 3 of 3) sorted by relevance
86 auto d_i = Coefficient(rhs_xla, i); in XLA_TEST_P() local90 (b_i * Coefficient(x, i) + c_i * Coefficient(x, i + 1) - d_i) / d_i; in XLA_TEST_P()93 (a_i * Coefficient(x, i - 1) + b_i * Coefficient(x, i) - d_i) / d_i; in XLA_TEST_P()97 c_i * Coefficient(x, i + 1) - d_i) / in XLA_TEST_P()98 d_i; in XLA_TEST_P()
51 int64_t d_i = static_cast<int64_t>(d); in LongToDouble() local52 if (i < d_i) in LongToDouble()54 if (i > d_i) in LongToDouble()
41 with $A_i \in \Z^{m \times d_i}$,