Home
last modified time | relevance | path

Searched defs:isunordered (Results 1 – 3 of 3) sorted by relevance

/development/ndk/build/platforms/android-4/arch-arm/usr/include/
Dmath.h124 #define isunordered(x, y) __builtin_isunordered((x), (y)) macro
132 #define isunordered(x, y) (isnan(x) || isnan(y)) macro
/development/ndk/build/platforms/android-5/arch-arm/usr/include/
Dmath.h124 #define isunordered(x, y) __builtin_isunordered((x), (y)) macro
132 #define isunordered(x, y) (isnan(x) || isnan(y)) macro
/development/ndk/build/platforms/android-3/arch-arm/usr/include/
Dmath.h124 #define isunordered(x, y) __builtin_isunordered((x), (y)) macro
132 #define isunordered(x, y) (isnan(x) || isnan(y)) macro