Constants.smali
3.8 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
.class final Lkotlin/math/Constants;
.super Ljava/lang/Object;
.source "MathJVM.kt"
# annotations
.annotation system Ldalvik/annotation/SourceDebugExtension;
value = "SMAP\nMathJVM.kt\nKotlin\n*S Kotlin\n*F\n+ 1 MathJVM.kt\nkotlin/math/Constants\n*L\n1#1,1259:1\n*E\n"
.end annotation
.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\u0006\n\u0002\u0008\u0006\u0008\u00c2\u0002\u0018\u00002\u00020\u0001B\u0007\u0008\u0002\u00a2\u0006\u0002\u0010\u0002R\u0010\u0010\u0003\u001a\u00020\u00048\u0000X\u0081\u0004\u00a2\u0006\u0002\n\u0000R\u0010\u0010\u0005\u001a\u00020\u00048\u0000X\u0081\u0004\u00a2\u0006\u0002\n\u0000R\u0010\u0010\u0006\u001a\u00020\u00048\u0000X\u0081\u0004\u00a2\u0006\u0002\n\u0000R\u0010\u0010\u0007\u001a\u00020\u00048\u0000X\u0081\u0004\u00a2\u0006\u0002\n\u0000R\u0010\u0010\u0008\u001a\u00020\u00048\u0000X\u0081\u0004\u00a2\u0006\u0002\n\u0000R\u0010\u0010\t\u001a\u00020\u00048\u0000X\u0081\u0004\u00a2\u0006\u0002\n\u0000\u00a8\u0006\n"
}
d2 = {
"Lkotlin/math/Constants;",
"",
"()V",
"LN2",
"",
"epsilon",
"taylor_2_bound",
"taylor_n_bound",
"upper_taylor_2_bound",
"upper_taylor_n_bound",
"kotlin-stdlib"
}
k = 0x1
mv = {
0x1,
0x1,
0xf
}
.end annotation
# static fields
.field public static final INSTANCE:Lkotlin/math/Constants;
.field public static final LN2:D
.annotation build Lkotlin/jvm/JvmField;
.end annotation
.end field
.field public static final epsilon:D
.annotation build Lkotlin/jvm/JvmField;
.end annotation
.end field
.field public static final taylor_2_bound:D
.annotation build Lkotlin/jvm/JvmField;
.end annotation
.end field
.field public static final taylor_n_bound:D
.annotation build Lkotlin/jvm/JvmField;
.end annotation
.end field
.field public static final upper_taylor_2_bound:D
.annotation build Lkotlin/jvm/JvmField;
.end annotation
.end field
.field public static final upper_taylor_n_bound:D
.annotation build Lkotlin/jvm/JvmField;
.end annotation
.end field
# direct methods
.method static constructor <clinit>()V
.locals 4
.line 20
new-instance v0, Lkotlin/math/Constants;
invoke-direct {v0}, Lkotlin/math/Constants;-><init>()V
sput-object v0, Lkotlin/math/Constants;->INSTANCE:Lkotlin/math/Constants;
const-wide/high16 v0, 0x4000000000000000L # 2.0
.line 24
invoke-static {v0, v1}, Ljava/lang/Math;->log(D)D
move-result-wide v0
sput-wide v0, Lkotlin/math/Constants;->LN2:D
const-wide/high16 v0, 0x3ff0000000000000L # 1.0
.line 27
invoke-static {v0, v1}, Ljava/lang/Math;->ulp(D)D
move-result-wide v0
sput-wide v0, Lkotlin/math/Constants;->epsilon:D
.line 29
sget-wide v0, Lkotlin/math/Constants;->epsilon:D
invoke-static {v0, v1}, Ljava/lang/Math;->sqrt(D)D
move-result-wide v0
sput-wide v0, Lkotlin/math/Constants;->taylor_2_bound:D
.line 31
sget-wide v0, Lkotlin/math/Constants;->taylor_2_bound:D
invoke-static {v0, v1}, Ljava/lang/Math;->sqrt(D)D
move-result-wide v0
sput-wide v0, Lkotlin/math/Constants;->taylor_n_bound:D
const/4 v0, 0x1
int-to-double v0, v0
.line 33
sget-wide v2, Lkotlin/math/Constants;->taylor_2_bound:D
div-double v2, v0, v2
sput-wide v2, Lkotlin/math/Constants;->upper_taylor_2_bound:D
.line 35
sget-wide v2, Lkotlin/math/Constants;->taylor_n_bound:D
div-double/2addr v0, v2
sput-wide v0, Lkotlin/math/Constants;->upper_taylor_n_bound:D
return-void
.end method
.method private constructor <init>()V
.locals 0
.line 20
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method