Searched refs:pi2 (Results 1 – 3 of 3) sorted by relevance
24 float pi2;28 pi2 = pi * 2;32 return pi2 * x;
40 Target.Floaty pi2 = t.new32((float) (pi * 2)); in testDoubleGlobal() local43 Target.Floaty expected = t.multiply(pi2, t.new32(x)); in testDoubleGlobal()
835 PendingIntent pi2 = PendingIntent.getBroadcast(context, 2, new Intent(name), in testAlarmScheduled() local841 am.setWindow(AlarmManager.RTC, trigger2, 10_000, pi2); in testAlarmScheduled()