Searched refs:overflow (Results  1 – 6 of 6) sorted by relevance
| /libcore/luni/src/main/native/ | 
| D | cbigint.cpp | 538   uint64_t overflow;  in timesTenToTheEHighPrecision()  local563       overflow = simpleMultiplyHighPrecision64 (result, length, TEN_E19);  in timesTenToTheEHighPrecision()
 564       if (overflow)  in timesTenToTheEHighPrecision()
 565         result[length++] = overflow;  in timesTenToTheEHighPrecision()
 570       overflow = simpleMultiplyHighPrecision (result, length, TEN_E9);  in timesTenToTheEHighPrecision()
 571       if (overflow)  in timesTenToTheEHighPrecision()
 572         result[length++] = overflow;  in timesTenToTheEHighPrecision()
 579       overflow = simpleAppendDecimalDigitHighPrecision (result, length, 0);  in timesTenToTheEHighPrecision()
 580       if (overflow)  in timesTenToTheEHighPrecision()
 581         result[length++] = overflow;  in timesTenToTheEHighPrecision()
 [all …]
 
 | 
| D | java_lang_StringToReal.cpp | 101   uint32_t overflow;  in createDouble()  local119           overflow =  in createDouble()
 121           if (overflow)  in createDouble()
 123               f[index++] = overflow;  in createDouble()
 493   uint32_t overflow;  in createFloat()  local
 511           overflow =  in createFloat()
 513           if (overflow)  in createFloat()
 516               f[index++] = overflow;  in createFloat()
 
 | 
| /libcore/ojluni/src/test/java/nio/file/attribute/ | 
| D | FileTimeTest.java | 232         overflow(Long.MAX_VALUE,  in main()234         overflow(Long.MAX_VALUE,  in main()
 237         overflow(Long.MIN_VALUE,  in main()
 239         overflow(Long.MIN_VALUE,  in main()
 244         overflow(Long.MAX_VALUE,  in main()
 247         overflow(Long.MAX_VALUE,  in main()
 251         overflow(Long.MIN_VALUE,  in main()
 254         overflow(Long.MIN_VALUE,  in main()
 260     static void overflow(long minmax, long v) {  in overflow()  method in FileTimeTest
 
 | 
| /libcore/ | 
| D | JavaLibrary.bp | 174             "-Xep:ConstantOverflow:WARN", // Known constant overflow in SplittableRandom
 | 
| /libcore/expectations/ | 
| D | knownfailures.txt | 1433   description: "Recursive calls to Charset.forName from within providers will overflow the stack.",
 | 
| /libcore/ojluni/src/main/java/java/nio/ | 
| D | X-Buffer.java.template | 471         // Set source limit to prevent target overflow
 |