public class Fold_Math01 extends JTTTest
JTTTest.DummyTestClass
GraalCompilerTest.ArgSupplier, GraalCompilerTest.Result
GraalTest.MultiCauseAssertionError
lastCompiledGraph
Constructor and Description |
---|
Fold_Math01() |
Modifier and Type | Method and Description |
---|---|
private static double |
abs() |
private static double |
atan2() |
private static double |
cos() |
private static double |
exp() |
private static double |
log() |
private static double |
log10() |
private static int |
max() |
private static int |
min() |
private static double |
pow() |
void |
run0() |
void |
run1() |
void |
run10() |
void |
run11() |
void |
run12() |
void |
run2() |
void |
run3() |
void |
run4() |
void |
run5() |
void |
run6() |
void |
run7() |
void |
run8() |
void |
run9() |
private static double |
sin() |
private static double |
sqrt() |
private static double |
tan() |
static double |
test(int arg) |
assertDeepEquals, getCode, parseEager, runTest, runTest, runTest, runTestWithDelta
addMethod, after, afterTest, applyArgSuppliers, argsWithReceiver, asResolvedJavaMethod, assertConstantReturn, assertEquals, assertEquals, assertEquals, before, beforeTest, branchProbability, breakpoint, breakpoint, checkArgs, checkHighTierGraph, checkLowTierGraph, checkMidTierGraph, compile, countUnusedConstants, createLIRSuites, createSuites, editGraphBuilderConfiguration, executeActual, executeActualCheckDeopt, executeExpected, getBackend, getCanonicalGraphString, getCode, getCode, getCodeCache, getConstantReflection, getCustomGraphBuilderSuite, getDefaultGraphBuilderPlugins, getDefaultGraphBuilderSuite, getDefaultHighTierContext, getLIRSuites, getLowerer, getMetaAccess, getNodeCountExcludingUnusedConstants, getProviders, getReplacements, getResolvedJavaMethod, getResolvedJavaMethod, getResolvedJavaMethod, getSnippetReflection, getSpeculationLog, getSuites, getTarget, initializeDebugging, invoke, isArchitecture, iterationCount, lookupMethod, parseDebug, parseEager, parseForCompile, parseProfiled, parseProfiled, referenceInvoke, supply, test, test, testAgainstExpected, testAgainstExpected, testN
assertDeepEquals, assertDeepEquals, assertDeepEquals, assertFalse, assertFalse, assertFalse, assertTrue, assertTrue, assertTrue, equalFloatsOrDoublesDelta, fail, getMethod, getMethod, getMethod, ulpsDelta
public Fold_Math01()
public static double test(int arg)
private static double abs()
private static double sin()
private static double cos()
private static double tan()
private static double atan2()
private static double sqrt()
private static double log()
private static double log10()
private static double pow()
private static double exp()
private static int min()
private static int max()