changed repo structure
This commit is contained in:
116
2024/insomnihack/mobile/Notes/smali/kotlin/math/Constants.smali
Normal file
116
2024/insomnihack/mobile/Notes/smali/kotlin/math/Constants.smali
Normal file
@@ -0,0 +1,116 @@
|
||||
.class final Lkotlin/math/Constants;
|
||||
.super Ljava/lang/Object;
|
||||
.source "MathJVM.kt"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation runtime Lkotlin/Metadata;
|
||||
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,
|
||||
0x8,
|
||||
0x0
|
||||
}
|
||||
xi = 0x30
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final INSTANCE:Lkotlin/math/Constants;
|
||||
|
||||
.field public static final LN2:D
|
||||
|
||||
.field public static final epsilon:D
|
||||
|
||||
.field public static final taylor_2_bound:D
|
||||
|
||||
.field public static final taylor_n_bound:D
|
||||
|
||||
.field public static final upper_taylor_2_bound:D
|
||||
|
||||
.field public static final upper_taylor_n_bound:D
|
||||
|
||||
|
||||
# direct methods
|
||||
.method static constructor <clinit>()V
|
||||
.locals 6
|
||||
|
||||
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
|
||||
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
|
||||
invoke-static {v0, v1}, Ljava/lang/Math;->sqrt(D)D
|
||||
|
||||
move-result-wide v2
|
||||
|
||||
sput-wide v2, Lkotlin/math/Constants;->taylor_n_bound:D
|
||||
|
||||
const/4 v4, 0x1
|
||||
|
||||
int-to-double v4, v4
|
||||
|
||||
div-double v0, v4, v0
|
||||
|
||||
.line 33
|
||||
sput-wide v0, Lkotlin/math/Constants;->upper_taylor_2_bound:D
|
||||
|
||||
div-double/2addr v4, v2
|
||||
|
||||
.line 35
|
||||
sput-wide v4, 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
|
||||
35
2024/insomnihack/mobile/Notes/smali/kotlin/math/MathKt.smali
Normal file
35
2024/insomnihack/mobile/Notes/smali/kotlin/math/MathKt.smali
Normal file
@@ -0,0 +1,35 @@
|
||||
.class public final Lkotlin/math/MathKt;
|
||||
.super Lkotlin/math/MathKt__MathJVMKt;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation runtime Lkotlin/Metadata;
|
||||
d1 = {
|
||||
"kotlin/math/MathKt__MathHKt",
|
||||
"kotlin/math/MathKt__MathJVMKt"
|
||||
}
|
||||
k = 0x4
|
||||
mv = {
|
||||
0x1,
|
||||
0x8,
|
||||
0x0
|
||||
}
|
||||
xi = 0x31
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final E:D = 2.718281828459045
|
||||
|
||||
.field public static final PI:D = 3.141592653589793
|
||||
|
||||
|
||||
# direct methods
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
.line 1
|
||||
invoke-direct {p0}, Lkotlin/math/MathKt__MathJVMKt;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
@@ -0,0 +1,50 @@
|
||||
.class Lkotlin/math/MathKt__MathHKt;
|
||||
.super Ljava/lang/Object;
|
||||
.source "MathH.kt"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation runtime Lkotlin/Metadata;
|
||||
d1 = {
|
||||
"\u0000\n\n\u0000\n\u0002\u0010\u0006\n\u0002\u0008\u0005\"\u0016\u0010\u0000\u001a\u00020\u00018\u0006X\u0087T\u00a2\u0006\u0008\n\u0000\u0012\u0004\u0008\u0002\u0010\u0003\"\u0016\u0010\u0004\u001a\u00020\u00018\u0006X\u0087T\u00a2\u0006\u0008\n\u0000\u0012\u0004\u0008\u0005\u0010\u0003\u00a8\u0006\u0006"
|
||||
}
|
||||
d2 = {
|
||||
"E",
|
||||
"",
|
||||
"getE$annotations",
|
||||
"()V",
|
||||
"PI",
|
||||
"getPI$annotations",
|
||||
"kotlin-stdlib"
|
||||
}
|
||||
k = 0x5
|
||||
mv = {
|
||||
0x1,
|
||||
0x8,
|
||||
0x0
|
||||
}
|
||||
xi = 0x31
|
||||
xs = "kotlin/math/MathKt"
|
||||
.end annotation
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public static synthetic getE$annotations()V
|
||||
.locals 0
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public static synthetic getPI$annotations()V
|
||||
.locals 0
|
||||
|
||||
return-void
|
||||
.end method
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,79 @@
|
||||
.class public final Lkotlin/math/UMathKt;
|
||||
.super Ljava/lang/Object;
|
||||
.source "UMath.kt"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation runtime Lkotlin/Metadata;
|
||||
d1 = {
|
||||
"\u0000\u0012\n\u0000\n\u0002\u0018\u0002\n\u0002\u0008\u0004\n\u0002\u0018\u0002\n\u0002\u0008\u0006\u001a#\u0010\u0000\u001a\u00020\u00012\u0006\u0010\u0002\u001a\u00020\u00012\u0006\u0010\u0003\u001a\u00020\u0001H\u0087\u0008\u00f8\u0001\u0000\u00a2\u0006\u0004\u0008\u0004\u0010\u0005\u001a#\u0010\u0000\u001a\u00020\u00062\u0006\u0010\u0002\u001a\u00020\u00062\u0006\u0010\u0003\u001a\u00020\u0006H\u0087\u0008\u00f8\u0001\u0000\u00a2\u0006\u0004\u0008\u0007\u0010\u0008\u001a#\u0010\t\u001a\u00020\u00012\u0006\u0010\u0002\u001a\u00020\u00012\u0006\u0010\u0003\u001a\u00020\u0001H\u0087\u0008\u00f8\u0001\u0000\u00a2\u0006\u0004\u0008\n\u0010\u0005\u001a#\u0010\t\u001a\u00020\u00062\u0006\u0010\u0002\u001a\u00020\u00062\u0006\u0010\u0003\u001a\u00020\u0006H\u0087\u0008\u00f8\u0001\u0000\u00a2\u0006\u0004\u0008\u000b\u0010\u0008\u0082\u0002\u0004\n\u0002\u0008\u0019\u00a8\u0006\u000c"
|
||||
}
|
||||
d2 = {
|
||||
"max",
|
||||
"Lkotlin/UInt;",
|
||||
"a",
|
||||
"b",
|
||||
"max-J1ME1BU",
|
||||
"(II)I",
|
||||
"Lkotlin/ULong;",
|
||||
"max-eb3DHEI",
|
||||
"(JJ)J",
|
||||
"min",
|
||||
"min-J1ME1BU",
|
||||
"min-eb3DHEI",
|
||||
"kotlin-stdlib"
|
||||
}
|
||||
k = 0x2
|
||||
mv = {
|
||||
0x1,
|
||||
0x8,
|
||||
0x0
|
||||
}
|
||||
xi = 0x30
|
||||
.end annotation
|
||||
|
||||
|
||||
# direct methods
|
||||
.method private static final max-J1ME1BU(II)I
|
||||
.locals 0
|
||||
|
||||
.line 35
|
||||
invoke-static {p0, p1}, Lkotlin/comparisons/UComparisonsKt;->maxOf-J1ME1BU(II)I
|
||||
|
||||
move-result p0
|
||||
|
||||
return p0
|
||||
.end method
|
||||
|
||||
.method private static final max-eb3DHEI(JJ)J
|
||||
.locals 0
|
||||
|
||||
.line 45
|
||||
invoke-static {p0, p1, p2, p3}, Lkotlin/comparisons/UComparisonsKt;->maxOf-eb3DHEI(JJ)J
|
||||
|
||||
move-result-wide p0
|
||||
|
||||
return-wide p0
|
||||
.end method
|
||||
|
||||
.method private static final min-J1ME1BU(II)I
|
||||
.locals 0
|
||||
|
||||
.line 15
|
||||
invoke-static {p0, p1}, Lkotlin/comparisons/UComparisonsKt;->minOf-J1ME1BU(II)I
|
||||
|
||||
move-result p0
|
||||
|
||||
return p0
|
||||
.end method
|
||||
|
||||
.method private static final min-eb3DHEI(JJ)J
|
||||
.locals 0
|
||||
|
||||
.line 25
|
||||
invoke-static {p0, p1, p2, p3}, Lkotlin/comparisons/UComparisonsKt;->minOf-eb3DHEI(JJ)J
|
||||
|
||||
move-result-wide p0
|
||||
|
||||
return-wide p0
|
||||
.end method
|
||||
Reference in New Issue
Block a user