OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:convI
(Results
1 - 2
of
2
) sorted by null
/art/test/003-omnibus-opcodes/src/
FloatMath.java
199
static int[]
convI
(long l, float f, double d, float zero) {
336
intResults =
convI
(0x8877665544332211L, 123.456f, -3.1415926535, 0.0f);
/dalvik/tests/003-omnibus-opcodes/src/
FloatMath.java
185
static int[]
convI
(long l, float f, double d, float zero) {
322
intResults =
convI
(0x8877665544332211L, 123.456f, -3.1415926535, 0.0f);
Completed in 4096 milliseconds