tmap/smali_classes3/com/google/common/math/BigIntegerMath$BigIntegerToDoubleRounder.smali
2022-06-10 21:38:30 +09:00

152 lines
3.8 KiB
Smali

.class Lcom/google/common/math/BigIntegerMath$BigIntegerToDoubleRounder;
.super Lcom/google/common/math/ToDoubleRounder;
.source "BigIntegerMath.java"
# annotations
.annotation build Lcom/google/common/annotations/GwtIncompatible;
.end annotation
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/common/math/BigIntegerMath;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x9
name = "BigIntegerToDoubleRounder"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Lcom/google/common/math/ToDoubleRounder<",
"Ljava/math/BigInteger;",
">;"
}
.end annotation
# static fields
.field public static final INSTANCE:Lcom/google/common/math/BigIntegerMath$BigIntegerToDoubleRounder;
# direct methods
.method public static constructor <clinit>()V
.locals 1
.line 1
new-instance v0, Lcom/google/common/math/BigIntegerMath$BigIntegerToDoubleRounder;
invoke-direct {v0}, Lcom/google/common/math/BigIntegerMath$BigIntegerToDoubleRounder;-><init>()V
sput-object v0, Lcom/google/common/math/BigIntegerMath$BigIntegerToDoubleRounder;->INSTANCE:Lcom/google/common/math/BigIntegerMath$BigIntegerToDoubleRounder;
return-void
.end method
.method private constructor <init>()V
.locals 0
.line 1
invoke-direct {p0}, Lcom/google/common/math/ToDoubleRounder;-><init>()V
return-void
.end method
# virtual methods
.method public bridge synthetic minus(Ljava/lang/Number;Ljava/lang/Number;)Ljava/lang/Number;
.locals 0
.line 1
check-cast p1, Ljava/math/BigInteger;
check-cast p2, Ljava/math/BigInteger;
invoke-virtual {p0, p1, p2}, Lcom/google/common/math/BigIntegerMath$BigIntegerToDoubleRounder;->minus(Ljava/math/BigInteger;Ljava/math/BigInteger;)Ljava/math/BigInteger;
move-result-object p1
return-object p1
.end method
.method public minus(Ljava/math/BigInteger;Ljava/math/BigInteger;)Ljava/math/BigInteger;
.locals 0
.line 2
invoke-virtual {p1, p2}, Ljava/math/BigInteger;->subtract(Ljava/math/BigInteger;)Ljava/math/BigInteger;
move-result-object p1
return-object p1
.end method
.method public bridge synthetic roundToDoubleArbitrarily(Ljava/lang/Number;)D
.locals 2
.line 1
check-cast p1, Ljava/math/BigInteger;
invoke-virtual {p0, p1}, Lcom/google/common/math/BigIntegerMath$BigIntegerToDoubleRounder;->roundToDoubleArbitrarily(Ljava/math/BigInteger;)D
move-result-wide v0
return-wide v0
.end method
.method public roundToDoubleArbitrarily(Ljava/math/BigInteger;)D
.locals 2
.line 2
invoke-static {p1}, Lcom/google/common/math/DoubleUtils;->bigToDouble(Ljava/math/BigInteger;)D
move-result-wide v0
return-wide v0
.end method
.method public bridge synthetic sign(Ljava/lang/Number;)I
.locals 0
.line 1
check-cast p1, Ljava/math/BigInteger;
invoke-virtual {p0, p1}, Lcom/google/common/math/BigIntegerMath$BigIntegerToDoubleRounder;->sign(Ljava/math/BigInteger;)I
move-result p1
return p1
.end method
.method public sign(Ljava/math/BigInteger;)I
.locals 0
.line 2
invoke-virtual {p1}, Ljava/math/BigInteger;->signum()I
move-result p1
return p1
.end method
.method public bridge synthetic toX(DLjava/math/RoundingMode;)Ljava/lang/Number;
.locals 0
.line 1
invoke-virtual {p0, p1, p2, p3}, Lcom/google/common/math/BigIntegerMath$BigIntegerToDoubleRounder;->toX(DLjava/math/RoundingMode;)Ljava/math/BigInteger;
move-result-object p1
return-object p1
.end method
.method public toX(DLjava/math/RoundingMode;)Ljava/math/BigInteger;
.locals 0
.line 2
invoke-static {p1, p2, p3}, Lcom/google/common/math/DoubleMath;->roundToBigInteger(DLjava/math/RoundingMode;)Ljava/math/BigInteger;
move-result-object p1
return-object p1
.end method