Searched defs:isunordered (Results 1 – 5 of 5) sorted by relevance
| /development/ndk/platforms/android-21/include/ |
| D | math.h | 113 #define isunordered(x, y) __builtin_isunordered((x), (y)) macro 121 #define isunordered(x, y) (isnan(x) || isnan(y)) macro
|
| /development/ndk/platforms/android-3/include/ |
| D | math.h | 124 #define isunordered(x, y) __builtin_isunordered((x), (y)) macro 132 #define isunordered(x, y) (isnan(x) || isnan(y)) macro
|
| /development/ndk/platforms/android-18/include/ |
| D | math.h | 124 #define isunordered(x, y) __builtin_isunordered((x), (y)) macro 132 #define isunordered(x, y) (isnan(x) || isnan(y)) macro
|
| /development/ndk/platforms/android-13/include/ |
| D | math.h | 124 #define isunordered(x, y) __builtin_isunordered((x), (y)) macro 132 #define isunordered(x, y) (isnan(x) || isnan(y)) macro
|
| /development/ndk/platforms/android-9/include/ |
| D | math.h | 124 #define isunordered(x, y) __builtin_isunordered((x), (y)) macro 132 #define isunordered(x, y) (isnan(x) || isnan(y)) macro
|