HomeSort by relevance Sort by last modified time
    Searched refs:NORMAL_MASK (Results 1 - 3 of 3) sorted by null

  /dalvik/libcore/luni/src/main/native/
commonDblParce.c 53 #define NORMAL_MASK (0x0010000000000000LL)
58 #define NORMAL_MASK (0x0010000000000000L)
62 #define NORMAL_MASK (0x0010000000000000)
534 if (comparison < 0 && m == NORMAL_MASK)
555 if (comparison < 0 && m == NORMAL_MASK)
org_apache_harmony_luni_util_fltparse.c 80 #define NORMAL_MASK (0x00800000)
463 if (comparison < 0 && m == NORMAL_MASK)
484 if (comparison < 0 && m == NORMAL_MASK)
cbigint.c 91 #define NORMAL_MASK (0x0010000000000000LL)
97 #define NORMAL_MASK (0x0010000000000000L)
102 #define NORMAL_MASK (0x0010000000000000)
806 m = (m & MANTISSA_MASK) | NORMAL_MASK;

Completed in 51 milliseconds