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

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
gdtoaimp.h 622 * NAN_WORD0 and NAN_WORD1 are only referenced in strtod.c. Prior to
638 #ifndef NAN_WORD0
639 #define NAN_WORD0 d_QNAN0
647 #ifndef NAN_WORD0
648 #define NAN_WORD0 d_QNAN1
strtod.c 325 word0(&rv) = NAN_WORD0;
  /ndk/sources/android/support/src/stdio/
strtod.c 139 #define NAN_WORD0 0x7ff40000
141 #define NAN_WORD0 0x7ff80000
1647 word0(rv) = NAN_WORD0;
    [all...]
  /external/chromium_org/base/third_party/dmg_fp/
dtoa.cc 127 * (e.g., some HP systems), it may be necessary to #define NAN_WORD0
138 * fraction bits being on (an IEEE Infinity symbol), then NAN_WORD0
1520 #ifndef NAN_WORD0
1521 #define NAN_WORD0 0x7ff80000
    [all...]

Completed in 1435 milliseconds