Searched defs:isunordered (Results 1 – 6 of 6) sorted by relevance
| /third_party/boost/libs/math/test/compile_test/ |
| D | poison.hpp | 138 #define isunordered(x) this_should_not_compile(x)}}}}}}}}}}}}}}}}}}} macro
|
| /third_party/musl/porting/liteos_a/kernel/include/ |
| D | math.h | 102 #define isunordered(x,y) (isnan((x)) ? ((void)(y),1) : isnan((y))) macro
|
| /third_party/musl/porting/uniproton/kernel/include/ |
| D | math.h | 102 #define isunordered(x,y) (isnan((x)) ? ((void)(y),1) : isnan((y))) macro
|
| /third_party/musl/ndk_musl_include/ |
| D | math.h | 102 #define isunordered(x,y) (isnan((x)) ? ((void)(y),1) : isnan((y))) macro
|
| /third_party/musl/include/ |
| D | math.h | 102 #define isunordered(x,y) (isnan((x)) ? ((void)(y),1) : isnan((y))) macro
|
| /third_party/musl/porting/liteos_m/kernel/include/ |
| D | math.h | 102 #define isunordered(x,y) (isnan((x)) ? ((void)(y),1) : isnan((y))) macro
|