Searched refs:hSin (Results 1 – 2 of 2) sorted by relevance
617 double hSin = Math.sin(hueRadians); in findResultByJ() local629 double gamma = 23.0 * (p2 + 0.305) * t / (23.0 * p1 + 11 * t * hCos + 108.0 * t * hSin); in findResultByJ()631 double b = gamma * hSin; in findResultByJ()
298 float hSin = (float) Math.sin(hRad); in viewed() local302 23.0f * (p2 + 0.305f) * t / (23.0f * p1 + 11.0f * t * hCos + 108.0f * t * hSin); in viewed()304 float b = gamma * hSin; in viewed()