abstract enum class oadd.org.apache.curator.shaded.com.google.common.math.LongMath$MillerRabinTester extends java.lang.Enum
{
public static final enum oadd.org.apache.curator.shaded.com.google.common.math.LongMath$MillerRabinTester SMALL;
public static final enum oadd.org.apache.curator.shaded.com.google.common.math.LongMath$MillerRabinTester LARGE;
private static final oadd.org.apache.curator.shaded.com.google.common.math.LongMath$MillerRabinTester[] $VALUES;
public static oadd.org.apache.curator.shaded.com.google.common.math.LongMath$MillerRabinTester[] values()
{
java.lang.Object v;
oadd.org.apache.curator.shaded.com.google.common.math.LongMath$MillerRabinTester[] v;
v = <oadd.org.apache.curator.shaded.com.google.common.math.LongMath$MillerRabinTester: oadd.org.apache.curator.shaded.com.google.common.math.LongMath$MillerRabinTester[] $VALUES>;
v = virtualinvoke v.<java.lang.Object: java.lang.Object clone()>();
return v;
}
public static oadd.org.apache.curator.shaded.com.google.common.math.LongMath$MillerRabinTester valueOf(java.lang.String)
{
java.lang.String v;
java.lang.Enum v;
v := @parameter: java.lang.String;
v = staticinvoke <java.lang.Enum: java.lang.Enum valueOf(java.lang.Class,java.lang.String)>(class "Loadd/org/apache/curator/shaded/com/google/common/math/LongMath$MillerRabinTester;", v);
return v;
}
private void <init>(java.lang.String, int)
{
int v;
java.lang.String v;
oadd.org.apache.curator.shaded.com.google.common.math.LongMath$MillerRabinTester v;
v := @this: oadd.org.apache.curator.shaded.com.google.common.math.LongMath$MillerRabinTester;
v := @parameter: java.lang.String;
v := @parameter: int;
specialinvoke v.<java.lang.Enum: void <init>(java.lang.String,int)>(v, v);
return;
}
static boolean test(long, long)
{
byte v;
oadd.org.apache.curator.shaded.com.google.common.math.LongMath$MillerRabinTester v;
long v, v;
boolean v;
v := @parameter: long;
v := @parameter: long;
v = v cmp 3037000499L;
if v > 0 goto label;
v = <oadd.org.apache.curator.shaded.com.google.common.math.LongMath$MillerRabinTester: oadd.org.apache.curator.shaded.com.google.common.math.LongMath$MillerRabinTester SMALL>;
goto label;
label:
v = <oadd.org.apache.curator.shaded.com.google.common.math.LongMath$MillerRabinTester: oadd.org.apache.curator.shaded.com.google.common.math.LongMath$MillerRabinTester LARGE>;
label:
v = specialinvoke v.<oadd.org.apache.curator.shaded.com.google.common.math.LongMath$MillerRabinTester: boolean testWitness(long,long)>(v, v);
return v;
}
abstract long mulMod(long, long, long);
abstract long squareMod(long, long);
private long powMod(long, long, long)
{
long v, v, v, v, v;
byte v, v;
oadd.org.apache.curator.shaded.com.google.common.math.LongMath$MillerRabinTester v;
v := @this: oadd.org.apache.curator.shaded.com.google.common.math.LongMath$MillerRabinTester;
v := @parameter: long;
v := @parameter: long;
v := @parameter: long;
v = 1L;
label:
v = v cmp 0L;
if v == 0 goto label;
v = v & 1L;
v = v cmp 0L;
if v == 0 goto label;
v = virtualinvoke v.<oadd.org.apache.curator.shaded.com.google.common.math.LongMath$MillerRabinTester: long mulMod(long,long,long)>(v, v, v);
label:
v = virtualinvoke v.<oadd.org.apache.curator.shaded.com.google.common.math.LongMath$MillerRabinTester: long squareMod(long,long)>(v, v);
v = v >> 1;
goto label;
label:
return v;
}
private boolean testWitness(long, long)
{
long v, v, v, v, v, v, v, v;
byte v, v, v;
oadd.org.apache.curator.shaded.com.google.common.math.LongMath$MillerRabinTester v;
int v, v;
v := @this: oadd.org.apache.curator.shaded.com.google.common.math.LongMath$MillerRabinTester;
v := @parameter: long;
v := @parameter: long;
v = v - 1L;
v = staticinvoke <java.lang.Long: int numberOfTrailingZeros(long)>(v);
v = v - 1L;
v = v >> v;
v = v % v;
v = v cmp 0L;
if v != 0 goto label;
return 1;
label:
v = specialinvoke v.<oadd.org.apache.curator.shaded.com.google.common.math.LongMath$MillerRabinTester: long powMod(long,long,long)>(v, v, v);
v = v cmp 1L;
if v != 0 goto label;
return 1;
label:
v = 0;
label:
v = v - 1L;
v = v cmp v;
if v == 0 goto label;
v = v + 1;
if v != v goto label;
return 0;
label:
v = virtualinvoke v.<oadd.org.apache.curator.shaded.com.google.common.math.LongMath$MillerRabinTester: long squareMod(long,long)>(v, v);
goto label;
label:
return 1;
}
private static oadd.org.apache.curator.shaded.com.google.common.math.LongMath$MillerRabinTester[] $values()
{
oadd.org.apache.curator.shaded.com.google.common.math.LongMath$MillerRabinTester[] v;
oadd.org.apache.curator.shaded.com.google.common.math.LongMath$MillerRabinTester v, v;
v = newarray (oadd.org.apache.curator.shaded.com.google.common.math.LongMath$MillerRabinTester)[2];
v = <oadd.org.apache.curator.shaded.com.google.common.math.LongMath$MillerRabinTester: oadd.org.apache.curator.shaded.com.google.common.math.LongMath$MillerRabinTester SMALL>;
v[0] = v;
v = <oadd.org.apache.curator.shaded.com.google.common.math.LongMath$MillerRabinTester: oadd.org.apache.curator.shaded.com.google.common.math.LongMath$MillerRabinTester LARGE>;
v[1] = v;
return v;
}
static void <clinit>()
{
oadd.org.apache.curator.shaded.com.google.common.math.LongMath$MillerRabinTester$1 v;
oadd.org.apache.curator.shaded.com.google.common.math.LongMath$MillerRabinTester$2 v;
oadd.org.apache.curator.shaded.com.google.common.math.LongMath$MillerRabinTester[] v;
v = new oadd.org.apache.curator.shaded.com.google.common.math.LongMath$MillerRabinTester$1;
specialinvoke v.<oadd.org.apache.curator.shaded.com.google.common.math.LongMath$MillerRabinTester$1: void <init>(java.lang.String,int)>("SMALL", 0);
<oadd.org.apache.curator.shaded.com.google.common.math.LongMath$MillerRabinTester: oadd.org.apache.curator.shaded.com.google.common.math.LongMath$MillerRabinTester SMALL> = v;
v = new oadd.org.apache.curator.shaded.com.google.common.math.LongMath$MillerRabinTester$2;
specialinvoke v.<oadd.org.apache.curator.shaded.com.google.common.math.LongMath$MillerRabinTester$2: void <init>(java.lang.String,int)>("LARGE", 1);
<oadd.org.apache.curator.shaded.com.google.common.math.LongMath$MillerRabinTester: oadd.org.apache.curator.shaded.com.google.common.math.LongMath$MillerRabinTester LARGE> = v;
v = staticinvoke <oadd.org.apache.curator.shaded.com.google.common.math.LongMath$MillerRabinTester: oadd.org.apache.curator.shaded.com.google.common.math.LongMath$MillerRabinTester[] $values()>();
<oadd.org.apache.curator.shaded.com.google.common.math.LongMath$MillerRabinTester: oadd.org.apache.curator.shaded.com.google.common.math.LongMath$MillerRabinTester[] $VALUES> = v;
return;
}
}