Searched refs:hps_plus_hp (Results 1 – 1 of 1) sorted by relevance
617 cmsFloat64Number hps_plus_hp = h_ps + h_p; in cmsCIE2000DeltaE() local620 cmsFloat64Number meanh_p = fabs(hps_minus_hp) <= 180.000001 ? (hps_plus_hp)/2 : in cmsCIE2000DeltaE()621 (hps_plus_hp) < 360 ? (hps_plus_hp + 360)/2 : in cmsCIE2000DeltaE()622 (hps_plus_hp - 360)/2; in cmsCIE2000DeltaE()