/external/libvpx/libvpx/vpx_dsp/ |
D | add_noise.c | 52 const int a_i = (int)(0.5 + 256 * gaussian(sigma, 0, i)); in vpx_setup_noise() local 53 if (a_i) { in vpx_setup_noise() 54 for (j = 0; j < a_i; ++j) { in vpx_setup_noise()
|
/external/eigen/doc/ |
D | CoeffwiseMathFunctionsTable.dox | 41 <td>absolute value (\f$ |a_i| \f$) </td> 55 <td>inverse value (\f$ 1/a_i \f$) </td> 68 …<td><a href="https://en.wikipedia.org/wiki/Complex_conjugate">complex conjugate</a> (\f$ \bar{a_i}… 85 <td>\f$ e \f$ raised to the given power (\f$ e^{a_i} \f$) </td> 98 <td>natural (base \f$ e \f$) logarithm (\f$ \ln({a_i}) \f$)</td> 111 <td>natural (base \f$ e \f$) logarithm of 1 plus \n the given number (\f$ \ln({1+a_i}) \f$)</td> 122 <td>base 10 logarithm (\f$ \log_{10}({a_i}) \f$)</td> 138 …<td>raises a number to the given power (\f$ a_i ^ {b_i} \f$) \n \c a and \c b can be either an arr… 152 <td>computes square root (\f$ \sqrt a_i \f$)</td> 164 …ikipedia.org/wiki/Fast_inverse_square_root">reciprocal square root</a> (\f$ 1/{\sqrt a_i} \f$)</td> [all …]
|
/external/tensorflow/tensorflow/compiler/xla/client/lib/ |
D | tridiagonal_test.cc | 83 auto a_i = Coefficient(lower_diagonal_xla, i); in XLA_TEST_P() local 93 (a_i * Coefficient(x, i - 1) + b_i * Coefficient(x, i) - d_i) / d_i; in XLA_TEST_P() 96 (a_i * Coefficient(x, i - 1) + b_i * Coefficient(x, i) + in XLA_TEST_P()
|
/external/python/rsa/rsa/ |
D | common.py | 173 for (m_i, a_i) in zip(modulo_values, a_values): 177 x = (x + a_i * M_i * inv) % m
|
/external/tensorflow/tensorflow/python/ops/parallel_for/ |
D | math_test.py | 596 a_i = array_ops.gather(a, i) 599 return array_ops.where(cond_i, a_i, b_i) 616 a_i = array_ops.gather(a, i) 619 return array_ops.where_v2(cond_i, a_i, b_i) 636 a_i = array_ops.gather(a, i) 639 return array_ops.where_v2(cond_i, a_i, b_i) 656 a_i = array_ops.gather(a, i) 658 return array_ops.where_v2(cond, a_i, b_i)
|
/external/tensorflow/tensorflow/python/data/experimental/ops/ |
D | resampling.py | 303 a_i = (ratio_l - m) / (max_ratio - m) 304 return a_i, m
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | elemental_ir_emitter.cc | 1169 auto a_i = EmitExtractImag(lhs_value); in EmitComplexBinaryOp() local 1204 b_r_lt_b_i, FDiv(FAdd(FMul(b_r_b_i_ratio, a_r), a_i), b_r_b_i_denom), in EmitComplexBinaryOp() 1205 FDiv(FAdd(FMul(b_i_b_r_ratio, a_i), a_r), b_i_b_r_denom)); in EmitComplexBinaryOp() 1207 b_r_lt_b_i, FDiv(FSub(FMul(b_r_b_i_ratio, a_i), a_r), b_r_b_i_denom), in EmitComplexBinaryOp() 1208 FDiv(FSub(a_i, FMul(b_i_b_r_ratio, a_r)), b_i_b_r_denom)); in EmitComplexBinaryOp() 1219 Or(Neg(FCmpONE(a_r, zero)), Neg(FCmpONE(a_i, zero)))); in EmitComplexBinaryOp() 1223 op, FMul(inf_with_sign_of_c, a_r), FMul(inf_with_sign_of_c, a_i)); in EmitComplexBinaryOp() 1232 auto inf_num_finite_denom = And(Or(FCmpOEQ(a_r, inf), FCmpOEQ(a_i, inf)), in EmitComplexBinaryOp() 1240 {Select(FCmpOEQ(a_i, inf), one, zero), a_i}, {type}, b_); in EmitComplexBinaryOp() 1253 llvm::Intrinsic::fabs, {a_i}, {type}, b_), in EmitComplexBinaryOp() [all …]
|
/external/eigen/unsupported/Eigen/ |
D | Polynomials | 57 computes the coefficients \f$ a_i \f$ of
|
/external/llvm/test/Transforms/LoopVectorize/ |
D | interleaved-accesses.ll | 802 %a_i = getelementptr inbounds i32, i32* %a, i64 %i 804 store i32 %x, i32* %a_i, align 4 805 store i32 %y, i32* %a_i, align 4 849 %a_i = getelementptr inbounds i32, i32* %a, i64 %i 854 store i32 %z, i32* %a_i, align 4
|
/external/llvm-project/llvm/test/Transforms/LoopVectorize/ |
D | interleaved-accesses.ll | 834 %a_i = getelementptr inbounds i32, i32* %a, i64 %i 836 store i32 %x, i32* %a_i, align 4 837 store i32 %y, i32* %a_i, align 4 881 %a_i = getelementptr inbounds i32, i32* %a, i64 %i 886 store i32 %z, i32* %a_i, align 4
|
/external/llvm-project/polly/lib/External/isl/doc/ |
D | implementation.tex | 218 $r = -n + \sum_i a_i \, c_i$ with negative 220 such that $a_j > 0$. Since $c_j = (n + r - \sum_{i\ne j} a_i \, c_i)/a_j$, 411 the equality is of the form $b + \sum_{i \le j} a_i \, x_i = 0$ with 430 j && |(left)| -b/a_j & -a_i/a_j & \\ 801 That is, $r = b(\vec p) + c_j - f$ with $f = -\sum_{i\ne j} a_i c_i \ge 0$.
|
/external/llvm/test/CodeGen/X86/ |
D | avx512-ext.ll | 1441 %a_i = trunc i32 %a to i1 1442 …e, i1 true, i1 true, i1 true, i1 true, i1 true, i1 true, i1 true, i1 true, i1 true>, i1 %a_i, i32 0
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | avx512-ext.ll | 1805 %a_i = trunc i32 %a to i1 1806 …e, i1 true, i1 true, i1 true, i1 true, i1 true, i1 true, i1 true, i1 true, i1 true>, i1 %a_i, i32 0
|
D | avx512-mask-op.ll | 5240 %a_i = trunc i32 %a to i1 5241 …e, i1 true, i1 true, i1 true, i1 true, i1 true, i1 true, i1 true, i1 true, i1 true>, i1 %a_i, i32 0
|
/external/one-true-awk/testdir/ |
D | funstack.ok | 3066 measure of $\bigcup[a_i,b_i]$ . . . . . 540--544
|
D | funstack.in | 23374 title = "On the complexity of computing the measure of {$\bigcup[a_i,b_i]$}",
|