Home
last modified time | relevance | path

Searched refs:pi32 (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DCoreMathVerifier.java228 static private Target.Floaty pi32(Target t) { in pi32() method in CoreMathVerifier
280 return t.divide(acos(f, t), pi32(t)); in acospi()
322 return t.divide(asin(f, t), pi32(t)); in asinpi()
364 return t.divide(atan(f, t), pi32(t)); in atanpi()
394 return t.divide(atan2(y, x, t), pi32(t)); in atan2pi()
462 Target.Floaty in = t.multiply(t.new32(f), pi32(t)); in cospi()
984 Target.Floaty in = t.multiply(t.new32(f), pi32(t)); in sinpi()
1065 Target.Floaty in = t.multiply(t.new32(f), pi32(t)); in tanpi()