Searched refs:rA (Results 1 – 2 of 2) sorted by relevance
171 float rA = Math.signum(rD) * 400.0f * rAF / (rAF + 27.13f); in fromIntInFrame() local176 float a = (float) (11.0 * rA + -12.0 * gA + bA) / 11.0f; in fromIntInFrame()178 float b = (float) (rA + gA - 2.0 * bA) / 9.0f; in fromIntInFrame()181 float u = (20.0f * rA + 20.0f * gA + 21.0f * bA) / 20.0f; in fromIntInFrame()182 float p2 = (40.0f * rA + 20.0f * gA + bA) / 20.0f; in fromIntInFrame()305 float rA = (460.0f * p2 + 451.0f * a + 288.0f * b) / 1403.0f; in viewed() local309 float rCBase = (float) Math.max(0, (27.13 * Math.abs(rA)) / (400.0 - Math.abs(rA))); in viewed()310 float rC = Math.signum(rA) * (100.0f / frame.getFl()) * (float) Math.pow(rCBase, in viewed()
3252 double rA = a.applyAsDouble(point); in compare() local3254 return Math.abs(rA - rB) <= 1e-3; in compare()