Home
last modified time | relevance | path

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

/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/lldb/test/functionalities/data-formatter/data-formatter-advanced/
Dmain.cpp83 int c_1; member
/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})