Searched refs:c_1 (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_rast_tri.c | 322 __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/ |
D | main.cpp | 83 int c_1; member
|
/external/ceres-solver/docs/source/ |
D | solving.rst | 271 .. 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})
|