Searched refs:adj2 (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/java/tests/MathErr/src/com/example/android/rs/matherr/
H A Dmath_err.rs59 float adj2 = 0.405465108f + // -0.00009f +
66 adj2 *= (1.f / 0.693147181f);
68 return (float)(e - 127) + adj2;
/frameworks/rs/driver/runtime/
H A Drs_cl.c1197 float adj2 = (0.405465108f / 0.693147181f) + local
1204 return (float)(e - 127) + adj2;

Completed in 127 milliseconds