Searched defs:isnan (Results 1 - 25 of 338) sorted by relevance

1234567891011>>

/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
H A Dmath_win32.h33 _LIBCPP_ALWAYS_INLINE bool isnan( double num ) function
75 return isnan(x) || isnan(y);
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
H A Dmath_win32.h33 _LIBCPP_ALWAYS_INLINE bool isnan( double num ) function
75 return isnan(x) || isnan(y);
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
H A Dmath.h109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
H A Dmath.h109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
H A Dmath.h109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
H A Dmath.h109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
H A Dmath.h109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
H A Dmath.h109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
H A Dmath.h109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
/prebuilts/ndk/5/platforms/android-4/arch-arm/usr/include/
H A Dmath.h109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
/prebuilts/ndk/5/platforms/android-5/arch-arm/usr/include/
H A Dmath.h109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
/prebuilts/ndk/5/platforms/android-8/arch-arm/usr/include/
H A Dmath.h109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
/prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/
H A Dmath.h109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
H A Dmath.h109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
H A Dmath.h109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
/prebuilts/ndk/6/platforms/android-4/arch-arm/usr/include/
H A Dmath.h109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
/prebuilts/ndk/6/platforms/android-4/arch-x86/usr/include/
H A Dmath.h109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
/prebuilts/ndk/6/platforms/android-5/arch-arm/usr/include/
H A Dmath.h109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
/prebuilts/ndk/6/platforms/android-5/arch-x86/usr/include/
H A Dmath.h109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
/prebuilts/ndk/6/platforms/android-8/arch-arm/usr/include/
H A Dmath.h109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
/prebuilts/ndk/6/platforms/android-8/arch-x86/usr/include/
H A Dmath.h109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
/prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/
H A Dmath.h109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/
H A Dmath.h109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
H A Dmath.h109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
H A Dmath.h109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;

Completed in 1027 milliseconds

1234567891011>>