enum class com.google.common.math.LongMath$MillerRabinTester$1 extends com.google.common.math.LongMath$MillerRabinTester
{
private void <init>(java.lang.String, int)
{
int v;
java.lang.String v;
com.google.common.math.LongMath$MillerRabinTester$1 v;
v := @this: com.google.common.math.LongMath$MillerRabinTester$1;
v := @parameter: java.lang.String;
v := @parameter: int;
specialinvoke v.<com.google.common.math.LongMath$MillerRabinTester: void <init>(java.lang.String,int)>(v, v);
return;
}
long mulMod(long, long, long)
{
com.google.common.math.LongMath$MillerRabinTester$1 v;
long v, v, v, v, v;
v := @this: com.google.common.math.LongMath$MillerRabinTester$1;
v := @parameter: long;
v := @parameter: long;
v := @parameter: long;
v = v * v;
v = v % v;
return v;
}
long squareMod(long, long)
{
com.google.common.math.LongMath$MillerRabinTester$1 v;
long v, v, v, v;
v := @this: com.google.common.math.LongMath$MillerRabinTester$1;
v := @parameter: long;
v := @parameter: long;
v = v * v;
v = v % v;
return v;
}
}