Lines Matching refs:A22
154 float A22 = 0;
184 accum(A22, dIdy * dIdy);
188 reduce<BLOCK_SIZE>(smem_tuple(smem1, smem2, smem3), thrust::tie(A11, A12, A22), tid, thrust::make_tuple(plus<float>(), plus<float>(), plus<float>()));
195 smem3[0] = A22;
203 A22 = smem3[0];
205 float D = A11 * A22 - A12 * A12;
219 A22 *= D;
271 delta.x = A12 * b2 - A22 * b1;
390 float A22 = A22i;
392 float D = A11 * A22 - A12 * A12;
406 A22 *= D;
443 delta.x = A12 * b2 - A22 * b1;