Searched defs:isunordered (Results 1 – 5 of 5) sorted by relevance
| /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/liteos_m/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/include/ |
| D | math.h | 102 #define isunordered(x,y) (isnan((x)) ? ((void)(y),1) : isnan((y))) macro
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/ |
| D | stylo.hpp | 35179 isunordered(float __x, float __y) in isunordered() function 35183 isunordered(double __x, double __y) in isunordered() function 35187 isunordered(long double __x, long double __y) in isunordered() function 35196 isunordered(_Tp __x, _Up __y) in isunordered() function
|