FloatCompanionObject.smali
4.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
.class public final Lkotlin/jvm/internal/FloatCompanionObject;
.super Ljava/lang/Object;
.source "PrimitiveCompanionObjects.kt"
# annotations
.annotation runtime Lkotlin/Metadata;
bv = {
0x1,
0x0,
0x3
}
d1 = {
"\u0000\u0014\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0002\u0008\u0002\n\u0002\u0010\u0007\n\u0002\u0008\u000b\u0008\u00c0\u0002\u0018\u00002\u00020\u0001B\u0007\u0008\u0002\u00a2\u0006\u0002\u0010\u0002R\u0014\u0010\u0003\u001a\u00020\u0004X\u0086D\u00a2\u0006\u0008\n\u0000\u001a\u0004\u0008\u0005\u0010\u0006R\u0014\u0010\u0007\u001a\u00020\u0004X\u0086D\u00a2\u0006\u0008\n\u0000\u001a\u0004\u0008\u0008\u0010\u0006R\u0014\u0010\t\u001a\u00020\u0004X\u0086D\u00a2\u0006\u0008\n\u0000\u001a\u0004\u0008\n\u0010\u0006R\u0014\u0010\u000b\u001a\u00020\u0004X\u0086D\u00a2\u0006\u0008\n\u0000\u001a\u0004\u0008\u000c\u0010\u0006R\u0014\u0010\r\u001a\u00020\u0004X\u0086D\u00a2\u0006\u0008\n\u0000\u001a\u0004\u0008\u000e\u0010\u0006\u00a8\u0006\u000f"
}
d2 = {
"Lkotlin/jvm/internal/FloatCompanionObject;",
"",
"()V",
"MAX_VALUE",
"",
"getMAX_VALUE",
"()F",
"MIN_VALUE",
"getMIN_VALUE",
"NEGATIVE_INFINITY",
"getNEGATIVE_INFINITY",
"NaN",
"getNaN",
"POSITIVE_INFINITY",
"getPOSITIVE_INFINITY",
"kotlin-stdlib"
}
k = 0x1
mv = {
0x1,
0x1,
0xf
}
.end annotation
# static fields
.field public static final INSTANCE:Lkotlin/jvm/internal/FloatCompanionObject;
# 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
# direct methods
.method static constructor <clinit>()V
.locals 1
.line 16
new-instance v0, Lkotlin/jvm/internal/FloatCompanionObject;
invoke-direct {v0}, Lkotlin/jvm/internal/FloatCompanionObject;-><init>()V
sput-object v0, Lkotlin/jvm/internal/FloatCompanionObject;->INSTANCE:Lkotlin/jvm/internal/FloatCompanionObject;
const/4 v0, 0x1
.line 17
sput v0, Lkotlin/jvm/internal/FloatCompanionObject;->MIN_VALUE:F
const v0, 0x7f7fffff # Float.MAX_VALUE
.line 18
sput v0, Lkotlin/jvm/internal/FloatCompanionObject;->MAX_VALUE:F
const/high16 v0, 0x7f800000 # Float.POSITIVE_INFINITY
.line 19
sput v0, Lkotlin/jvm/internal/FloatCompanionObject;->POSITIVE_INFINITY:F
const/high16 v0, -0x800000 # Float.NEGATIVE_INFINITY
.line 20
sput v0, Lkotlin/jvm/internal/FloatCompanionObject;->NEGATIVE_INFINITY:F
const/high16 v0, 0x7fc00000 # Float.NaN
.line 21
sput v0, Lkotlin/jvm/internal/FloatCompanionObject;->NaN:F
return-void
.end method
.method private constructor <init>()V
.locals 0
.line 16
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final getMAX_VALUE()F
.locals 1
.line 18
sget v0, Lkotlin/jvm/internal/FloatCompanionObject;->MAX_VALUE:F
return v0
.end method
.method public final getMIN_VALUE()F
.locals 1
.line 17
sget v0, Lkotlin/jvm/internal/FloatCompanionObject;->MIN_VALUE:F
return v0
.end method
.method public final getNEGATIVE_INFINITY()F
.locals 1
.line 20
sget v0, Lkotlin/jvm/internal/FloatCompanionObject;->NEGATIVE_INFINITY:F
return v0
.end method
.method public final getNaN()F
.locals 1
.line 21
sget v0, Lkotlin/jvm/internal/FloatCompanionObject;->NaN:F
return v0
.end method
.method public final getPOSITIVE_INFINITY()F
.locals 1
.line 19
sget v0, Lkotlin/jvm/internal/FloatCompanionObject;->POSITIVE_INFINITY:F
return v0
.end method