Searched refs:xyy_Y (Results 1 – 3 of 3) sorted by relevance
501 xyz->xyz_x = xyy->xyy_x * xyy->xyy_Y / xyy->xyy_y; in zsl_clr_conv_xyy_xyz()502 xyz->xyz_y = xyy->xyy_Y; in zsl_clr_conv_xyy_xyz()503 xyz->xyz_z = (1.0 - xyy->xyy_x - xyy->xyy_y) * xyy->xyy_Y / xyy->xyy_y; in zsl_clr_conv_xyy_xyz()520 xyy->xyy_Y = xyz->xyz_y; in zsl_clr_conv_xyz_xyy()581 xyy->xyy_Y = 1.0; in zsl_clr_conv_uv60_xyy()818 xyy->xyy_Y = 1.0; in zsl_clr_conv_cct_xyy()
90 zassert_true(xyy.xyy_Y == 1.0, NULL); in ZTEST()116 zassert_true(xyy.xyy_Y == 1.0, NULL); in ZTEST()
286 zsl_real_t xyy_Y; member