OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jlmTests
(Results
1 - 2
of
2
) sorted by null
/art/test/003-omnibus-opcodes/src/
FloatMath.java
339
static void
jlmTests
(float ff, double dd) {
340
System.out.println("FloatMath.
jlmTests
");
385
jlmTests
(3.14159f, 123456.78987654321);
IntMath.java
561
static void
jlmTests
(int ii, long ll) {
562
System.out.println("IntMath.
jlmTests
");
613
jlmTests
(12345, 0x1122334455667788L);
Completed in 678 milliseconds