HomeSort by relevance Sort by last modified time
    Searched full:pi32 (Results 1 - 1 of 1) sorted by null

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
CoreMathVerifier.java 228 static private Target.Floaty pi32(Target t) { method in class:CoreMathVerifier
280 return t.divide(acos(f, t), pi32(t));
322 return t.divide(asin(f, t), pi32(t));
364 return t.divide(atan(f, t), pi32(t));
394 return t.divide(atan2(y, x, t), pi32(t));
462 Target.Floaty in = t.multiply(t.new32(f), pi32(t));
    [all...]

Completed in 181 milliseconds