Home
last modified time | relevance | path

Searched refs:c_1 (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/3rdparty/openexr/Imath/
DImathMatrixAlgo.cpp388 const T c_1 = c_2 * c - s_2 * s; in twoSidedJacobiRotation() local
402 const T d_1 = c_1*(w*c_2 - x*s_2) - s_1*(y*c_2 - z*s_2); in twoSidedJacobiRotation()
403 const T d_2 = s_1*(w*s_2 + x*c_2) + c_1*(y*s_2 + z*c_2); in twoSidedJacobiRotation()
422 A[j][l] = c_1 * tau1 - s_1 * tau2; in twoSidedJacobiRotation()
423 A[k][l] = s_1 * tau1 + c_1 * tau2; in twoSidedJacobiRotation()
450 jacobiRotateRight<T, j, k> (U, c_1, s_1); in twoSidedJacobiRotation()
529 const T c_1 = c_2 * c - s_2 * s; in twoSidedJacobiRotation() local
543 const T d_1 = c_1*(w*c_2 - x*s_2) - s_1*(y*c_2 - z*s_2); in twoSidedJacobiRotation()
544 const T d_2 = s_1*(w*s_2 + x*c_2) + c_1*(y*s_2 + z*c_2); in twoSidedJacobiRotation()
573 A[j][l] = c_1 * tau1 - s_1 * tau2; in twoSidedJacobiRotation()
[all …]
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast_tri.c322 __m128i c_1 = _mm_or_si128(_mm_or_si128(c0_1, c1_1), c2_1); in lp_rast_triangle_3_16() local
323 __m128i c_01 = _mm_packs_epi32(c_0, c_1); in lp_rast_triangle_3_16()
422 __m128i c_1 = _mm_or_si128(_mm_or_si128(c0_1, c1_1), c2_1); in lp_rast_triangle_3_4() local
423 __m128i c_01 = _mm_packs_epi32(c_0, c_1); in lp_rast_triangle_3_4()
/external/v8/test/unittests/compiler/
Dregister-allocator-unittest.cc505 auto c_1 = DefineConstant(); in TEST_F() local
507 EmitOI(Reg(1), Reg(c_0, 0), UniqueReg(c_1)); in TEST_F()
/external/ceres-solver/docs/source/
Dsolving.rst271 .. math:: y = a_1 e^{b_1 x} + a_2 e^{b_3 x^2 + c_1}
275 :math:`a_1, a_2, b_1, b_2`, and :math:`c_1`.
278 :math:`a_2`, and given any value for :math:`b_1, b_2` and :math:`c_1`,
304 .. math:: y = f_1(a_1, e^{b_1 x}) + f_2(a_2, e^{b_3 x^2 + c_1})