Home
last modified time | relevance | path

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

12

/third_party/boost/boost/geometry/util/
Dhas_nan_coordinate.hpp33 struct isnan struct
36 static inline bool apply(T const& t) in apply()
/third_party/jerryscript/jerry-libm/
Disnan.c35 isnan (double x) in isnan() function
/third_party/libxml2/win32/VC10/
Dconfig.h52 #define isnan(d) (_isnan(d)) macro
73 static int isnan (double d) { in isnan() function
/third_party/libxml2/include/
Dwin32config.h53 #define isnan(d) (_isnan(d)) macro
74 static int isnan (double d) { in isnan() function
/third_party/jerryscript/jerry-libm/include/
Dmath.h29 #define isnan(x) ((x) != (x)) macro
/third_party/boost/libs/math/test/compile_test/
Dpoison.hpp90 #define isnan(x) this_should_not_compile(x)}}}}}}}}}}}}}}}}}}} macro
/third_party/gstreamer/gstreamer/gst/
Dmath-compat.h92 #define isnan(x) __gst_math_compat_isnan (x) macro
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
Dastc_mathlib.h68 static inline int isnan(float val) in isnan() function
/third_party/boost/boost/math/cstdfloat/
Dcstdfloat_iostream.hpp407 const bool isnan = (x != x); in convert_to_string() local
596 …const bool isnan = ((std::strcmp(p, "nan") == 0) || (std::strcmp(p, "NaN") == 0) || (std::strcmp(p… in convert_from_string() local
Dcstdfloat_cmath.hpp49 const bool isnan = (x != x); in pown() local
/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
Dgenerator_test.py87 def isnan(val): function
Dmessage_test.py65 def isnan(val): function
/third_party/protobuf/python/google/protobuf/internal/
Dgenerator_test.py93 def isnan(val): function
Dmessage_test.py98 def isnan(val): function
/third_party/musl/include/
Dmath.h78 #define isnan(x) ( \ macro
/third_party/musl/porting/liteos_m/kernel/include/
Dmath.h82 #define isnan(x) ( \ macro
/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h78 #define isnan(x) ( \ macro
/third_party/jsoncpp/src/lib_json/
Djson_writer.cpp23 #define isnan std::isnan macro
37 #define isnan _isnan macro
69 #define isnan(x) (x != x) macro
/third_party/ffmpeg/libavutil/
Dlibm.h340 #define isnan(x) \ macro
/third_party/glib/glib/gnulib/
Dgnulib_math.h.in2347 # define isnan(x) \ macro
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_common.inl626 GLM_FUNC_QUALIFIER bool isnan(genType x) function
651 GLM_FUNC_QUALIFIER vecType<bool, P> isnan(vecType<T, P> const & x) function
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Dquaternion.inl776 GLM_FUNC_QUALIFIER tvec4<bool, P> isnan(tquat<T, P> const& q) function
/third_party/glib/glib/tests/
Dstrfuncs.c38 #define isnan(x) _isnan(x) macro
/third_party/cJSON/
DcJSON.c77 #define isnan(d) (d != d) macro
/third_party/glib/glib/
Dgdatetime.c86 #define isnan _isnan macro

12