public class BasicFunctions extends Object
| Modifier and Type | Field and Description |
|---|---|
static short[] |
A |
static short[] |
B |
static short[] |
DLB |
static short[] |
FAC |
static short[] |
H |
static short[] |
INVA |
static short[] |
MAC |
static short[] |
MIC |
static short[] |
NRFAC |
static short[] |
QLB |
| Constructor and Description |
|---|
BasicFunctions() |
| Modifier and Type | Method and Description |
|---|---|
static short |
abs(short var1) |
static short |
add(short var1,
short var2) |
static int |
checkIntOverflow(long value) |
static short |
checkOverflow(int value) |
static short |
div(short var1,
short var2) |
static int |
L_add(int var1,
int var2) |
static int |
L_mult(short var1,
short var2) |
static int |
L_sub(int var1,
int var2) |
static short |
mult_r(short var1,
short var2) |
static short |
mult(short var1,
short var2) |
static short |
norm(int var1) |
static short |
sub(short var1,
short var2) |
public static final short[] A
public static final short[] B
public static final short[] MIC
public static final short[] MAC
public static final short[] INVA
public static final short[] DLB
public static final short[] QLB
public static final short[] H
public static final short[] NRFAC
public static final short[] FAC
public static short checkOverflow(int value)
public static int checkIntOverflow(long value)
public static short add(short var1,
short var2)
public static short sub(short var1,
short var2)
public static short mult(short var1,
short var2)
public static short mult_r(short var1,
short var2)
public static short abs(short var1)
public static short div(short var1,
short var2)
public static int L_mult(short var1,
short var2)
public static int L_add(int var1,
int var2)
public static int L_sub(int var1,
int var2)
public static short norm(int var1)
throws ArithmeticException
ArithmeticExceptionCopyright © 2017 TeleStax, Inc.. All Rights Reserved.