Home
last modified time | relevance | path

Searched refs:isnan (Results 1 - 1 of 1) sorted by relevance

/interface/sdk_c/third_party/musl/ndk_musl_include/
H A Dmath.h78 #define isnan(x) ( \ macro
102 #define isunordered(x,y) (isnan((x)) ? ((void)(y),1) : isnan((y)))

Completed in 1 milliseconds