| Class Attributes |
|---|
| DefectiveClassAttr |
| Access flags | Type | Field name | Attributes |
|---|---|---|---|
| public | int | dummy | GoldenFieldAttribute |
| public | String | dummy2 | |
| public static | Long | tesee |
| Access flags | Return type | Method name | Arguments | Attributes |
|---|---|---|---|---|
| public | void | <init> | () | Code MyMethodAttribute |
| protected static | void | bitreverse | (double) | Code FunkyMethodAttribute |
| public static | void | inverse | (double) | Code |
| protected static | int | log2 | (int) | Code |
| public static | void | main | (String[]) | Code |
| public static | double | makeRandom | (int, java.util.Random) | Code |
| public static final | double | num_flops | (int) | Code |
| public static | double | test | (double) | Code |
| public static | void | transform | (double) | Code |
| protected static | void | transform_internal | (double, int) | Code |