apkfuckery/com.discord/smali_classes2/kotlin/jvm/internal/h.smali

73 lines
1.8 KiB
Smali
Raw Normal View History

2019-05-22 23:20:16 +00:00
.class public final Lkotlin/jvm/internal/h;
.super Ljava/lang/Object;
.source "PrimitiveCompanionObjects.kt"
# static fields
# The value of this static final field might be set in the static constructor
.field private static final MAX_VALUE:F = 3.4028235E38f
# The value of this static final field might be set in the static constructor
.field private static final MIN_VALUE:F = 1.4E-45f
# The value of this static final field might be set in the static constructor
.field private static final NEGATIVE_INFINITY:F = -Infinityf
# The value of this static final field might be set in the static constructor
.field private static final NaN:F = NaNf
# The value of this static final field might be set in the static constructor
.field private static final POSITIVE_INFINITY:F = Infinityf
2019-07-10 21:18:28 +00:00
.field public static final bhq:Lkotlin/jvm/internal/h;
2019-05-22 23:20:16 +00:00
# direct methods
.method static constructor <clinit>()V
.locals 1
new-instance v0, Lkotlin/jvm/internal/h;
invoke-direct {v0}, Lkotlin/jvm/internal/h;-><init>()V
2019-07-10 21:18:28 +00:00
sput-object v0, Lkotlin/jvm/internal/h;->bhq:Lkotlin/jvm/internal/h;
2019-05-22 23:20:16 +00:00
const/4 v0, 0x1
sput v0, Lkotlin/jvm/internal/h;->MIN_VALUE:F
const v0, 0x7f7fffff # Float.MAX_VALUE
sput v0, Lkotlin/jvm/internal/h;->MAX_VALUE:F
const/high16 v0, 0x7f800000 # Float.POSITIVE_INFINITY
sput v0, Lkotlin/jvm/internal/h;->POSITIVE_INFINITY:F
const/high16 v0, -0x800000 # Float.NEGATIVE_INFINITY
sput v0, Lkotlin/jvm/internal/h;->NEGATIVE_INFINITY:F
const/high16 v0, 0x7fc00000 # Float.NaN
sput v0, Lkotlin/jvm/internal/h;->NaN:F
return-void
.end method
.method private constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
2019-07-10 21:18:28 +00:00
.method public static DV()F
2019-05-22 23:20:16 +00:00
.locals 1
sget v0, Lkotlin/jvm/internal/h;->MAX_VALUE:F
return v0
.end method