Home
last modified time | relevance | path

Searched refs:c61v (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/luminance-qt5/luminance-hdr-2.6.1.1/src/TonemappingOperators/durand02/
H A Dtmo_durand02.cpp128 vfloat c61v = F2V(61.f); in tmo_durand02() local
141 vfloat Iv = onev / c61v * (c20v * LVFU(R(j, i)) + c40v * LVFU(G(j, i)) + LVFU(B(j,i))); in tmo_durand02()
/dports/science/libint2/libint-2.7.1/include/libint2/
H A Dboys.h1168 c60v, c61v, c62v, c63v, c70v, c71v, c72v, c73v; in interpolate_Gm() local
1199 c60v.load_aligned(c_tuint +6*ORDERp1); c61v.load_aligned((c_tuint+4) +6*ORDERp1); in interpolate_Gm()
1202 …libint2::simd::VectorAVXDouble t6 = t6vec * (c60v * u0vec + c61v * u1vec + c62v * u2vec + c63v * u… in interpolate_Gm()