Home
last modified time | relevance | path

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

/zscilib-3.4.0/src/colorimetry/
Dconv.c94 static const zsl_real_t zsl_clr_conv_xyy_cct_ohno_2014_data[7] = { variable
1140 l_bb = zsl_clr_conv_xyy_cct_ohno_2014_data[6] * pow(a, 6) + in zsl_clr_conv_uv60_cct_ohno2014()
1141 zsl_clr_conv_xyy_cct_ohno_2014_data[5] * pow(a, 5) + in zsl_clr_conv_uv60_cct_ohno2014()
1142 zsl_clr_conv_xyy_cct_ohno_2014_data[4] * pow(a, 4) + in zsl_clr_conv_uv60_cct_ohno2014()
1143 zsl_clr_conv_xyy_cct_ohno_2014_data[3] * pow(a, 3) + in zsl_clr_conv_uv60_cct_ohno2014()
1144 zsl_clr_conv_xyy_cct_ohno_2014_data[2] * pow(a, 2) + in zsl_clr_conv_uv60_cct_ohno2014()
1145 zsl_clr_conv_xyy_cct_ohno_2014_data[1] * a + in zsl_clr_conv_uv60_cct_ohno2014()
1146 zsl_clr_conv_xyy_cct_ohno_2014_data[0]; in zsl_clr_conv_uv60_cct_ohno2014()