Searched refs:IS_DENORMAL_DBL (Results 1 – 2 of 2) sorted by relevance
/libcore/luni/src/main/native/ | ||
D | cbigint.h | 81 #define IS_DENORMAL_DBL(dbl) IS_DENORMAL_DBL_PTR(&(dbl)) macro |
D | java_lang_StringToReal.cpp | 622 if (IS_DENORMAL_DBL (dresult)) in createFloat1() |