MathUtil.smali

.class public Lcom/avast/android/cleaner/util/MathUtil;
.super Ljava/lang/Object;


# direct methods
.method public static a(FF)I
    .registers 3

    const/4 v0, 0x0

    div-float/2addr p0, p1

    const/high16 p1, 0x42c80000    # 100.0f

    const/4 v0, 0x2

    mul-float p0, p0, p1

    const/4 v0, 0x7

    invoke-static {p0}, Ljava/lang/Math;->round(F)I

    move-result p0

    const/4 v0, 0x6

    return p0
.end method

.method public static b(FF)I
    .registers 4

    const/4 v1, 0x7

    const/high16 v0, 0x42c80000    # 100.0f

    const/4 v1, 0x5

    div-float/2addr p0, v0

    mul-float p0, p0, p1

    invoke-static {p0}, Ljava/lang/Math;->round(F)I

    move-result p0

    const/4 v1, 0x0

    return p0
.end method