Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
Ddoubleglobal.rscript24 float pi2;
28 pi2 = pi * 2;
32 return pi2 * x;
DDoubleTest.java40 Target.Floaty pi2 = t.new32((float) (pi * 2)); in testDoubleGlobal() local
43 Target.Floaty expected = t.multiply(pi2, t.new32(x)); in testDoubleGlobal()
/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/
DAtomTests.java835 PendingIntent pi2 = PendingIntent.getBroadcast(context, 2, new Intent(name), in testAlarmScheduled() local
841 am.setWindow(AlarmManager.RTC, trigger2, 10_000, pi2); in testAlarmScheduled()