Home
last modified time | relevance | path

Searched defs:overflow (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/main/native/
Djava_lang_StringToReal.cpp101 uint32_t overflow; in createDouble() local
493 uint32_t overflow; in createFloat() local
Dcbigint.cpp538 uint64_t overflow; in timesTenToTheEHighPrecision() local
/libcore/ojluni/src/test/java/nio/file/attribute/
DFileTimeTest.java260 static void overflow(long minmax, long v) { in overflow() method in FileTimeTest