Home
last modified time | relevance | path

Searched defs:isnan (Results 1 – 16 of 16) sorted by relevance

/external/llvm/lib/Support/
DIsNAN.cpp25 #define isnan _isnan macro
/external/chromium_org/third_party/libxslt/libxslt/
Dwin32config.h44 #define isnan(d) (_isnan(d)) macro
62 static int isnan (double d) { in isnan() function
/external/chromium_org/third_party/libxml/win32/
Dconfig.h57 #define isnan(d) (_isnan(d)) macro
78 static int isnan (double d) { in isnan() function
/external/chromium_org/third_party/libxml/src/include/
Dwin32config.h57 #define isnan(d) (_isnan(d)) macro
78 static int isnan (double d) { in isnan() function
/external/chromium_org/v8/src/
Dwin32-math.cc46 int isnan(double x) { in isnan() function
/external/v8/src/
Dwin32-math.cc55 int isnan(double x) { in isnan() function
/external/protobuf/python/google/protobuf/internal/
Dgenerator_test.py84 def isnan(val): function
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
Dgenerator_test.py87 def isnan(val): function
Dmessage_test.py60 def isnan(val): function
/external/bison/darwin-lib/
Dmath.h2484 # define isnan(x) \ macro
2490 # define isnan(x) \ macro
/external/bison/linux-lib/
Dmath.h2484 # define isnan(x) \ macro
2490 # define isnan(x) \ macro
/external/bison/lib/
Dmath.in.h2172 # define isnan(x) \ macro
/external/chromium_org/content/common/
Dpage_state_serialization_unittest.cc22 inline bool isnan(double num) { return !!_isnan(num); } in isnan() function
/external/chromium_org/third_party/WebKit/Source/wtf/
DMathExtras.h121 inline bool isnan(double num) { return !!_isnan(num); } in isnan() function
/external/stlport/stlport/stl/
D_cmath.h548 template<typename _Tp> inline int isnan(_Tp __f) { return __capture_isnan(__f); } in isnan() function
/external/qemu/fpu/
Dsoftfloat-native.h69 # define isnan(x) \ macro