Searched refs:hCos (Results 1 – 2 of 2) sorted by relevance
618 double hCos = Math.cos(hueRadians); in findResultByJ() local629 double gamma = 23.0 * (p2 + 0.305) * t / (23.0 * p1 + 11 * t * hCos + 108.0 * t * hSin); in findResultByJ()630 double a = gamma * hCos; in findResultByJ()
299 float hCos = (float) Math.cos(hRad); in viewed() local302 23.0f * (p2 + 0.305f) * t / (23.0f * p1 + 11.0f * t * hCos + 108.0f * t * hSin); in viewed()303 float a = gamma * hCos; in viewed()