Home
last modified time | relevance | path

Searched defs:isunordered (Results 1 - 4 of 4) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/include/
H A Dmath.h102 #define isunordered(x,y) (isnan((x)) ? ((void)(y),1) : isnan((y))) macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dmath.h102 #define isunordered(x,y) (isnan((x)) ? ((void)(y),1) : isnan((y))) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dmath.h102 #define isunordered(x,y) (isnan((x)) ? ((void)(y),1) : isnan((y))) macro
/third_party/musl/include/
H A Dmath.h102 #define isunordered(x,y) (isnan((x)) ? ((void)(y),1) : isnan((y))) macro

Completed in 3 milliseconds